Class | Description |
---|---|
ActionStore |
The basic transaction log implementation.
|
CacheStore |
A cached object store implementation.
|
FileLockingStore |
An refinement of the basic FileSystemStore which provides file-level locking.
|
FileSystemStore |
The basic class for file system object stores.
|
HashedActionStore |
The basic action store implementations store the object states in a separate
file within the same directory in the object store, determined by the
object's type.
|
HashedStore |
The basic shadowing store implementations store the object states in
a separate file within the same directory in the object store, determined
by the object's type.
|
LogStore | |
NullActionStore |
A null implementation.
|
ShadowingStore |
A shadowing file store implementation.
|
ShadowNoFileLockStore |
Almost the same as the ShadowingStore implementation, but assumes all
concurrency control is provided by the object.
|
TwoPhaseVolatileStore |
Two phase volatile store.
|
VolatileStore |
An in-memory ObjectStore that never writes to stable storage.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.