org.infinispan.distribution
Class InvertedLeaveTask
java.lang.Object
org.infinispan.distribution.RehashTask
org.infinispan.distribution.InvertedLeaveTask
- All Implemented Interfaces:
- Callable<Void>
public class InvertedLeaveTask
- extends RehashTask
A task to handle rehashing for when a node leaves the cluster
- Since:
- 4.0
- Author:
- Vladimir Blagojevic, Manik Surtani
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvertedLeaveTask
public InvertedLeaveTask(DistributionManagerImpl dmi,
RpcManager rpcManager,
Configuration conf,
CommandsFactory commandsFactory,
DataContainer dataContainer,
List<Address> stateProviders,
List<Address> stateReceivers,
boolean isReceiver)
performRehash
protected void performRehash()
throws Exception
- Specified by:
performRehash
in class RehashTask
- Throws:
Exception
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.