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.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 |
---|---|
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 |
AbstractVisitor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
Visitor.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 |
L1LastChanceInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
TxDistributionInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
L1TxInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
NonTxDistributionInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
L1NonTxInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PessimisticLockingInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
OptimisticLockingInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
NonTransactionalLockingInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
NonTransactionalBackupInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
QueryInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BackupReceiverImpl.BackupCacheUpdater.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
BackupSenderImpl.CustomBackupPolicyInvoker.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.