public static class Management.TransactionInfo extends Management.AcquisitionTimeBase
Transaction whose session
owned Thread that is still alive. Therefore the statistics include
Transaction contexts that may not have executed a
transaction recently.| Constructor and Description |
|---|
TransactionInfo() |
TransactionInfo(long commitCount,
long rollbackCount,
long rollbackSinceCommitCount) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitCount()
Return the aggregate number of transactions committed since Persistit
was initialized
|
long |
getRollbackCount()
Return the aggregate number of transaction rollback events since
Persistit was initialized
|
long |
getRollbackSinceCommitCount()
Return the aggregate number of transaction rollback events since the
last commit
|
getAcquisitionTime, setAcquisitionTimepublic TransactionInfo()
@ConstructorProperties(value={"commitCount","rollbackCount","rollbackSinceCommitCount"}) public TransactionInfo(long commitCount, long rollbackCount, long rollbackSinceCommitCount)
public long getCommitCount()
RemoteExceptionpublic long getRollbackCount()
RemoteExceptionpublic long getRollbackSinceCommitCount()
RemoteExceptionCopyright © 2025 Open Identity Platform Community. All rights reserved.