public interface TransactionMetrics
Modifier and Type | Method and Description |
---|---|
long |
commitTime()
Gets last time transaction was committed.
|
Map<String,String> |
getAllOwnerTransactions()
Gets a map of all transactions for which the local node is the originating node.
|
long |
getLockedKeysNumber()
The number of keys locked on the node.
|
Map<String,String> |
getLongRunningOwnerTransactions(int duration)
Gets a map of all transactions for which the local node is the originating node and which duration
exceeds the given duration.
|
long |
getOwnerTransactionsNumber()
The number of active transactions for which this node is the initiator.
|
long |
getTransactionsCommittedNumber()
The number of transactions which were committed on the local node.
|
long |
getTransactionsHoldingLockNumber()
The number of active transactions on the local node holding at least one key lock.
|
long |
getTransactionsRolledBackNumber()
The number of transactions which were rolled back on the local node.
|
long |
rollbackTime()
Gets last time transaction was rollback.
|
int |
txCommits()
Gets total number of transaction commits.
|
int |
txRollbacks()
Gets total number of transaction rollbacks.
|
long commitTime()
long rollbackTime()
int txCommits()
int txRollbacks()
Map<String,String> getAllOwnerTransactions()
Map<String,String> getLongRunningOwnerTransactions(int duration)
duration
.long getTransactionsCommittedNumber()
long getTransactionsRolledBackNumber()
long getTransactionsHoldingLockNumber()
long getLockedKeysNumber()
long getOwnerTransactionsNumber()
getAllOwnerTransactions.size()
.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024