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, setAcquisitionTime
public TransactionInfo()
@ConstructorProperties(value={"commitCount","rollbackCount","rollbackSinceCommitCount"}) public TransactionInfo(long commitCount, long rollbackCount, long rollbackSinceCommitCount)
public long getCommitCount()
RemoteException
public long getRollbackCount()
RemoteException
public long getRollbackSinceCommitCount()
RemoteException
Copyright © 2025 Open Identity Platform Community. All rights reserved.