Uses of Interface
org.apache.activemq.artemis.core.transaction.TransactionOperation
Packages that use TransactionOperation
Package
Description
-
Uses of TransactionOperation in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement TransactionOperation -
Uses of TransactionOperation in org.apache.activemq.artemis.core.persistence.impl.journal.codec
Classes in org.apache.activemq.artemis.core.persistence.impl.journal.codec that implement TransactionOperationModifier and TypeClassDescriptionclassThis is only used when loading a transaction. -
Uses of TransactionOperation in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement TransactionOperation -
Uses of TransactionOperation in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement TransactionOperation -
Uses of TransactionOperation in org.apache.activemq.artemis.core.transaction
Classes in org.apache.activemq.artemis.core.transaction that implement TransactionOperationModifier and TypeClassDescriptionclassJust a helper, when you don't want to implement all the methods on a transaction operation.Methods in org.apache.activemq.artemis.core.transaction that return types with arguments of type TransactionOperationMethods in org.apache.activemq.artemis.core.transaction with parameters of type TransactionOperationModifier and TypeMethodDescriptionvoidTransaction.addOperation(TransactionOperation sync) voidTransaction.afterStore(TransactionOperation sync) This is an operation that will be called right after the storage is completed. addOperation could only happen after paging and replication, while these operations will just be about the storage -
Uses of TransactionOperation in org.apache.activemq.artemis.core.transaction.impl
Methods in org.apache.activemq.artemis.core.transaction.impl that return types with arguments of type TransactionOperationMethods in org.apache.activemq.artemis.core.transaction.impl with parameters of type TransactionOperationModifier and TypeMethodDescriptionvoidTransactionImpl.addOperation(TransactionOperation operation) voidTransactionImpl.afterStore(TransactionOperation sync) Method parameters in org.apache.activemq.artemis.core.transaction.impl with type arguments of type TransactionOperationModifier and TypeMethodDescriptionprotected voidTransactionImpl.afterCommit(List<TransactionOperation> operationsToComplete)