Package | Description |
---|---|
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
Modifier and Type | Method and Description |
---|---|
static DataOperationOrderer.Operation |
DataOperationOrderer.Operation.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
CompletionStage<DataOperationOrderer.Operation> |
DataOperationOrderer.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 Type | Method and Description |
---|---|
void |
DataOperationOrderer.completeOperation(Object key,
CompletableFuture<DataOperationOrderer.Operation> registeredFuture,
DataOperationOrderer.Operation operation)
Completes a given operation and removes all internal references from the orderer
|
Modifier and Type | Method and Description |
---|---|
void |
DataOperationOrderer.completeOperation(Object key,
CompletableFuture<DataOperationOrderer.Operation> registeredFuture,
DataOperationOrderer.Operation operation)
Completes a given operation and removes all internal references from the orderer
|
CompletionStage<DataOperationOrderer.Operation> |
DataOperationOrderer.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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.