public interface XAResourceStatistics extends StatisticsPlugin
Modifier and Type | Method and Description |
---|---|
void |
deltaCommit(long time)
Delta commit
|
void |
deltaEnd(long time)
Delta end
|
void |
deltaForget(long time)
Delta forget
|
void |
deltaPrepare(long time)
Delta prepare
|
void |
deltaRecover(long time)
Delta recover
|
void |
deltaRollback(long time)
Delta rollback
|
void |
deltaStart(long time)
Delta start
|
long |
getCommitAverageTime()
Get the commit average time (milliseconds)
|
long |
getCommitCount()
Get the commit count
|
long |
getCommitMaxTime()
Get the commit max time (milliseconds)
|
long |
getCommitTotalTime()
Get the commit total time (milliseconds)
|
long |
getEndAverageTime()
Get the end average time (milliseconds)
|
long |
getEndCount()
Get the end count
|
long |
getEndMaxTime()
Get the end max time (milliseconds)
|
long |
getEndTotalTime()
Get the end total time (milliseconds)
|
long |
getForgetAverageTime()
Get the forget average time (milliseconds)
|
long |
getForgetCount()
Get the forget count
|
long |
getForgetMaxTime()
Get the forget max time (milliseconds)
|
long |
getForgetTotalTime()
Get the forget total time (milliseconds)
|
long |
getPrepareAverageTime()
Get the prepare average time (milliseconds)
|
long |
getPrepareCount()
Get the prepare count
|
long |
getPrepareMaxTime()
Get the prepare max time (milliseconds)
|
long |
getPrepareTotalTime()
Get the prepare total time (milliseconds)
|
long |
getRecoverAverageTime()
Get the recover average time (milliseconds)
|
long |
getRecoverCount()
Get the recover count
|
long |
getRecoverMaxTime()
Get the recover max time (milliseconds)
|
long |
getRecoverTotalTime()
Get the recover total time (milliseconds)
|
long |
getRollbackAverageTime()
Get the rollback average time (milliseconds)
|
long |
getRollbackCount()
Get the rollback count
|
long |
getRollbackMaxTime()
Get the rollback max time (milliseconds)
|
long |
getRollbackTotalTime()
Get the rollback total time (milliseconds)
|
long |
getStartAverageTime()
Get the start average time (milliseconds)
|
long |
getStartCount()
Get the start count
|
long |
getStartMaxTime()
Get the start max time (milliseconds)
|
long |
getStartTotalTime()
Get the start total time (milliseconds)
|
clear, getDescription, getDescription, getNames, getType, getValue, isEnabled, setEnabled
long getCommitCount()
long getCommitTotalTime()
long getCommitAverageTime()
long getCommitMaxTime()
void deltaCommit(long time)
time
- The millisecondslong getEndCount()
long getEndTotalTime()
long getEndAverageTime()
long getEndMaxTime()
void deltaEnd(long time)
time
- The millisecondslong getForgetCount()
long getForgetTotalTime()
long getForgetAverageTime()
long getForgetMaxTime()
void deltaForget(long time)
time
- The millisecondslong getPrepareCount()
long getPrepareTotalTime()
long getPrepareAverageTime()
long getPrepareMaxTime()
void deltaPrepare(long time)
time
- The millisecondslong getRecoverCount()
long getRecoverTotalTime()
long getRecoverAverageTime()
long getRecoverMaxTime()
void deltaRecover(long time)
time
- The millisecondslong getRollbackCount()
long getRollbackTotalTime()
long getRollbackAverageTime()
long getRollbackMaxTime()
void deltaRollback(long time)
time
- The millisecondslong getStartCount()
long getStartTotalTime()
long getStartAverageTime()
long getStartMaxTime()
void deltaStart(long time)
time
- The millisecondsCopyright © 2021 JBoss by Red Hat. All rights reserved.