Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
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.xsite | |
org.infinispan.partitionhandling.impl | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stats.wrappers | |
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
RemoveCommand |
CommandsFactory.buildRemoveCommand(Object key,
Object value,
Set<Flag> flags)
Builds a RemoveCommand
|
RemoveCommand |
CommandsFactoryImpl.buildRemoveCommand(Object key,
Object value,
Set<Flag> flags) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
Visitor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Modifier and Type | Class and Description |
---|---|
class |
EvictCommand |
class |
InvalidateCommand
Removes an entry from memory.
|
class |
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
class |
RemoveExpiredCommand
Removes an entry that is expired from memory
|
Modifier and Type | Method and Description |
---|---|
Object |
CacheMgmtInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
DeadlockDetectingInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
DistCacheWriterInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
CacheLoaderInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
TxInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
MarshalledValueInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
EntryWrappingInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
IsMarshallableInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
CacheWriterInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
CacheWriterInterceptor.Updater.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
InvalidationInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Modifier and Type | Method and Description |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BaseTypeConverterInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
L1NonTxInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
L1LastChanceInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
NonTxDistributionInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
L1TxInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Object |
TxDistributionInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractLockingInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
NonTransactionalBackupInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PartitionHandlingInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
ExtendedStatisticInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BackupSenderImpl.CustomBackupPolicyInvoker.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
BaseBackupReceiver.BackupCacheUpdater.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.