Uses of Class
org.apache.cassandra.io.sstable.SSTableIdentityIterator
-
Packages that use SSTableIdentityIterator Package Description org.apache.cassandra.io.sstable -
-
Uses of SSTableIdentityIterator in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return SSTableIdentityIterator Modifier and Type Method Description static SSTableIdentityIterator
SSTableIdentityIterator. create(SSTableReader sstable, FileDataInput dfile, RowIndexEntry<?> indexEntry, DecoratedKey key, boolean tombstoneOnly)
static SSTableIdentityIterator
SSTableIdentityIterator. create(SSTableReader sstable, RandomAccessReader file, DecoratedKey key)
Methods in org.apache.cassandra.io.sstable with parameters of type SSTableIdentityIterator Modifier and Type Method Description int
SSTableIdentityIterator. compareTo(SSTableIdentityIterator o)
-