public interface StateTransferManager
| Modifier and Type | Method and Description |
|---|---|
void |
applyLocks(Collection<LockInfo> locks,
Address sender,
int viewId) |
void |
applyState(Collection<InternalCacheEntry> state,
Address sender,
int viewId) |
boolean |
hasJoinStarted() |
boolean |
isJoinComplete() |
boolean |
isLocationInDoubt(Object key) |
boolean |
isStateTransferInProgress() |
void |
waitForJoinToComplete() |
void |
waitForJoinToStart() |
void |
waitForStateTransferToComplete() |
boolean isJoinComplete()
void waitForJoinToComplete()
throws InterruptedException
InterruptedExceptionboolean hasJoinStarted()
void waitForJoinToStart()
throws InterruptedException
InterruptedExceptionboolean isStateTransferInProgress()
void waitForStateTransferToComplete()
throws InterruptedException
InterruptedExceptionvoid applyState(Collection<InternalCacheEntry> state, Address sender, int viewId) throws InterruptedException
InterruptedExceptionvoid applyLocks(Collection<LockInfo> locks, Address sender, int viewId) throws InterruptedException
InterruptedExceptionboolean 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.