Uses of Class
org.infinispan.commands.control.RehashControlCommand

Packages that use RehashControlCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
 

Uses of RehashControlCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return RehashControlCommand
 RehashControlCommand CommandsFactoryImpl.buildRehashControlCommand(RehashControlCommand.Type type, Address sender, int viewId)
           
 RehashControlCommand CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype, Address sender, int viewId)
          Builds a RehashControlCommand for coordinating a rehash event.
 RehashControlCommand CommandsFactoryImpl.buildRehashControlCommand(RehashControlCommand.Type type, Address sender, int viewId, Map<Object,InternalCacheValue> state, ConsistentHash oldCH, ConsistentHash newCH)
           
 RehashControlCommand CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype, Address sender, int viewId, Map<Object,InternalCacheValue> state, ConsistentHash oldCH, ConsistentHash newCH)
          Builds a RehashControlCommand for coordinating a rehash event.
 


-->

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