Enum ExtendedStatistic
- All Implemented Interfaces:
Serializable
,Comparable<ExtendedStatistic>
The available extended statistics
- Since:
- 6.0
- Author:
- Roberto Palmieri, Sebastiano Peluso, Diego Didona, Pedro Ruivo
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
static int
final int
static int
final boolean
isLocal()
final boolean
isRemote()
static ExtendedStatistic
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.
-
Enum Constant Details
-
NUM_COMMITTED_WR_TX
-
NUM_ABORTED_WR_TX
-
WR_TX_ABORTED_EXECUTION_TIME
-
WR_TX_SUCCESSFUL_EXECUTION_TIME
-
LOCAL_EXEC_NO_CONT
-
NUM_COMMITTED_RO_TX
-
NUM_ABORTED_RO_TX
-
RO_TX_SUCCESSFUL_EXECUTION_TIME
-
RO_TX_ABORTED_EXECUTION_TIME
-
NUM_PUTS_WR_TX
-
NUM_REMOTE_PUTS_WR_TX
-
NUM_GETS_WR_TX
-
NUM_REMOTE_GETS_WR_TX
-
NUM_GETS_RO_TX
-
NUM_REMOTE_GETS_RO_TX
-
NUM_REMOTE_GET
-
NUM_GET
-
NUM_REMOTE_PUT
-
NUM_PUT
-
REMOTE_GET_EXECUTION
-
LOCAL_GET_EXECUTION
-
ALL_GET_EXECUTION
-
REMOTE_PUT_EXECUTION
-
LOCAL_PUT_EXECUTION
-
NUM_COMMITTED_TX
-
NUM_LOCAL_COMMITTED_TX
-
LOCK_HOLD_TIME
-
NUM_HELD_LOCKS
-
LOCK_HOLD_TIME_SUCCESS_LOCAL_TX
-
NUM_HELD_LOCKS_SUCCESS_LOCAL_TX
-
NUM_LOCK_FAILED_TIMEOUT
-
NUM_LOCK_FAILED_DEADLOCK
-
NUM_WAITED_FOR_LOCKS
-
LOCK_WAITING_TIME
-
LOCK_HOLD_TIME_LOCAL
-
LOCK_HOLD_TIME_REMOTE
-
NUM_LOCK_PER_LOCAL_TX
-
NUM_LOCK_PER_REMOTE_TX
-
WRITE_TX_PERCENTAGE
-
SUCCESSFUL_WRITE_TX_PERCENTAGE
-
NUM_WRITE_SKEW
-
WRITE_SKEW_PROBABILITY
-
ABORT_RATE
-
ARRIVAL_RATE
-
THROUGHPUT
-
PREPARE_EXECUTION_TIME
-
NUM_PREPARE_COMMAND
-
LOCAL_PREPARE_EXECUTION_TIME
-
REMOTE_PREPARE_EXECUTION_TIME
-
COMMIT_EXECUTION_TIME
-
NUM_COMMIT_COMMAND
-
LOCAL_COMMIT_EXECUTION_TIME
-
REMOTE_COMMIT_EXECUTION_TIME
-
ROLLBACK_EXECUTION_TIME
-
NUM_ROLLBACK_COMMAND
-
LOCAL_ROLLBACK_EXECUTION_TIME
-
REMOTE_ROLLBACK_EXECUTION_TIME
-
PREPARE_COMMAND_SIZE
-
COMMIT_COMMAND_SIZE
-
CLUSTERED_GET_COMMAND_SIZE
-
NUM_SYNC_PREPARE
-
SYNC_PREPARE_TIME
-
NUM_SYNC_COMMIT
-
SYNC_COMMIT_TIME
-
NUM_SYNC_ROLLBACK
-
SYNC_ROLLBACK_TIME
-
NUM_SYNC_GET
-
SYNC_GET_TIME
-
ASYNC_COMPLETE_NOTIFY_TIME
-
NUM_ASYNC_COMPLETE_NOTIFY
-
NUM_NODES_PREPARE
-
NUM_NODES_COMMIT
-
NUM_NODES_ROLLBACK
-
NUM_NODES_COMPLETE_NOTIFY
-
NUM_NODES_GET
-
RESPONSE_TIME
-
-
Field Details
-
NO_INDEX
public static final int NO_INDEX- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getLocalIndex
public final int getLocalIndex() -
getRemoteIndex
public final int getRemoteIndex() -
isLocal
public final boolean isLocal() -
isRemote
public final boolean isRemote() -
getRemoteStatsSize
public static int getRemoteStatsSize() -
getLocalStatsSize
public static int getLocalStatsSize()
-