Uses of Class
org.apache.cassandra.io.sstable.format.SSTableReader.Operator
-
Packages that use SSTableReader.Operator Package Description org.apache.cassandra.io.sstable.format org.apache.cassandra.io.sstable.format.big -
-
Uses of SSTableReader.Operator in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as SSTableReader.Operator Modifier and Type Field Description static SSTableReader.Operator
SSTableReader.Operator. EQ
static SSTableReader.Operator
SSTableReader.Operator. GE
static SSTableReader.Operator
SSTableReader.Operator. GT
Methods in org.apache.cassandra.io.sstable.format with parameters of type SSTableReader.Operator Modifier and Type Method Description RowIndexEntry
SSTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op)
Retrieves the position while updating the key cache and the stats.RowIndexEntry
SSTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op, boolean updateCacheAndStats)
protected abstract RowIndexEntry
SSTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op, boolean updateCacheAndStats, boolean permitMatchPastLast, SSTableReadsListener listener)
RowIndexEntry
SSTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op, SSTableReadsListener listener)
Retrieves the position while updating the key cache and the stats. -
Uses of SSTableReader.Operator in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type SSTableReader.Operator Modifier and Type Method Description protected RowIndexEntry
BigTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op, boolean updateCacheAndStats, boolean permitMatchPastLast, SSTableReadsListener listener)
-