Uses of Class
org.apache.cassandra.io.sstable.format.SSTableReadsListener.SelectionReason
-
Packages that use SSTableReadsListener.SelectionReason Package Description org.apache.cassandra.io.sstable.format -
-
Uses of SSTableReadsListener.SelectionReason in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return SSTableReadsListener.SelectionReason Modifier and Type Method Description static SSTableReadsListener.SelectionReason
SSTableReadsListener.SelectionReason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SSTableReadsListener.SelectionReason[]
SSTableReadsListener.SelectionReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.io.sstable.format with parameters of type SSTableReadsListener.SelectionReason Modifier and Type Method Description default void
SSTableReadsListener. onSSTableSelected(SSTableReader sstable, RowIndexEntry<?> indexEntry, SSTableReadsListener.SelectionReason reason)
Handles notification that the specified SSTable has been selected during a single partition query.
-