public static enum TitanIndexRepairMapper.Counters extends Enum<TitanIndexRepairMapper.Counters>
| Enum Constant and Description |
|---|
FAILED_GRAPH_SHUTDOWNS |
FAILED_TRANSACTIONS |
SUCCESSFUL_GRAPH_SHUTDOWNS |
SUCCESSFUL_TRANSACTIONS |
| Modifier and Type | Method and Description |
|---|---|
static TitanIndexRepairMapper.Counters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TitanIndexRepairMapper.Counters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TitanIndexRepairMapper.Counters SUCCESSFUL_TRANSACTIONS
public static final TitanIndexRepairMapper.Counters FAILED_TRANSACTIONS
public static final TitanIndexRepairMapper.Counters SUCCESSFUL_GRAPH_SHUTDOWNS
public static final TitanIndexRepairMapper.Counters FAILED_GRAPH_SHUTDOWNS
public static TitanIndexRepairMapper.Counters[] values()
for (TitanIndexRepairMapper.Counters c : TitanIndexRepairMapper.Counters.values()) System.out.println(c);
public static TitanIndexRepairMapper.Counters 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 © 2012–2016. All rights reserved.