Uses of Class
org.apache.cassandra.io.sstable.format.SSTableReadsListener.SkippingReason
-
Packages that use SSTableReadsListener.SkippingReason Package Description org.apache.cassandra.io.sstable.format -
-
Uses of SSTableReadsListener.SkippingReason in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return SSTableReadsListener.SkippingReason Modifier and Type Method Description static SSTableReadsListener.SkippingReason
SSTableReadsListener.SkippingReason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SSTableReadsListener.SkippingReason[]
SSTableReadsListener.SkippingReason. 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.SkippingReason Modifier and Type Method Description default void
SSTableReadsListener. onSSTableSkipped(SSTableReader sstable, SSTableReadsListener.SkippingReason reason)
Handles notification that the specified SSTable has been skipped during a single partition query.
-