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

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

Uses of RehashControlCommand.Type in org.infinispan.commands
 

Methods in org.infinispan.commands with parameters of type RehashControlCommand.Type
 RehashControlCommand CommandsFactoryImpl.buildRehashControlCommand(RehashControlCommand.Type type, Address sender)
           
 RehashControlCommand CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype, Address sender)
           
 RehashControlCommand CommandsFactoryImpl.buildRehashControlCommand(RehashControlCommand.Type type, Address sender, Map<Object,InternalCacheValue> state)
           
 RehashControlCommand CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype, Address sender, Map<Object,InternalCacheValue> state)
           
 RehashControlCommand CommandsFactoryImpl.buildRehashControlCommand(RehashControlCommand.Type type, Address sender, Map<Object,InternalCacheValue> state, ConsistentHash consistentHash)
           
 RehashControlCommand CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype, Address sender, Map<Object,InternalCacheValue> state, ConsistentHash consistentHash)
           
 

Uses of RehashControlCommand.Type in org.infinispan.commands.control
 

Methods in org.infinispan.commands.control that return RehashControlCommand.Type
static RehashControlCommand.Type RehashControlCommand.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RehashControlCommand.Type[] RehashControlCommand.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.infinispan.commands.control with parameters of type RehashControlCommand.Type
RehashControlCommand(String cacheName, RehashControlCommand.Type type, Address sender, Map<Object,InternalCacheValue> state, ConsistentHash consistentHash)
           
 


Google Analytics

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