public static enum CommitTable.CommitTimestamp.Location extends Enum<CommitTable.CommitTimestamp.Location>
| Enum Constant and Description |
|---|
CACHE |
COMMIT_TABLE |
NOT_PRESENT |
SHADOW_CELL |
| Modifier and Type | Method and Description |
|---|---|
static CommitTable.CommitTimestamp.Location |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitTable.CommitTimestamp.Location[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommitTable.CommitTimestamp.Location NOT_PRESENT
public static final CommitTable.CommitTimestamp.Location CACHE
public static final CommitTable.CommitTimestamp.Location COMMIT_TABLE
public static final CommitTable.CommitTimestamp.Location SHADOW_CELL
public static CommitTable.CommitTimestamp.Location[] values()
for (CommitTable.CommitTimestamp.Location c : CommitTable.CommitTimestamp.Location.values()) System.out.println(c);
public static CommitTable.CommitTimestamp.Location 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 © 2011–2023 Apache Software Foundation. All rights reserved.