Uses of Class
org.apache.activemq.artemis.core.replication.ReplicationManager.ADD_OPERATION_TYPE
-
Packages that use ReplicationManager.ADD_OPERATION_TYPE Package Description org.apache.activemq.artemis.core.protocol.core.impl.wireformat org.apache.activemq.artemis.core.replication -
-
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_TYPE Modifier and Type Method Description ReplicationManager.ADD_OPERATION_TYPEReplicationAddTXMessage. getOperation()ReplicationManager.ADD_OPERATION_TYPEReplicationAddMessage. getRecord()Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type ReplicationManager.ADD_OPERATION_TYPE Constructor Description ReplicationAddMessage(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_TYPE Modifier and Type Method Description static ReplicationManager.ADD_OPERATION_TYPEReplicationManager.ADD_OPERATION_TYPE. toOperation(byte recordType)static ReplicationManager.ADD_OPERATION_TYPEReplicationManager.ADD_OPERATION_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicationManager.ADD_OPERATION_TYPE[]ReplicationManager.ADD_OPERATION_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.replication with parameters of type ReplicationManager.ADD_OPERATION_TYPE Modifier and Type Method Description voidReplicationManager. 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)
-