org.helidb.impl.txn.sc
Class BPlusTreeIndexFileManager

java.lang.Object
  extended by org.helidb.impl.txn.sc.AbstractFileManager
      extended by org.helidb.impl.txn.sc.SingleFileAndProxiedFileManager
          extended by 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

Constructor Summary
BPlusTreeIndexFileManager(ShadowCopyTxnDatabaseFileManager proxied, ReadWritableFile f, DirectoryView tempDir)
           
 
Method Summary
 
Methods inherited from class org.helidb.impl.txn.sc.SingleFileAndProxiedFileManager
copyDatabaseFiles, getDatabaseFiles
 
Methods inherited from class org.helidb.impl.txn.sc.AbstractFileManager
copyToTempFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPlusTreeIndexFileManager

public BPlusTreeIndexFileManager(ShadowCopyTxnDatabaseFileManager proxied,
                                 ReadWritableFile f,
                                 DirectoryView tempDir)