Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Package
org.infinispan.statetransfer

Packages that use org.infinispan.statetransfer
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.remote.recovery   
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.locking   
org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Classes in org.infinispan.statetransfer used by org.infinispan.commands
StateChunk
          Encapsulates a chunk of cache entries that belong to the same segment.
StateConsumer
          Handles inbound state transfers.
StateProvider
          Handles outbound state transfers.
StateRequestCommand
          This command is used by a StateConsumer to request transactions and cache entries from a StateProvider.
StateRequestCommand.Type
           
StateResponseCommand
          This command is used by a StateProvider to push cache entries to a StateConsumer.
StateTransferManager
          A component that manages the state transfer when the topology of the cluster changes.
 

Classes in org.infinispan.statetransfer used by org.infinispan.commands.remote.recovery
StateTransferManager
          A component that manages the state transfer when the topology of the cluster changes.
 

Classes in org.infinispan.statetransfer used by org.infinispan.distribution
StateTransferManager
          A component that manages the state transfer when the topology of the cluster changes.
 

Classes in org.infinispan.statetransfer used by org.infinispan.factories
StateTransferManager
          A component that manages the state transfer when the topology of the cluster changes.
 

Classes in org.infinispan.statetransfer used by org.infinispan.interceptors
StateConsumer
          Handles inbound state transfers.
StateTransferManager
          A component that manages the state transfer when the topology of the cluster changes.
 

Classes in org.infinispan.statetransfer used by org.infinispan.interceptors.locking
StateTransferLock
          We use the state transfer lock for three different things: We don't want to execute a command until we have the transaction table for that topology id.
StateTransferManager
          A component that manages the state transfer when the topology of the cluster changes.
 

Classes in org.infinispan.statetransfer used by org.infinispan.remoting.rpc
StateTransferManager
          A component that manages the state transfer when the topology of the cluster changes.
 

Classes in org.infinispan.statetransfer used by org.infinispan.statetransfer
StateChunk
          Encapsulates a chunk of cache entries that belong to the same segment.
StateConsumer
          Handles inbound state transfers.
StateConsumerImpl
          StateConsumer implementation.
StateProvider
          Handles outbound state transfers.
StateProviderImpl
          StateProvider implementation.
StateRequestCommand.Type
           
StateTransferLock
          We use the state transfer lock for three different things: We don't want to execute a command until we have the transaction table for that topology id.
StateTransferManager
          A component that manages the state transfer when the topology of the cluster changes.
TransactionInfo
          A representation of a transaction that is suitable for transferring between a StateProvider and a StateConsumer running on different members of the same cache.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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