org.infinispan.distribution
Class JoinTask.JoinStateGrabber

java.lang.Object
  extended by org.infinispan.distribution.RehashTask.StateGrabber
      extended by org.infinispan.distribution.JoinTask.JoinStateGrabber
All Implemented Interfaces:
Callable<Void>
Enclosing class:
JoinTask

protected final class JoinTask.JoinStateGrabber
extends RehashTask.StateGrabber


Constructor Summary
JoinTask.JoinStateGrabber(Address stateProvider, ReplicableCommand command, ConsistentHash newConsistentHash)
           
 
Method Summary
protected  boolean isForLeave()
           
 
Methods inherited from class org.infinispan.distribution.RehashTask.StateGrabber
call
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinTask.JoinStateGrabber

public JoinTask.JoinStateGrabber(Address stateProvider,
                                 ReplicableCommand command,
                                 ConsistentHash newConsistentHash)
Method Detail

isForLeave

protected boolean isForLeave()
Specified by:
isForLeave in class RehashTask.StateGrabber


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.