Uses of Class
org.infinispan.statetransfer.StateChunk
-
Packages that use StateChunk Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of StateChunk in org.infinispan.commands
Method parameters in org.infinispan.commands with type arguments of type StateChunk 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)
-
Uses of StateChunk in org.infinispan.conflict.impl
Method parameters in org.infinispan.conflict.impl with type arguments of type StateChunk Modifier and Type Method Description void
StateReceiver. receiveState(Address sender, int topologyId, Collection<StateChunk> stateChunks)
void
StateReceiverImpl. receiveState(Address sender, int topologyId, Collection<StateChunk> stateChunks)
-
Uses of StateChunk in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return StateChunk Modifier and Type Method Description StateChunk
StateChunk.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.statetransfer that return types with arguments of type StateChunk Modifier and Type Method Description Collection<StateChunk>
StateResponseCommand. getStateChunks()
Set<Class<? extends StateChunk>>
StateChunk.Externalizer. getTypeClasses()
Methods in org.infinispan.statetransfer with parameters of type StateChunk Modifier and Type Method Description void
StateChunk.Externalizer. writeObject(ObjectOutput output, StateChunk object)
Method parameters in org.infinispan.statetransfer with type arguments of type StateChunk Modifier and Type Method Description void
StateConsumer. applyState(Address sender, int topologyId, boolean pushTransfer, Collection<StateChunk> stateChunks)
void
StateConsumerImpl. applyState(Address sender, int topologyId, boolean pushTransfer, Collection<StateChunk> stateChunks)
Constructor parameters in org.infinispan.statetransfer with type arguments of type StateChunk Constructor Description StateResponseCommand(ByteString cacheName, Address origin, int topologyId, Collection<StateChunk> stateChunks, boolean applyState, boolean pushTransfer)
-