Uses of Class
org.infinispan.statetransfer.StateChunk
Packages that use StateChunk
Package
Description
Commands that operate on the cache, either locally or remotely.
This package contains implementations of the conflict resolution API.
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 StateChunkModifier 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) -
Uses of StateChunk in org.infinispan.commands.statetransfer
Methods in org.infinispan.commands.statetransfer that return types with arguments of type StateChunkConstructor parameters in org.infinispan.commands.statetransfer with type arguments of type StateChunkModifierConstructorDescriptionStateResponseCommand(ByteString cacheName, 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 StateChunkModifier and TypeMethodDescriptionvoidStateReceiver.receiveState(Address sender, int topologyId, Collection<StateChunk> stateChunks) voidStateReceiverImpl.receiveState(Address sender, int topologyId, Collection<StateChunk> stateChunks) -
Uses of StateChunk in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return StateChunkMethods in org.infinispan.statetransfer that return types with arguments of type StateChunkModifier and TypeMethodDescriptionSet<Class<? extends StateChunk>>StateChunk.Externalizer.getTypeClasses()Methods in org.infinispan.statetransfer with parameters of type StateChunkModifier and TypeMethodDescriptionvoidStateChunk.Externalizer.writeObject(ObjectOutput output, StateChunk object) Method parameters in org.infinispan.statetransfer with type arguments of type StateChunkModifier and TypeMethodDescriptionStateConsumer.applyState(Address sender, int topologyId, boolean pushTransfer, Collection<StateChunk> stateChunks) StateConsumerImpl.applyState(Address sender, int topologyId, boolean pushTransfer, Collection<StateChunk> stateChunks) Constructor parameters in org.infinispan.statetransfer with type arguments of type StateChunkModifierConstructorDescriptionOutboundTransferTask(Address destination, org.infinispan.commons.util.IntSet segments, int segmentCount, int chunkSize, int topologyId, Consumer<Collection<StateChunk>> onChunkReplicated, RpcManager rpcManager, CommandsFactory commandsFactory, long timeout, String cacheName, boolean applyState, boolean pushTransfer)