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.OperatorSSTableReader.Operator. EQstatic SSTableReader.OperatorSSTableReader.Operator. GEstatic SSTableReader.OperatorSSTableReader.Operator. GTMethods in org.apache.cassandra.io.sstable.format with parameters of type SSTableReader.Operator Modifier and Type Method Description RowIndexEntrySSTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op)Retrieves the position while updating the key cache and the stats.RowIndexEntrySSTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op, boolean updateCacheAndStats)protected abstract RowIndexEntrySSTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op, boolean updateCacheAndStats, boolean permitMatchPastLast, SSTableReadsListener listener)RowIndexEntrySSTableReader. 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 RowIndexEntryBigTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op, boolean updateCacheAndStats, boolean permitMatchPastLast, SSTableReadsListener listener)
-