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.commands.statetransfer 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 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) -
Uses of StateChunk in org.infinispan.commands.statetransfer
Methods in org.infinispan.commands.statetransfer that return types with arguments of type StateChunk Modifier and Type Method Description Collection<StateChunk>StateResponseCommand. getStateChunks()Constructor parameters in org.infinispan.commands.statetransfer with type arguments of type StateChunk Constructor Description StateResponseCommand(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 StateChunk Modifier and Type Method Description voidStateReceiver. 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 StateChunk Modifier and Type Method Description StateChunkStateChunk.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.statetransfer that return types with arguments of type StateChunk Modifier and Type Method Description Set<Class<? extends StateChunk>>StateChunk.Externalizer. getTypeClasses()Methods in org.infinispan.statetransfer with parameters of type StateChunk Modifier and Type Method Description voidStateChunk.Externalizer. writeObject(ObjectOutput output, StateChunk object)Method parameters in org.infinispan.statetransfer with type arguments of type StateChunk Modifier and Type Method Description CompletionStage<?>StateConsumer. applyState(Address sender, int topologyId, boolean pushTransfer, Collection<StateChunk> stateChunks)CompletionStage<?>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 OutboundTransferTask(Address destination, org.infinispan.commons.util.IntSet segments, int segmentCount, int chunkSize, int topologyId, KeyPartitioner keyPartitioner, Consumer<Collection<StateChunk>> onChunkReplicated, RpcManager rpcManager, CommandsFactory commandsFactory, long timeout, String cacheName, boolean applyState, boolean pushTransfer)
-