Uses of Class
org.infinispan.interceptors.BaseAsyncInterceptor
-
Packages that use BaseAsyncInterceptor Package Description org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stats.topK org.infinispan.stats.wrappers -
-
Uses of BaseAsyncInterceptor in org.infinispan.interceptors
Subclasses of BaseAsyncInterceptor in org.infinispan.interceptors Modifier and Type Class Description classBaseCustomAsyncInterceptorAnyone using theAsyncInterceptorChain.addInterceptor(AsyncInterceptor, int)method (or any of its overloaded forms) or registering custom interceptors via XML should extend this base class when creating their own custom interceptors.classDDAsyncInterceptorInterface for async interceptors using double-dispatch. -
Uses of BaseAsyncInterceptor in org.infinispan.interceptors.distribution
Subclasses of BaseAsyncInterceptor in org.infinispan.interceptors.distribution Modifier and Type Class Description classBaseDistributionInterceptorBase class for distribution of entries across a cluster.classBiasedScatteredDistributionInterceptorclassDistributionBulkInterceptor<K,V>Interceptor that handles bulk entrySet and keySet commands when using in a distributed/replicated environment.classL1LastChanceInterceptorL1 based interceptor that flushes the L1 cache at the end after a transaction/entry is committed to the data container but before the lock has been released.classL1NonTxInterceptorInterceptor that handles L1 logic for non-transactional caches.classL1TxInterceptorInterceptor that handles L1 logic for transactional caches.classNonTxDistributionInterceptorNon-transactional interceptor used by distributed caches that support concurrent writes.classScatteredDistributionInterceptorThis interceptor mixes several functions: A) replicates changes to other nodes B) commits the entry C) schedules invalidation On primary owner, the commit is executed before the change is replicated to other node.classTriangleDistributionInterceptorNon-transactional interceptor used by distributed caches that supports concurrent writes.classTxDistributionInterceptorHandles the distribution of the transactional caches.classVersionedDistributionInterceptorA version of theTxDistributionInterceptorthat adds logic to handling prepares when entries are versioned. -
Uses of BaseAsyncInterceptor in org.infinispan.interceptors.impl
Subclasses of BaseAsyncInterceptor in org.infinispan.interceptors.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.infinispan.interceptors.impl.BaseRpcInterceptorActs as a base for all RPC callsclassorg.infinispan.interceptors.impl.BaseStateTransferInterceptorA base class for a state transfer interceptor.classorg.infinispan.interceptors.impl.ClusteringInterceptorBase class for distribution interceptors.classorg.infinispan.interceptors.impl.EntryWrappingInterceptorInterceptor in charge with wrapping entries and add them in caller's context.classorg.infinispan.interceptors.impl.VersionedEntryWrappingInterceptorInterceptor in charge with wrapping entries and add them in caller's context. -
Uses of BaseAsyncInterceptor in org.infinispan.interceptors.locking
Subclasses of BaseAsyncInterceptor in org.infinispan.interceptors.locking Modifier and Type Class Description classAbstractLockingInterceptorBase class for various locking interceptors in this package.classAbstractTxLockingInterceptorBase class for transaction based locking interceptors.classNonTransactionalLockingInterceptorLocking interceptor to be used for non-transactional caches.classOptimisticLockingInterceptorLocking interceptor to be used by optimistic transactional caches.classPessimisticLockingInterceptorLocking interceptor to be used by pessimistic caches. -
Uses of BaseAsyncInterceptor in org.infinispan.interceptors.totalorder
Subclasses of BaseAsyncInterceptor in org.infinispan.interceptors.totalorder Modifier and Type Class Description classTotalOrderDistributionInterceptorThis interceptor handles distribution of entries across a cluster, as well as transparent lookup, when the total order based protocol is enabledclassTotalOrderInterceptorCreated to control the total order validation.classTotalOrderStateTransferInterceptorSynchronizes the incoming totally ordered transactions with the state transfer.classTotalOrderVersionedDistributionInterceptorThis interceptor is used in total order in distributed mode when the write skew check is enabled.classTotalOrderVersionedEntryWrappingInterceptorWrapping Interceptor for Total Order protocol when versions are needed -
Uses of BaseAsyncInterceptor in org.infinispan.interceptors.xsite
Subclasses of BaseAsyncInterceptor in org.infinispan.interceptors.xsite Modifier and Type Class Description classBaseBackupInterceptorclassNonTransactionalBackupInterceptorHandles x-site data backups for non-transactional caches.classOptimisticBackupInterceptorHandles x-site data backups for optimistic transactional caches.classPessimisticBackupInterceptorHandles x-site data backups for pessimistic transactional caches. -
Uses of BaseAsyncInterceptor in org.infinispan.statetransfer
Subclasses of BaseAsyncInterceptor in org.infinispan.statetransfer Modifier and Type Class Description classStateTransferInterceptorThis interceptor has two tasks: If the command's topology id is higher than the current topology id, wait for the node to receive transaction data for the new topology id. If the topology id changed during a command's execution, retry the command, but only on the originator (which replicates it to the new owners). If the cache is configured with asynchronous replication, owners cannot signal to the originator that they saw a new topology, so instead each owner forwards the command to all the other owners in the new topology.classTransactionSynchronizerInterceptorWith the Non-Blocking State Transfer (NBST) in place it is possible for a transactional command to be forwarded multiple times, concurrently to the same node. -
Uses of BaseAsyncInterceptor in org.infinispan.stats.topK
Subclasses of BaseAsyncInterceptor in org.infinispan.stats.topK Modifier and Type Class Description classCacheUsageInterceptorIntercepts the VisitableCommands to calculate the corresponding top-key values. -
Uses of BaseAsyncInterceptor in org.infinispan.stats.wrappers
Subclasses of BaseAsyncInterceptor in org.infinispan.stats.wrappers Modifier and Type Class Description classExtendedStatisticInterceptorTake the statistics about relevant visitable commands.
-