public static enum StatisticsManager.StatDataStoreOperation.StatsManagerOperationType extends Enum<StatisticsManager.StatDataStoreOperation.StatsManagerOperationType>
| Enum Constant and Description |
|---|
DATA_COMMIT_OPER_DS
Operation will commit data to the operational data store
|
NODE_REMOVAL
Operation will carry out work related to node removal
|
NODE_UPDATE
Operation will carry out work related to new node addition /
update
|
| Modifier and Type | Method and Description |
|---|---|
static StatisticsManager.StatDataStoreOperation.StatsManagerOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsManager.StatDataStoreOperation.StatsManagerOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticsManager.StatDataStoreOperation.StatsManagerOperationType NODE_UPDATE
public static final StatisticsManager.StatDataStoreOperation.StatsManagerOperationType NODE_REMOVAL
public static final StatisticsManager.StatDataStoreOperation.StatsManagerOperationType DATA_COMMIT_OPER_DS
public static StatisticsManager.StatDataStoreOperation.StatsManagerOperationType[] values()
for (StatisticsManager.StatDataStoreOperation.StatsManagerOperationType c : StatisticsManager.StatDataStoreOperation.StatsManagerOperationType.values()) System.out.println(c);
public static StatisticsManager.StatDataStoreOperation.StatsManagerOperationType 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 © 2016. All rights reserved.