Uses of Class
org.infinispan.statetransfer.StateChunk
-
Packages that use StateChunk Package Description org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
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 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 voidStateChunk.Externalizer. writeObject(ObjectOutput output, StateChunk object)Method parameters in org.infinispan.statetransfer with type arguments of type StateChunk Modifier and Type Method Description voidStateConsumer. applyState(Address sender, int topologyId, boolean pushTransfer, Collection<StateChunk> stateChunks)voidStateConsumerImpl. 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)
-