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.partitionhandling.impl | |
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 |
Visitor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
AbstractVisitor.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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
L1NonTxInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated.
|
Object |
NonTxDistributionInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated.
|
Object |
L1TxInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated.
|
Object |
L1LastChanceInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated.
|
Object |
TxDistributionInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractLockingInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated.
|
Object |
AbstractTxLockingInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
NonTransactionalBackupInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PartitionHandlingInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
BaseBackupReceiver.BackupCacheUpdater.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
BackupSenderImpl.CustomBackupPolicyInvoker.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.