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.xsite |
Modifier and Type | Method and Description |
---|---|
PutMapCommand |
CommandsFactoryImpl.buildPutMapCommand(Map<?,?> map,
Metadata metadata,
Set<Flag> flags) |
PutMapCommand |
CommandsFactory.buildPutMapCommand(Map<?,?> map,
Metadata metadata,
Set<Flag> flags)
Builds a PutMapCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
AbstractVisitor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Constructor and Description |
---|
PutMapCommand(PutMapCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
MarshalledValueInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
ActivationInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
EntryWrappingInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
CacheMgmtInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
TxInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
IsMarshallableInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
CacheWriterInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
CacheWriterInterceptor.Updater.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
DistCacheWriterInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
InvalidationInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Modifier and Type | Method and Description |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handlePutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BaseTypeConverterInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
L1TxInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
L1LastChanceInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
L1NonTxInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
TxDistributionInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
NonTxDistributionInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
OptimisticLockingInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
PessimisticLockingInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Object |
NonTransactionalLockingInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
NonTransactionalBackupInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PartitionHandlingInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
BaseBackupReceiver.BackupCacheUpdater.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
BackupSenderImpl.CustomBackupPolicyInvoker.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.