public static enum SSTableReadsListener.SkippingReason extends java.lang.Enum<SSTableReadsListener.SkippingReason>
Enum Constant and Description |
---|
BLOOM_FILTER |
INDEX_ENTRY_NOT_FOUND |
MIN_MAX_KEYS |
PARTITION_INDEX_LOOKUP |
Modifier and Type | Method and Description |
---|---|
static SSTableReadsListener.SkippingReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SSTableReadsListener.SkippingReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSTableReadsListener.SkippingReason BLOOM_FILTER
public static final SSTableReadsListener.SkippingReason MIN_MAX_KEYS
public static final SSTableReadsListener.SkippingReason PARTITION_INDEX_LOOKUP
public static final SSTableReadsListener.SkippingReason INDEX_ENTRY_NOT_FOUND
public static SSTableReadsListener.SkippingReason[] values()
for (SSTableReadsListener.SkippingReason c : SSTableReadsListener.SkippingReason.values()) System.out.println(c);
public static SSTableReadsListener.SkippingReason valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2018 The Apache Software Foundation