org.helidb.impl.txn.sc
Class BPlusTreeIndexFileManager
java.lang.Object
org.helidb.impl.txn.sc.AbstractFileManager
org.helidb.impl.txn.sc.SingleFileAndProxiedFileManager
org.helidb.impl.txn.sc.BPlusTreeIndexFileManager
- All Implemented Interfaces:
- ShadowCopyTxnDatabaseFileManager
public class BPlusTreeIndexFileManager
- extends SingleFileAndProxiedFileManager
This is a ShadowCopyTxnDatabaseFileManager
that can be used
specifically for the
BPlusTreeIndexBackend
.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- In_jar:
- helidb-shadow_copy_txn
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BPlusTreeIndexFileManager
public BPlusTreeIndexFileManager(ShadowCopyTxnDatabaseFileManager proxied,
ReadWritableFile f,
DirectoryView tempDir)