Uses of Enum Class
org.apache.cassandra.io.sstable.SSTableReadsListener.SelectionReason
Packages that use SSTableReadsListener.SelectionReason
-
Uses of SSTableReadsListener.SelectionReason in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return SSTableReadsListener.SelectionReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SSTableReadsListener.SelectionReason[]SSTableReadsListener.SelectionReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.io.sstable with parameters of type SSTableReadsListener.SelectionReasonModifier and TypeMethodDescriptiondefault voidSSTableReadsListener.onSSTableSelected(SSTableReader sstable, SSTableReadsListener.SelectionReason reason) Handles notification that the specified SSTable has been selected during a single partition query. -
Uses of SSTableReadsListener.SelectionReason in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type SSTableReadsListener.SelectionReasonModifier and TypeMethodDescriptionprotected voidSSTableReader.notifySelected(SSTableReadsListener.SelectionReason reason, SSTableReadsListener localListener, SSTableReader.Operator op, boolean updateStats, AbstractRowIndexEntry entry) A method to be called bySSTableReader.getPosition(PartitionPosition, Operator, boolean, SSTableReadsListener)andSSTableReader.getRowIndexEntry(PartitionPosition, Operator, boolean, SSTableReadsListener)methods when a searched key is found.protected voidSSTableReaderWithFilter.notifySelected(SSTableReadsListener.SelectionReason reason, SSTableReadsListener localListener, SSTableReader.Operator op, boolean updateStats, AbstractRowIndexEntry entry)