Uses of Enum
org.infinispan.util.concurrent.DataOperationOrderer.Operation
Packages that use DataOperationOrderer.Operation
Package
Description
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
-
Uses of DataOperationOrderer.Operation in org.infinispan.util.concurrent
Methods in org.infinispan.util.concurrent that return DataOperationOrderer.OperationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static DataOperationOrderer.Operation[]
DataOperationOrderer.Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.util.concurrent that return types with arguments of type DataOperationOrderer.OperationModifier and TypeMethodDescriptionDataOperationOrderer.getCurrentStage
(Object key) For testing purposes onlyDataOperationOrderer.orderOn
(Object key, CompletionStage<DataOperationOrderer.Operation> register) Registers the provided Stage to be next in line to do an operation on behalf of the provided key.Methods in org.infinispan.util.concurrent with parameters of type DataOperationOrderer.OperationModifier and TypeMethodDescriptionvoid
DataOperationOrderer.completeOperation
(Object key, CompletableFuture<DataOperationOrderer.Operation> registeredFuture, DataOperationOrderer.Operation operation) Completes a given operation and removes all internal references from the ordererMethod parameters in org.infinispan.util.concurrent with type arguments of type DataOperationOrderer.OperationModifier and TypeMethodDescriptionvoid
DataOperationOrderer.completeOperation
(Object key, CompletableFuture<DataOperationOrderer.Operation> registeredFuture, DataOperationOrderer.Operation operation) Completes a given operation and removes all internal references from the ordererDataOperationOrderer.orderOn
(Object key, CompletionStage<DataOperationOrderer.Operation> register) Registers the provided Stage to be next in line to do an operation on behalf of the provided key.