public class ReplicatedStateTransferManagerImpl extends BaseStateTransferManagerImpl
StateTransferManagercacheLoaderManager, 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() |
protected long |
getTimeout() |
boolean |
isLocationInDoubt(Object key) |
applyLocks, applyState, commitView, getAddress, hasJoinStarted, init, isJoinComplete, isLastViewId, isStateTransferInProgress, postInstallView, preInstallView, prepareView, pushStateToNode, rollbackView, startStateTransfer, stop, waitForJoinToComplete, waitForJoinToStart, waitForStateTransferToComplete, waitForStateTransferToStartpublic ReplicatedStateTransferManagerImpl()
protected ReplicatedStateTransferTask createStateTransferTask(int viewId, List<Address> members, boolean initialView)
createStateTransferTask in class BaseStateTransferManagerImplprotected long getTimeout()
getTimeout in class BaseStateTransferManagerImplprotected ConsistentHash createConsistentHash(List<Address> members)
createConsistentHash in class BaseStateTransferManagerImplpublic CacheStore getCacheStoreForStateTransfer()
getCacheStoreForStateTransfer in class BaseStateTransferManagerImplpublic boolean isLocationInDoubt(Object key)
true if the key should be local but has not yet been copied to the local nodeCopyright © 2012 JBoss by Red Hat. All Rights Reserved.