Package | Description |
---|---|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.interceptors.compat | |
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking | |
org.infinispan.interceptors.totalorder | |
org.infinispan.interceptors.xsite | |
org.infinispan.partitionhandling.impl | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stats.topK | |
org.infinispan.stats.wrappers | |
org.infinispan.xsite |
Modifier and Type | Class and Description |
---|---|
class |
ActivationInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
BatchingInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
CacheLoaderInterceptor<K,V>
Deprecated.
Since 8.2, no longer public API.
|
class |
CacheMgmtInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
CacheWriterInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
CacheWriterInterceptor.Updater
Deprecated.
|
class |
CallInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
ClusteredActivationInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
ClusteredCacheLoaderInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
ClusteringInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
DeadlockDetectingInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
DistCacheWriterInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
EntryWrappingInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
GroupingInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
InvalidationInterceptor
Deprecated.
Since 8.2, no longer public API.
|
static class |
InvalidationInterceptor.InvalidationFilterVisitor
Deprecated.
|
class |
InvocationContextInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
IsMarshallableInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
MarshalledValueInterceptor<K,V>
Deprecated.
Since 8.2, no longer public API.
|
class |
NotificationInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
TxInterceptor<K,V>
Deprecated.
Since 8.2, no longer public API.
|
class |
VersionedEntryWrappingInterceptor
Deprecated.
Since 8.2, no longer public API.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCustomInterceptor
Anyone using the
AdvancedCache.addInterceptor(CommandInterceptor, 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. |
class |
BaseRpcInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
BaseStateTransferInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
CommandInterceptor
This is the base class for all interceptors to extend, and implements the
Visitor interface allowing it to
intercept invocations on VisitableCommand s. |
class |
JmxStatsCommandInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
PrePostProcessingCommandInterceptor
This interceptor adds pre and post processing to each visitXXX() method.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTypeConverterInterceptor<K,V>
Deprecated.
Since 8.2, no longer public API.
|
class |
TypeConverterInterceptor<K,V>
Deprecated.
Since 8.2, no longer public API.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDistributionInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
DistributionBulkInterceptor<K,V>
Deprecated.
Since 8.2, no longer public API.
|
class |
L1LastChanceInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
L1NonTxInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
L1TxInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
NonTxDistributionInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
TxDistributionInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
VersionedDistributionInterceptor
Deprecated.
Since 8.2, no longer public API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLockingInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
AbstractTxLockingInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
NonTransactionalLockingInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
OptimisticLockingInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
PessimisticLockingInterceptor
Deprecated.
Since 8.2, no longer public API.
|
Modifier and Type | Class and Description |
---|---|
class |
TotalOrderDistributionInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
TotalOrderInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
TotalOrderStateTransferInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
TotalOrderVersionedDistributionInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
TotalOrderVersionedEntryWrappingInterceptor
Deprecated.
Since 8.2, no longer public API.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseBackupInterceptor |
class |
NonTransactionalBackupInterceptor
Handles x-site data backups for non-transactional caches.
|
class |
OptimisticBackupInterceptor
Handles x-site data backups for optimistic transactional caches.
|
class |
PessimisticBackupInterceptor
Handles x-site data backups for pessimistic transactional caches.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionHandlingInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
StateTransferInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
TransactionSynchronizerInterceptor
With 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.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheUsageInterceptor
Intercepts the VisitableCommands to calculate the corresponding top-key values.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedStatisticInterceptor
Take the statistics about relevant visitable commands.
|
Modifier and Type | Class and Description |
---|---|
static class |
BackupSenderImpl.CustomBackupPolicyInvoker |
static class |
BaseBackupReceiver.BackupCacheUpdater |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.