| Package | Description | 
|---|---|
| org.apache.cassandra.io.sstable.format | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and 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. | 
Copyright © 2018 The Apache Software Foundation