Interface | Description |
---|---|
CommandsFactory |
Factory for all types of cache commands.
|
DataCommand |
Commands of this type manipulate data in the cache.
|
ReplicableCommand |
The core of the command-based cache framework.
|
VersionedDataCommand |
Just like a
DataCommand , except that these are versioned and reversible too. |
VisitableCommand |
A type of command that can accept
Visitor s, such as CommandInterceptor s. |
Visitor |
This interface is the core of JBoss Cache, where each
VisitableCommand can be visited by a Visitor implementation. |
WriteCommand |
A write command that has a reference to a
GlobalTransaction . |
Class | Description |
---|---|
AbstractVisitor |
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
|
CommandsFactoryImpl |
This is the implementation to use for most commands and most locking schemes.
|
OptimisticCommandsFactoryImpl | Deprecated
will be removed with opt locking
|
PessimisticCommandsFactoryImpl | Deprecated
will be removed with possimistic locking
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.