Uses of Enum Class
org.apache.activemq.artemis.core.replication.ReplicationManager.ADD_OPERATION_TYPE
Packages that use ReplicationManager.ADD_OPERATION_TYPE
Package
Description
-
Uses of ReplicationManager.ADD_OPERATION_TYPE in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return ReplicationManager.ADD_OPERATION_TYPEModifier and TypeMethodDescriptionReplicationAddTXMessage.getOperation()ReplicationAddMessage.getRecord()Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type ReplicationManager.ADD_OPERATION_TYPEModifierConstructorDescriptionReplicationAddMessage(boolean beforeTwoEighteen, byte journalID, ReplicationManager.ADD_OPERATION_TYPE operation, long id, byte journalRecordType, Persister persister, Object encodingData) ReplicationAddTXMessage(boolean beforeTwoEighteen, byte journalID, ReplicationManager.ADD_OPERATION_TYPE operation, long txId, long id, byte recordType, Persister persister, Object encodingData) -
Uses of ReplicationManager.ADD_OPERATION_TYPE in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication that return ReplicationManager.ADD_OPERATION_TYPEModifier and TypeMethodDescriptionReplicationManager.ADD_OPERATION_TYPE.toOperation(byte recordType) Returns the enum constant of this class with the specified name.ReplicationManager.ADD_OPERATION_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.core.replication with parameters of type ReplicationManager.ADD_OPERATION_TYPEModifier and TypeMethodDescriptionvoidReplicationManager.appendAddRecordTransactional(byte journalID, ReplicationManager.ADD_OPERATION_TYPE operation, long txID, long id, byte recordType, Persister persister, Object record) voidReplicationManager.appendUpdateRecord(byte journalID, ReplicationManager.ADD_OPERATION_TYPE operation, long id, byte recordType, Persister persister, Object record)