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.locking |
Modifier and Type | Method and Description |
---|---|
PutMapCommand |
CommandsFactoryImpl.buildPutMapCommand(Map<?,?> map,
long lifespan,
long maxIdleTimeMillis,
Set<Flag> flags) |
PutMapCommand |
CommandsFactory.buildPutMapCommand(Map<?,?> map,
long lifespanMillis,
long maxIdleTimeMillis,
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) |
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 |
PessimisticLockingInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
OptimisticLockingInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
NonTransactionalLockingInterceptor.visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.