Uses of Class
org.infinispan.statetransfer.StateRequestCommand
-
Packages that use StateRequestCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely. -
-
Uses of StateRequestCommand in org.infinispan.commands
Methods in org.infinispan.commands that return StateRequestCommand Modifier and Type Method Description StateRequestCommand
CommandsFactory. buildStateRequestCommand(StateRequestCommand.Type subtype, Address sender, int topologyId, org.infinispan.commons.util.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, org.infinispan.commons.util.IntSet segments)
-