Uses of Package
org.infinispan.statetransfer
Packages that use org.infinispan.statetransfer
Package
Description
Commands that operate on the cache, either locally or remotely.
This package contains implementations of the conflict resolution API.
Factories are internal components used to create other components based on a cache's
configuration.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
SCATTERED CACHE DESIGN
Transfer of state to new caches in a cluster.
-
Classes in org.infinispan.statetransfer used by org.infinispan.commands
-
Classes in org.infinispan.statetransfer used by org.infinispan.commands.statetransferClassDescriptionEncapsulates a chunk of cache entries that belong to the same segment.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.conflict.impl
-
Classes in org.infinispan.statetransfer used by org.infinispan.factoriesClassDescriptionWe 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.A component that manages the state transfer when the topology of the cluster changes.
-
Classes in org.infinispan.statetransfer used by org.infinispan.interceptors.distributionClassDescriptionWe 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.implClassDescriptionWe 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.lockingClassDescriptionKeeps track of the keys updated by normal operation and state transfer.
-
Classes in org.infinispan.statetransfer used by org.infinispan.scattered
-
Classes in org.infinispan.statetransfer used by org.infinispan.scattered.implClassDescriptionInbound state transfer task.Handles inbound state transfers.
StateConsumerimplementation.Handles outbound state transfers.StateProviderimplementation. -
Classes in org.infinispan.statetransfer used by org.infinispan.statetransferClassDescriptionSignals that all owners of a key have been lost.Keeps track of the keys updated by normal operation and state transfer.Inbound state transfer task.Outbound state transfer task.An exception signalling that a command should be retried because a newer topology was seen during execution.Encapsulates a chunk of cache entries that belong to the same segment.Handles inbound state transfers.Handles outbound state transfers.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.A component that manages the state transfer when the topology of the cluster changes.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.implClassDescriptionWe 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