Package | Description |
---|---|
org.infinispan.distexec | |
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
org.infinispan.remoting.rpc |
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
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 |
---|---|
protected static class |
DefaultExecutorService.DistributedRunnableFuture<V>
DistributedRunnableFuture is essentially a Future wrap around DistributedExecuteCommand.
|
Modifier and Type | Method and Description |
---|---|
NotifyingNotifiableFuture<Object> |
L1ManagerImpl.flushCache(Collection<Object> keys,
Object retval,
Address origin,
boolean assumeOriginKeptEntryInL1) |
NotifyingNotifiableFuture<Object> |
L1Manager.flushCache(Collection<Object> keys,
Object retval,
Address origin,
boolean assumeOriginKeptEntryInL1)
Flushes a cache (using unicast or multicast) for a set of keys
|
Modifier and Type | Method and Description |
---|---|
void |
BaseStateTransferManagerImpl.pushStateToNode(NotifyingNotifiableFuture<Object> stateTransferFuture,
int viewId,
Collection<Address> targets,
Collection<InternalCacheEntry> state,
Collection<LockInfo> lockInfo) |
Modifier and Type | Class and Description |
---|---|
class |
AggregatingNotifyingFutureBuilder
An aggregating
NotifyingNotifiableFuture implementation that allows a dynamic number of futures to be attached. |
class |
AggregatingNotifyingFutureImpl
For use with > 1 underlying network future
|
class |
DeferredReturnFuture<V>
This is a notifying and notifiable future whose return value is not known
at construction time.
|
class |
NoOpFuture<E>
A future that doesn't do anything and simply returns a given return value.
|
class |
NotifyingFutureImpl
Constructs an instance of a
NotifyingFuture . |
Modifier and Type | Method and Description |
---|---|
NotifyingNotifiableFuture<?> |
AggregatingNotifyingFutureBuilder.build() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.