|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.distribution.RehashTask
org.infinispan.distribution.InvertedLeaveTask
public class InvertedLeaveTask
A task to handle rehashing for when a node leaves the cluster
Nested Class Summary | |
---|---|
protected class |
InvertedLeaveTask.LeaveStateGrabber
|
Nested classes/interfaces inherited from class org.infinispan.distribution.RehashTask |
---|
RehashTask.StateGrabber |
Field Summary |
---|
Fields inherited from class org.infinispan.distribution.RehashTask |
---|
cf, configuration, dataContainer, log, rpcManager, self, statePullExecutor, trace |
Constructor Summary | |
---|---|
InvertedLeaveTask(DistributionManagerImpl dmi,
RpcManager rpcManager,
Configuration conf,
CommandsFactory commandsFactory,
DataContainer dataContainer,
List<Address> stateProviders,
List<Address> stateReceivers,
boolean isReceiver)
|
Method Summary | |
---|---|
protected void |
performRehash()
|
Methods inherited from class org.infinispan.distribution.RehashTask |
---|
call, coordinator, getInvalidHolders, invalidateInvalidHolders, invalidateInvalidHolders |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvertedLeaveTask(DistributionManagerImpl dmi, RpcManager rpcManager, Configuration conf, CommandsFactory commandsFactory, DataContainer dataContainer, List<Address> stateProviders, List<Address> stateReceivers, boolean isReceiver)
Method Detail |
---|
protected void performRehash() throws Exception
performRehash
in class RehashTask
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |