public static enum RowKey.DecodeResult.Status extends Enum<RowKey.DecodeResult.Status>
Enum Constant and Description |
---|
EQUAL |
GREATER |
LESS |
MAX |
MIN |
UNKNOWN_INF |
Modifier and Type | Method and Description |
---|---|
static RowKey.DecodeResult.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowKey.DecodeResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowKey.DecodeResult.Status MIN
public static final RowKey.DecodeResult.Status MAX
public static final RowKey.DecodeResult.Status EQUAL
public static final RowKey.DecodeResult.Status LESS
public static final RowKey.DecodeResult.Status GREATER
public static final RowKey.DecodeResult.Status UNKNOWN_INF
public static RowKey.DecodeResult.Status[] values()
for (RowKey.DecodeResult.Status c : RowKey.DecodeResult.Status.values()) System.out.println(c);
public static RowKey.DecodeResult.Status valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024 PingCAP. All rights reserved.