Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.statetransfer.StateRequestCommand.Type

Packages that use StateRequestCommand.Type
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Uses of StateRequestCommand.Type in org.infinispan.commands
 

Methods in org.infinispan.commands with parameters of type StateRequestCommand.Type
 StateRequestCommand CommandsFactory.buildStateRequestCommand(StateRequestCommand.Type subtype, Address sender, int viewId, Set<Integer> segments)
          Builds a StateRequestCommand used for requesting transactions and locks and for starting or canceling transfer of cache entries.
 StateRequestCommand CommandsFactoryImpl.buildStateRequestCommand(StateRequestCommand.Type subtype, Address sender, int viewId, Set<Integer> segments)
           
 

Uses of StateRequestCommand.Type in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer that return StateRequestCommand.Type
 StateRequestCommand.Type StateRequestCommand.getType()
           
static StateRequestCommand.Type StateRequestCommand.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StateRequestCommand.Type[] StateRequestCommand.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.infinispan.statetransfer with parameters of type StateRequestCommand.Type
StateRequestCommand(String cacheName, StateRequestCommand.Type type, Address origin, int topologyId, Set<Integer> segments)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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