Uses of Class
org.infinispan.statetransfer.StateRequestCommand.Type
-
Packages that use StateRequestCommand.Type Package Description 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 Modifier and Type Method Description StateRequestCommand
CommandsFactory. buildStateRequestCommand(StateRequestCommand.Type subtype, Address sender, int topologyId, IntSet 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 topologyId, IntSet segments)
-
Uses of StateRequestCommand.Type in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return StateRequestCommand.Type Modifier and Type Method Description 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 Constructor Description StateRequestCommand(ByteString cacheName, StateRequestCommand.Type type, Address origin, int topologyId, IntSet segments)
-