|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 . |
The ShadowCopyTransactionalDatabase
.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |