Modifier and Type | Class and Description |
---|---|
class |
AbstractVisitor
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
|
Modifier and Type | Method and Description |
---|---|
Object |
VisitableCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
Accept a visitor, and return the result of accepting this visitor.
|
Modifier and Type | Method and Description |
---|---|
Object |
LockControlCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Modifier and Type | Method and Description |
---|---|
Object |
WriteOnlyManyCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
ReadWriteManyEntriesCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
ReadWriteManyCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
ReadWriteKeyValueCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
ReadOnlyManyCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
ReadWriteKeyCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
WriteOnlyManyEntriesCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
ReadOnlyKeyCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
WriteOnlyKeyCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
WriteOnlyKeyValueCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Modifier and Type | Method and Description |
---|---|
Object |
GetKeyValueCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
EntrySetCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
GetAllCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
DistributedExecuteCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
GetCacheEntryCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
KeySetCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
SizeCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Modifier and Type | Method and Description |
---|---|
Object |
GetKeysInGroupCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Modifier and Type | Method and Description |
---|---|
Object |
CommitCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
PrepareCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
RollbackCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Modifier and Type | Method and Description |
---|---|
Object |
ClearCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
EvictCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
PutMapCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
InvalidateCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
ReplaceCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
PutKeyValueCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
RemoveCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
ApplyDeltaCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
Object |
InvalidateL1Command.acceptVisitor(InvocationContext ctx,
Visitor visitor) |
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 © 2017 JBoss, a division of Red Hat. All rights reserved.