Package | Description |
---|---|
org.apache.cassandra.io.sstable.format |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
default void |
SSTableReadsListener.onSSTableSkipped(SSTableReader sstable,
SSTableReadsListener.SkippingReason reason)
Handles notification that the specified SSTable has been skipped during a single partition query.
|
Copyright © 2018 The Apache Software Foundation