java.lang.Object
org.apache.jena.tdb1.transaction.TransactionInfo
- All Implemented Interfaces:
TransactionInfoMBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongNumber of read transactions executinglongNumber of write transactions executinglongNumber of read transactions executedlongNumber of transactions executedlongNumber of write transactions that abortedlongNumber of write transactions that committedlongNumber of write transactions that have committed but are not written to the base databaselongNumber of write transactions executed
-
Constructor Details
-
TransactionInfo
-
-
Method Details
-
getTransactionCount
public long getTransactionCount()Description copied from interface:TransactionInfoMBeanNumber of transactions executed- Specified by:
getTransactionCountin interfaceTransactionInfoMBean
-
getReadTransactionCount
public long getReadTransactionCount()Description copied from interface:TransactionInfoMBeanNumber of read transactions executed- Specified by:
getReadTransactionCountin interfaceTransactionInfoMBean
-
getWriteTransactionCount
public long getWriteTransactionCount()Description copied from interface:TransactionInfoMBeanNumber of write transactions executed- Specified by:
getWriteTransactionCountin interfaceTransactionInfoMBean
-
getWriteAbortTransactionCount
public long getWriteAbortTransactionCount()Description copied from interface:TransactionInfoMBeanNumber of write transactions that aborted- Specified by:
getWriteAbortTransactionCountin interfaceTransactionInfoMBean
-
getWriteCommitTransactionCount
public long getWriteCommitTransactionCount()Description copied from interface:TransactionInfoMBeanNumber of write transactions that committed- Specified by:
getWriteCommitTransactionCountin interfaceTransactionInfoMBean
-
getWriteCommitTransactionPendingCount
public long getWriteCommitTransactionPendingCount()Description copied from interface:TransactionInfoMBeanNumber of write transactions that have committed but are not written to the base database- Specified by:
getWriteCommitTransactionPendingCountin interfaceTransactionInfoMBean
-
getCurrentWriteTransactionCount
public long getCurrentWriteTransactionCount()Description copied from interface:TransactionInfoMBeanNumber of write transactions executing- Specified by:
getCurrentWriteTransactionCountin interfaceTransactionInfoMBean
-
getCurrentReadTransactionCount
public long getCurrentReadTransactionCount()Description copied from interface:TransactionInfoMBeanNumber of read transactions executing- Specified by:
getCurrentReadTransactionCountin interfaceTransactionInfoMBean
-