| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.commands.tx |
Commands that represent transactional lifecycle transitions.
|
| 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 |
|---|---|
CommitCommand |
CommandsFactoryImpl.buildCommitCommand(GlobalTransaction gtx) |
CommitCommand |
CommandsFactory.buildCommitCommand(GlobalTransaction gtx)
Builds a CommitCommand
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Visitor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
AbstractVisitor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionedCommitCommand
The same as a
CommitCommand except that version information is also carried by this command, used by
optimistically transactional caches making use of write skew checking when using IsolationLevel.REPEATABLE_READ. |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractTxLockingInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StateTransferLockImpl.acquireForCommand(TxInvocationContext ctx,
CommitCommand command) |
boolean |
StateTransferLock.acquireForCommand(TxInvocationContext ctx,
CommitCommand command) |
void |
StateTransferLockImpl.releaseForCommand(TxInvocationContext ctx,
CommitCommand command) |
void |
StateTransferLock.releaseForCommand(TxInvocationContext ctx,
CommitCommand command) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.