Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.statetransfer.StateChunk

Packages that use StateChunk
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
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
 StateResponseCommand CommandsFactory.buildStateResponseCommand(Address sender, int viewId, Collection<StateChunk> stateChunks)
          Builds a StateResponseCommand used for pushing cache entries to another node in response to a StateRequestCommand.
 StateResponseCommand CommandsFactoryImpl.buildStateResponseCommand(Address sender, int viewId, Collection<StateChunk> stateChunks)
           
 

Uses of StateChunk in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer that return StateChunk
 StateChunk StateChunk.Externalizer.readObject(ObjectInput input)
           
 

Methods in org.infinispan.statetransfer that return types with arguments of type StateChunk
 Set<Class<? extends StateChunk>> StateChunk.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.statetransfer with parameters of type StateChunk
 void StateChunk.Externalizer.writeObject(ObjectOutput output, StateChunk object)
           
 

Method parameters in org.infinispan.statetransfer with type arguments of type StateChunk
 void StateConsumerImpl.applyState(Address sender, int topologyId, Collection<StateChunk> stateChunks)
           
 void StateConsumer.applyState(Address sender, int topologyId, Collection<StateChunk> stateChunks)
           
 

Constructor parameters in org.infinispan.statetransfer with type arguments of type StateChunk
StateResponseCommand(String cacheName, Address origin, int topologyId, Collection<StateChunk> stateChunks)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.