Package | Description |
---|---|
org.infinispan.commons.util.concurrent |
Provides commons interfaces and classes related to concurrency
|
org.infinispan.remoting.rpc |
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
|
org.infinispan.stats.wrappers | |
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeNotifyingFuture<T>
CompositeNotifyingFuture aggregates several NotifyingFuture and completes when all of them complete.
|
class |
NoOpFuture<E>
A future that doesn't do anything and simply returns a given return value.
|
class |
NotifyingFutureImpl<T>
Constructs an instance of a
NotifyingFuture . |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedStatisticRpcManager.invokeRemotelyInFuture(Collection<Address> recipients,
ReplicableCommand rpc,
RpcOptions options,
NotifyingNotifiableFuture<Object> future) |
void |
ExtendedStatisticRpcManager.invokeRemotelyInFuture(NotifyingNotifiableFuture<Map<Address,Response>> future,
Collection<Address> recipients,
ReplicableCommand rpc,
RpcOptions options) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
CompletableFutures.connect(NotifyingNotifiableFuture<T> sink,
CompletableFuture<T> source) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.