Uses of Class
org.infinispan.commands.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 StateResponseCommandCommandsFactory. buildStateResponseCommand(int viewId, Collection<StateChunk> stateChunks, boolean applyState, boolean pushTransfer)Builds a StateResponseCommand used for pushing cache entries to another node.StateResponseCommandCommandsFactoryImpl. buildStateResponseCommand(int topologyId, Collection<StateChunk> stateChunks, boolean applyState, boolean pushTransfer)
-