Package fabric.store

Implementation of the Fabric store.

See:
          Description

Interface Summary
SurrogateManager A surrogate manager encapsulates the strategy for building and maintaining surrogate objects for inter-store references.
 

Class Summary
InProcessStore In-process implementation of the Store interface for use when a worker is running in-process with a Store.
Main  
MessageHandlerThread  
Node  
Options  
PrepareRequest A convenience class for grouping together the created, modified, and read object sets of a prepare request.
ReadHistory This class is responsible for keeping a log of the recent reads, for checking commit conflicts.
SimpleSurrogateManager This is a simple surrogate policy.
SubscriptionManager Keeps track of who's subscribed to what object.
TransactionManager  
 

Exception Summary
DuplicateStoreException A DuplicateStoreException is thrown when an attempt is made to add a duplicate store to a store node.
 

Package fabric.store Description

Implementation of the Fabric store.