| 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.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
LockControlCommand |
CommandsFactory.buildLockControlCommand(Collection<?> keys,
long flagsBitSet) |
LockControlCommand |
CommandsFactoryImpl.buildLockControlCommand(Collection<?> keys,
long flagsBitSet) |
LockControlCommand |
CommandsFactory.buildLockControlCommand(Collection<?> keys,
long flagsBitSet,
GlobalTransaction gtx)
Builds a LockControlCommand to control explicit remote locking
|
LockControlCommand |
CommandsFactoryImpl.buildLockControlCommand(Collection<?> keys,
long flagsBitSet,
GlobalTransaction gtx) |
LockControlCommand |
CommandsFactory.buildLockControlCommand(Object key,
long flagsBitSet,
GlobalTransaction gtx)
Same as
CommandsFactory.buildLockControlCommand(Object, long, GlobalTransaction)
but for locking a single key vs a collection of keys. |
LockControlCommand |
CommandsFactoryImpl.buildLockControlCommand(Object key,
long flagsBitSet,
GlobalTransaction gtx) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractVisitor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
Visitor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DDAsyncInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TxDistributionInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TxInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
CallInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
InvalidationInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
OptimisticLockingInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
PessimisticLockingInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
StateTransferInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.