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.query.backend | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
RemoveCommand |
CommandsFactoryImpl.buildRemoveCommand(Object key,
Object value,
Set<Flag> flags) |
RemoveCommand |
CommandsFactory.buildRemoveCommand(Object key,
Object value,
Set<Flag> flags)
Builds a RemoveCommand
|
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)
|
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) |
Modifier and Type | Method and Description |
---|---|
Object |
L1LastChanceInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
TxDistributionInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
L1TxInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
NonTxDistributionInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
L1NonTxInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PessimisticLockingInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
OptimisticLockingInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
NonTransactionalLockingInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
NonTransactionalBackupInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
QueryInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BackupReceiverImpl.BackupCacheUpdater.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
BackupSenderImpl.CustomBackupPolicyInvoker.visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.