Class TransactionPropertyIndexes
- java.lang.Object
-
- org.apache.activemq.artemis.core.transaction.TransactionPropertyIndexes
-
public class TransactionPropertyIndexes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSUMER_METRICS_OPERATIONstatic intEXPIRY_LOGGERstatic intLARGE_MESSAGE_CONFIRMATIONSstatic intMIRROR_ACK_OPERATIONstatic intMIRROR_SEND_OPERATIONstatic intPAGE_COUNT_INCstatic intPAGE_CURSOR_POSITIONSstatic intPAGE_DELIVERYstatic intPAGE_SYNCstatic intPAGE_TRANSACTIONstatic intPAGE_TRANSACTION_UPDATEstatic intREFS_OPERATION
-
Constructor Summary
Constructors Constructor Description TransactionPropertyIndexes()
-
-
-
Field Detail
-
LARGE_MESSAGE_CONFIRMATIONS
public static final int LARGE_MESSAGE_CONFIRMATIONS
- See Also:
- Constant Field Values
-
PAGE_SYNC
public static final int PAGE_SYNC
- See Also:
- Constant Field Values
-
PAGE_COUNT_INC
public static final int PAGE_COUNT_INC
- See Also:
- Constant Field Values
-
PAGE_TRANSACTION_UPDATE
public static final int PAGE_TRANSACTION_UPDATE
- See Also:
- Constant Field Values
-
PAGE_TRANSACTION
public static final int PAGE_TRANSACTION
- See Also:
- Constant Field Values
-
REFS_OPERATION
public static final int REFS_OPERATION
- See Also:
- Constant Field Values
-
PAGE_DELIVERY
public static final int PAGE_DELIVERY
- See Also:
- Constant Field Values
-
PAGE_CURSOR_POSITIONS
public static final int PAGE_CURSOR_POSITIONS
- See Also:
- Constant Field Values
-
EXPIRY_LOGGER
public static final int EXPIRY_LOGGER
- See Also:
- Constant Field Values
-
CONSUMER_METRICS_OPERATION
public static final int CONSUMER_METRICS_OPERATION
- See Also:
- Constant Field Values
-
MIRROR_ACK_OPERATION
public static final int MIRROR_ACK_OPERATION
- See Also:
- Constant Field Values
-
MIRROR_SEND_OPERATION
public static final int MIRROR_SEND_OPERATION
- See Also:
- Constant Field Values
-
-