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