public enum ExtendedStatistic extends Enum<ExtendedStatistic>
Modifier and Type | Field and Description |
---|---|
static int |
NO_INDEX |
Modifier and Type | Method and Description |
---|---|
int |
getLocalIndex() |
static int |
getLocalStatsSize() |
int |
getRemoteIndex() |
static int |
getRemoteStatsSize() |
boolean |
isLocal() |
boolean |
isRemote() |
static ExtendedStatistic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedStatistic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedStatistic NUM_COMMITTED_WR_TX
public static final ExtendedStatistic NUM_ABORTED_WR_TX
public static final ExtendedStatistic WR_TX_ABORTED_EXECUTION_TIME
public static final ExtendedStatistic WR_TX_SUCCESSFUL_EXECUTION_TIME
public static final ExtendedStatistic LOCAL_EXEC_NO_CONT
public static final ExtendedStatistic NUM_COMMITTED_RO_TX
public static final ExtendedStatistic NUM_ABORTED_RO_TX
public static final ExtendedStatistic RO_TX_SUCCESSFUL_EXECUTION_TIME
public static final ExtendedStatistic RO_TX_ABORTED_EXECUTION_TIME
public static final ExtendedStatistic NUM_PUTS_WR_TX
public static final ExtendedStatistic NUM_REMOTE_PUTS_WR_TX
public static final ExtendedStatistic NUM_GETS_WR_TX
public static final ExtendedStatistic NUM_REMOTE_GETS_WR_TX
public static final ExtendedStatistic NUM_GETS_RO_TX
public static final ExtendedStatistic NUM_REMOTE_GETS_RO_TX
public static final ExtendedStatistic NUM_REMOTE_GET
public static final ExtendedStatistic NUM_GET
public static final ExtendedStatistic NUM_REMOTE_PUT
public static final ExtendedStatistic NUM_PUT
public static final ExtendedStatistic REMOTE_GET_EXECUTION
public static final ExtendedStatistic LOCAL_GET_EXECUTION
public static final ExtendedStatistic ALL_GET_EXECUTION
public static final ExtendedStatistic REMOTE_PUT_EXECUTION
public static final ExtendedStatistic LOCAL_PUT_EXECUTION
public static final ExtendedStatistic NUM_COMMITTED_TX
public static final ExtendedStatistic NUM_LOCAL_COMMITTED_TX
public static final ExtendedStatistic LOCK_HOLD_TIME
public static final ExtendedStatistic NUM_HELD_LOCKS
public static final ExtendedStatistic LOCK_HOLD_TIME_SUCCESS_LOCAL_TX
public static final ExtendedStatistic NUM_HELD_LOCKS_SUCCESS_LOCAL_TX
public static final ExtendedStatistic NUM_LOCK_FAILED_TIMEOUT
public static final ExtendedStatistic NUM_LOCK_FAILED_DEADLOCK
public static final ExtendedStatistic NUM_WAITED_FOR_LOCKS
public static final ExtendedStatistic LOCK_WAITING_TIME
public static final ExtendedStatistic LOCK_HOLD_TIME_LOCAL
public static final ExtendedStatistic LOCK_HOLD_TIME_REMOTE
public static final ExtendedStatistic NUM_LOCK_PER_LOCAL_TX
public static final ExtendedStatistic NUM_LOCK_PER_REMOTE_TX
public static final ExtendedStatistic WRITE_TX_PERCENTAGE
public static final ExtendedStatistic SUCCESSFUL_WRITE_TX_PERCENTAGE
public static final ExtendedStatistic NUM_WRITE_SKEW
public static final ExtendedStatistic WRITE_SKEW_PROBABILITY
public static final ExtendedStatistic ABORT_RATE
public static final ExtendedStatistic ARRIVAL_RATE
public static final ExtendedStatistic THROUGHPUT
public static final ExtendedStatistic PREPARE_EXECUTION_TIME
public static final ExtendedStatistic NUM_PREPARE_COMMAND
public static final ExtendedStatistic LOCAL_PREPARE_EXECUTION_TIME
public static final ExtendedStatistic REMOTE_PREPARE_EXECUTION_TIME
public static final ExtendedStatistic COMMIT_EXECUTION_TIME
public static final ExtendedStatistic NUM_COMMIT_COMMAND
public static final ExtendedStatistic LOCAL_COMMIT_EXECUTION_TIME
public static final ExtendedStatistic REMOTE_COMMIT_EXECUTION_TIME
public static final ExtendedStatistic ROLLBACK_EXECUTION_TIME
public static final ExtendedStatistic NUM_ROLLBACK_COMMAND
public static final ExtendedStatistic LOCAL_ROLLBACK_EXECUTION_TIME
public static final ExtendedStatistic REMOTE_ROLLBACK_EXECUTION_TIME
public static final ExtendedStatistic PREPARE_COMMAND_SIZE
public static final ExtendedStatistic COMMIT_COMMAND_SIZE
public static final ExtendedStatistic CLUSTERED_GET_COMMAND_SIZE
public static final ExtendedStatistic NUM_SYNC_PREPARE
public static final ExtendedStatistic SYNC_PREPARE_TIME
public static final ExtendedStatistic NUM_SYNC_COMMIT
public static final ExtendedStatistic SYNC_COMMIT_TIME
public static final ExtendedStatistic NUM_SYNC_ROLLBACK
public static final ExtendedStatistic SYNC_ROLLBACK_TIME
public static final ExtendedStatistic NUM_SYNC_GET
public static final ExtendedStatistic SYNC_GET_TIME
public static final ExtendedStatistic ASYNC_PREPARE_TIME
public static final ExtendedStatistic NUM_ASYNC_PREPARE
public static final ExtendedStatistic ASYNC_COMMIT_TIME
public static final ExtendedStatistic NUM_ASYNC_COMMIT
public static final ExtendedStatistic ASYNC_ROLLBACK_TIME
public static final ExtendedStatistic NUM_ASYNC_ROLLBACK
public static final ExtendedStatistic ASYNC_COMPLETE_NOTIFY_TIME
public static final ExtendedStatistic NUM_ASYNC_COMPLETE_NOTIFY
public static final ExtendedStatistic NUM_NODES_PREPARE
public static final ExtendedStatistic NUM_NODES_COMMIT
public static final ExtendedStatistic NUM_NODES_ROLLBACK
public static final ExtendedStatistic NUM_NODES_COMPLETE_NOTIFY
public static final ExtendedStatistic NUM_NODES_GET
public static final ExtendedStatistic RESPONSE_TIME
public static final int NO_INDEX
public static ExtendedStatistic[] values()
for (ExtendedStatistic c : ExtendedStatistic.values()) System.out.println(c);
public static ExtendedStatistic 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 nullpublic final int getLocalIndex()
public final int getRemoteIndex()
public final boolean isLocal()
public final boolean isRemote()
public static int getRemoteStatsSize()
public static int getLocalStatsSize()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.