Package | Description |
---|---|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseStateTransferTask.checkIfCancelled() |
protected void |
BaseStateTransferTask.pushPartialState(Collection<Address> targets,
Collection<InternalCacheEntry> state,
Collection<LockInfo> lockInfo) |
void |
BaseStateTransferManagerImpl.pushStateToNode(NotifyingNotifiableFuture<Object> stateTransferFuture,
int viewId,
Collection<Address> targets,
Collection<InternalCacheEntry> state,
Collection<LockInfo> lockInfo) |
boolean |
BaseStateTransferManagerImpl.startStateTransfer(int viewId,
Collection<Address> members,
boolean initialView) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.