Package org.helidb.impl.txn.sc

The ShadowCopyTransactionalDatabase.

See:
          Description

Interface Summary
ShadowCopyTxnDatabaseFileManager This is the interface implemented by objects that manage the database files for the ShadowCopyTransactionalDatabase.
 

Class Summary
AbstractFileManager Abstract base class for ShadowCopyTxnDatabaseFileManager implementations.
BPlusTreeIndexFileManager This is a ShadowCopyTxnDatabaseFileManager that can be used specifically for the BPlusTreeIndexBackend.
HeapBackendFileManager This is a ShadowCopyTxnDatabaseFileManager that can be used specifically for the HeapBackend.
ShadowCopyTransactionalDatabase<K,V,P> This transactional database frontend creates shadow copies of its database files for read/write transactions, and uses them to replace the original files when the transaction is committed.
SingleFileAndProxiedFileManager This ShadowCopyTxnDatabaseFileManager contains a SingleAndProxiedDatabaseFile and a proxied file manager for managing the proxied file.
SingleFileManager This ShadowCopyTxnDatabaseFileManager manages a SingleDatabaseFile.
 

Package org.helidb.impl.txn.sc Description

The ShadowCopyTransactionalDatabase.

Author:
Karl Gustafsson