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 | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
AbstractVisitor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
TxInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
StateTransferLockInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
MarshalledValueInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
IsMarshallableInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
InvocationContextInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand lcc) |
Object |
DistributionInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
DeadlockDetectingInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
CallInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand c) |
Modifier and Type | Method and Description |
---|---|
Object |
BaseRpcInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PessimisticLockingInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
OptimisticLockingInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Modifier and Type | Method and Description |
---|---|
boolean |
StateTransferLockImpl.acquireForCommand(TxInvocationContext ctx,
LockControlCommand command) |
boolean |
StateTransferLock.acquireForCommand(TxInvocationContext ctx,
LockControlCommand cmd) |
void |
StateTransferLockImpl.releaseForCommand(TxInvocationContext ctx,
LockControlCommand command) |
void |
StateTransferLock.releaseForCommand(TxInvocationContext ctx,
LockControlCommand cmd) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.