Package org.apache.cassandra.io.sstable
Class EmptySSTableScanner
java.lang.Object
org.apache.cassandra.db.partitions.AbstractUnfilteredPartitionIterator
org.apache.cassandra.io.sstable.EmptySSTableScanner
- All Implemented Interfaces:
AutoCloseable,Iterator<UnfilteredRowIterator>,BasePartitionIterator<UnfilteredRowIterator>,UnfilteredPartitionIterator,ISSTableScanner,CloseableIterator<UnfilteredRowIterator>
public class EmptySSTableScanner
extends AbstractUnfilteredPartitionIterator
implements ISSTableScanner
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cassandra.db.partitions.AbstractUnfilteredPartitionIterator
close, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.db.partitions.BasePartitionIterator
closeMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
EmptySSTableScanner
-
-
Method Details
-
getBytesScanned
public long getBytesScanned()- Specified by:
getBytesScannedin interfaceISSTableScanner
-
getLengthInBytes
public long getLengthInBytes()- Specified by:
getLengthInBytesin interfaceISSTableScanner
-
getCompressedLengthInBytes
public long getCompressedLengthInBytes()- Specified by:
getCompressedLengthInBytesin interfaceISSTableScanner
-
getBackingSSTables
- Specified by:
getBackingSSTablesin interfaceISSTableScanner
-
getCurrentPosition
public long getCurrentPosition()- Specified by:
getCurrentPositionin interfaceISSTableScanner
-
metadata
- Specified by:
metadatain interfaceUnfilteredPartitionIterator
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<UnfilteredRowIterator>
-
next
- Specified by:
nextin interfaceIterator<UnfilteredRowIterator>
-