Uses of Enum
org.infinispan.util.concurrent.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
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionvoid
DataOperationOrderer.completeOperation
(Object key, CompletableFuture<DataOperationOrderer.Operation> registeredFuture, DataOperationOrderer.Operation operation) Completes a given operation and removes all internal references from the ordererModifier 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.