Uses of Package
org.infinispan.statetransfer
-
Packages that use org.infinispan.statetransfer Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.remote.recovery org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.scattered SCATTERED CACHE DESIGNorg.infinispan.scattered.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream.impl org.infinispan.topology -
Classes in org.infinispan.statetransfer used by org.infinispan.commands Class Description StateChunk Encapsulates a chunk of cache entries that belong to the same segment.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. -
Classes in org.infinispan.statetransfer used by org.infinispan.commands.remote.recovery Class Description 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.write Class Description 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. -
Classes in org.infinispan.statetransfer used by org.infinispan.conflict.impl Class Description StateChunk Encapsulates a chunk of cache entries that belong to the same segment. -
Classes in org.infinispan.statetransfer used by org.infinispan.factories Class Description 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.interceptors.distribution Class Description 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. -
Classes in org.infinispan.statetransfer used by org.infinispan.interceptors.impl Class Description 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.interceptors.locking Class Description CommitManager Keeps track of the keys updated by normal operation and state transfer. -
Classes in org.infinispan.statetransfer used by org.infinispan.remoting.inboundhandler Class Description StateTransferManager A component that manages the state transfer when the topology of the cluster changes. -
Classes in org.infinispan.statetransfer used by org.infinispan.scattered Class Description StateProvider Handles outbound state transfers. -
Classes in org.infinispan.statetransfer used by org.infinispan.scattered.impl Class Description InboundTransferTask Inbound state transfer task.StateConsumer Handles inbound state transfers.StateConsumerImpl StateConsumer
implementation.StateProvider Handles outbound state transfers.StateProviderImpl StateProvider
implementation. -
Classes in org.infinispan.statetransfer used by org.infinispan.statetransfer Class Description AllOwnersLostException Signals that all owners of a key have been lost.CommitManager Keeps track of the keys updated by normal operation and state transfer.InboundTransferTask Inbound state transfer task.OutboundTransferTask Outbound state transfer task.OutdatedTopologyException An exception signalling that a command should be retried because it was executed with an outdated topology.RebalanceType StateChunk Encapsulates a chunk of cache entries that belong to the same segment.StateConsumer Handles inbound state transfers.StateConsumerImpl.KeyInvalidationListener StateProvider Handles outbound state transfers.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. -
Classes in org.infinispan.statetransfer used by org.infinispan.stream.impl Class Description 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. -
Classes in org.infinispan.statetransfer used by org.infinispan.topology Class Description RebalanceType