Package lumis.portal.monitor
Class MonitorFields.Transaction
- java.lang.Object
-
- lumis.portal.monitor.MonitorFields.Transaction
-
- Enclosing class:
- MonitorFields
@StableMinor(version="14.0", sinceVersion="9.0") public static final class MonitorFields.Transaction extends Object
The transaction related fields.- Since:
- 9.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMMIT_COUNT
Transaction commit count event.static String
COMMIT_DURATION
Duration of transactions that were commited event.static String
FIELD_ID
Identifier of the transaction field.static String
ROLLBACK_COUNT
Transaction rollback count event.static String
ROLLBACK_DURATION
Duration of transactions that were rolledback event.
-
Constructor Summary
Constructors Constructor Description Transaction()
-
-
-
Field Detail
-
FIELD_ID
public static final String FIELD_ID
Identifier of the transaction field.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
COMMIT_COUNT
public static final String COMMIT_COUNT
Transaction commit count event.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
ROLLBACK_COUNT
public static final String ROLLBACK_COUNT
Transaction rollback count event.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
COMMIT_DURATION
public static final String COMMIT_DURATION
Duration of transactions that were commited event.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
ROLLBACK_DURATION
public static final String ROLLBACK_DURATION
Duration of transactions that were rolledback event.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
-