Uses of Enum Class
org.apache.activemq.artemis.core.io.OperationConsistencyLevel
Packages that use OperationConsistencyLevel
Package
Description
-
Uses of OperationConsistencyLevel in org.apache.activemq.artemis.core.io
Methods in org.apache.activemq.artemis.core.io that return OperationConsistencyLevelModifier and TypeMethodDescriptionstatic OperationConsistencyLevelReturns the enum constant of this class with the specified name.static OperationConsistencyLevel[]OperationConsistencyLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OperationConsistencyLevel in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence with parameters of type OperationConsistencyLevelModifier and TypeMethodDescriptionvoidStorageManager.afterCompleteOperations(IOCallback run, OperationConsistencyLevel consistencyLevel) voidOperationContext.executeOnCompletion(IOCallback runnable, OperationConsistencyLevel consistencyLevel) Execute the task when all IO operations are complete, Or execute it immediately if nothing is pending. -
Uses of OperationConsistencyLevel in org.apache.activemq.artemis.core.persistence.impl.journal
Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type OperationConsistencyLevelModifier and TypeMethodDescriptionvoidAbstractJournalStorageManager.afterCompleteOperations(IOCallback run, OperationConsistencyLevel consistencyLevel) voidDummyOperationContext.executeOnCompletion(IOCallback runnable, OperationConsistencyLevel consistencyLevel) voidOperationContextImpl.executeOnCompletion(IOCallback completion, OperationConsistencyLevel consistencyLevel) -
Uses of OperationConsistencyLevel in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type OperationConsistencyLevelModifier and TypeMethodDescriptionvoidNullStorageManager.afterCompleteOperations(IOCallback run, OperationConsistencyLevel consistencyLevel) -
Uses of OperationConsistencyLevel in org.apache.activemq.artemis.core.transaction.impl
Methods in org.apache.activemq.artemis.core.transaction.impl that return OperationConsistencyLevelModifier and TypeMethodDescriptionprotected OperationConsistencyLevelTransactionImpl.getRequiredConsistency()