Uses of Class
org.infinispan.statetransfer.StateResponseCommand
-
Packages that use StateResponseCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely. -
-
Uses of StateResponseCommand in org.infinispan.commands
Methods in org.infinispan.commands that return StateResponseCommand Modifier and Type Method Description StateResponseCommand
CommandsFactory. buildStateResponseCommand(Address sender, int viewId, Collection<StateChunk> stateChunks, boolean applyState, boolean pushTransfer)
Builds a StateResponseCommand used for pushing cache entries to another node in response to a StateRequestCommand.StateResponseCommand
CommandsFactoryImpl. buildStateResponseCommand(Address sender, int topologyId, Collection<StateChunk> stateChunks, boolean applyState, boolean pushTransfer)
-