Uses of Class
com.arjuna.ats.arjuna.objectstore.ObjectStore
Packages that use ObjectStore
-
Uses of ObjectStore in com.arjuna.ats.internal.arjuna.objectstore
Subclasses of ObjectStore in com.arjuna.ats.internal.arjuna.objectstoreModifier and TypeClassDescriptionclass
The basic transaction log implementation.class
A cached object store implementation.class
An refinement of the basic FileSystemStore which provides file-level locking.class
The basic class for file system object stores.class
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.class
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.class
class
A null implementation.class
A shadowing file store implementation.class
Almost the same as the ShadowingStore implementation, but assumes all concurrency control is provided by the object.class
Two phase volatile store.class
An in-memory ObjectStore that never writes to stable storage.