Uses of Class
org.infinispan.util.concurrent.NonBlockingOrderer.OPERATION
-
Packages that use NonBlockingOrderer.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 NonBlockingOrderer.OPERATION in org.infinispan.util.concurrent
Methods in org.infinispan.util.concurrent that return NonBlockingOrderer.OPERATION Modifier and Type Method Description static NonBlockingOrderer.OPERATIONNonBlockingOrderer.OPERATION. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NonBlockingOrderer.OPERATION[]NonBlockingOrderer.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 NonBlockingOrderer.OPERATION Modifier and Type Method Description java.util.concurrent.CompletionStage<NonBlockingOrderer.OPERATION>NonBlockingOrderer. orderOn(java.lang.Object key, java.util.concurrent.CompletionStage<NonBlockingOrderer.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 NonBlockingOrderer.OPERATION Modifier and Type Method Description voidNonBlockingOrderer. completeOperation(java.lang.Object key, java.util.concurrent.CompletableFuture<NonBlockingOrderer.OPERATION> registeredFuture, NonBlockingOrderer.OPERATION operation)Completes a given operation by freeing any memory for the future and completing itMethod parameters in org.infinispan.util.concurrent with type arguments of type NonBlockingOrderer.OPERATION Modifier and Type Method Description voidNonBlockingOrderer. completeOperation(java.lang.Object key, java.util.concurrent.CompletableFuture<NonBlockingOrderer.OPERATION> registeredFuture, NonBlockingOrderer.OPERATION operation)Completes a given operation by freeing any memory for the future and completing itjava.util.concurrent.CompletionStage<NonBlockingOrderer.OPERATION>NonBlockingOrderer. orderOn(java.lang.Object key, java.util.concurrent.CompletionStage<NonBlockingOrderer.OPERATION> register)Registers the provided Stage to be next in line to do an operation on behalf of the provided key.
-