public class ReplicatedStateTransferManagerImpl extends BaseStateTransferManagerImpl
StateTransferManager
cacheLoaderManager, cacheNotifier, cf, chNew, chOld, configuration, dataContainer, icc, interceptorChain, rpcManager, stateTransferLock, transactionTable
Constructor and Description |
---|
ReplicatedStateTransferManagerImpl()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
protected ConsistentHash |
createConsistentHash(List<Address> members) |
protected ReplicatedStateTransferTask |
createStateTransferTask(int viewId,
List<Address> members,
boolean initialView) |
CacheStore |
getCacheStoreForStateTransfer() |
boolean |
isLocationInDoubt(Object key) |
applyLocks, applyState, commitView, getAddress, hasJoinStarted, init, isJoinComplete, isLastViewId, isStateTransferInProgress, postInstallView, preInstallView, prepareView, pushStateToNode, rollbackView, startStateTransfer, stop, waitForJoinToComplete, waitForJoinToStart, waitForStateTransferToComplete, waitForStateTransferToStart
public ReplicatedStateTransferManagerImpl()
protected ReplicatedStateTransferTask createStateTransferTask(int viewId, List<Address> members, boolean initialView)
createStateTransferTask
in class BaseStateTransferManagerImpl
protected ConsistentHash createConsistentHash(List<Address> members)
createConsistentHash
in class BaseStateTransferManagerImpl
public CacheStore getCacheStoreForStateTransfer()
getCacheStoreForStateTransfer
in class BaseStateTransferManagerImpl
public boolean isLocationInDoubt(Object key)
true
if the key should be local but has not yet been copied to the local nodeCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.