Class BigTableScanner.EmptySSTableScanner
- java.lang.Object
-
- org.apache.cassandra.db.partitions.AbstractUnfilteredPartitionIterator
-
- org.apache.cassandra.io.sstable.format.big.BigTableScanner.EmptySSTableScanner
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.util.Iterator<UnfilteredRowIterator>,BasePartitionIterator<UnfilteredRowIterator>,UnfilteredPartitionIterator,ISSTableScanner,CloseableIterator<UnfilteredRowIterator>
- Enclosing class:
- BigTableScanner
public static class BigTableScanner.EmptySSTableScanner extends AbstractUnfilteredPartitionIterator implements ISSTableScanner
-
-
Constructor Summary
Constructors Constructor Description EmptySSTableScanner(SSTableReader sstable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<SSTableReader>getBackingSSTables()longgetBytesScanned()longgetCompressedLengthInBytes()longgetCurrentPosition()longgetLengthInBytes()intgetMinLocalDeletionTime()booleanhasNext()TableMetadatametadata()UnfilteredRowIteratornext()-
Methods inherited from class org.apache.cassandra.db.partitions.AbstractUnfilteredPartitionIterator
close, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cassandra.db.partitions.BasePartitionIterator
close
-
-
-
-
Constructor Detail
-
EmptySSTableScanner
public EmptySSTableScanner(SSTableReader sstable)
-
-
Method Detail
-
getLengthInBytes
public long getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceISSTableScanner
-
getCurrentPosition
public long getCurrentPosition()
- Specified by:
getCurrentPositionin interfaceISSTableScanner
-
getBytesScanned
public long getBytesScanned()
- Specified by:
getBytesScannedin interfaceISSTableScanner
-
getCompressedLengthInBytes
public long getCompressedLengthInBytes()
- Specified by:
getCompressedLengthInBytesin interfaceISSTableScanner
-
getBackingSSTables
public java.util.Set<SSTableReader> getBackingSSTables()
- Specified by:
getBackingSSTablesin interfaceISSTableScanner
-
metadata
public TableMetadata metadata()
- Specified by:
metadatain interfaceUnfilteredPartitionIterator
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<UnfilteredRowIterator>
-
next
public UnfilteredRowIterator next()
- Specified by:
nextin interfacejava.util.Iterator<UnfilteredRowIterator>
-
getMinLocalDeletionTime
public int getMinLocalDeletionTime()
-
-