Uses of Class
org.infinispan.util.concurrent.DataOperationOrderer.Operation
-
Packages that use DataOperationOrderer.Operation Package Description org.infinispan.util.concurrent 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.Operation Modifier and Type Method Description static DataOperationOrderer.OperationDataOperationOrderer.Operation. valueOf(java.lang.String name)Returns 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.Operation Modifier and Type Method Description java.util.concurrent.CompletionStage<DataOperationOrderer.Operation>DataOperationOrderer. orderOn(java.lang.Object key, java.util.concurrent.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.Operation Modifier and Type Method Description voidDataOperationOrderer. completeOperation(java.lang.Object key, java.util.concurrent.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.Operation Modifier and Type Method Description voidDataOperationOrderer. completeOperation(java.lang.Object key, java.util.concurrent.CompletableFuture<DataOperationOrderer.Operation> registeredFuture, DataOperationOrderer.Operation operation)Completes a given operation and removes all internal references from the ordererjava.util.concurrent.CompletionStage<DataOperationOrderer.Operation>DataOperationOrderer. orderOn(java.lang.Object key, java.util.concurrent.CompletionStage<DataOperationOrderer.Operation> register)Registers the provided Stage to be next in line to do an operation on behalf of the provided key.
-