Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
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 |
---|---|
PutKeyValueCommand |
CommandsFactoryImpl.buildPutKeyValueCommand(Object key,
Object value,
Metadata metadata,
Set<Flag> flags) |
PutKeyValueCommand |
CommandsFactory.buildPutKeyValueCommand(Object key,
Object value,
Metadata metadata,
Set<Flag> flags)
Builds a PutKeyValueCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
Visitor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BaseTypeConverterInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
L1LastChanceInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
TxDistributionInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
L1TxInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
NonTxDistributionInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
L1NonTxInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractLockingInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
PessimisticLockingInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
OptimisticLockingInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
NonTransactionalBackupInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
QueryInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BackupReceiverImpl.BackupCacheUpdater.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
BackupSenderImpl.CustomBackupPolicyInvoker.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.