org.helidb.impl.txn.sc
Class HeapBackendFileManager

java.lang.Object
  extended by org.helidb.impl.txn.sc.AbstractFileManager
      extended by org.helidb.impl.txn.sc.SingleFileManager
          extended by org.helidb.impl.txn.sc.HeapBackendFileManager
All Implemented Interfaces:
ShadowCopyTxnDatabaseFileManager

public class HeapBackendFileManager
extends SingleFileManager

This is a ShadowCopyTxnDatabaseFileManager that can be used specifically for the HeapBackend.

Since:
1.0
Author:
Karl Gustafsson
In_jar:
helidb-shadow_copy_txn

Constructor Summary
HeapBackendFileManager(ReadWritableFile f, DirectoryView tempDir)
          Constructor.
 
Method Summary
 
Methods inherited from class org.helidb.impl.txn.sc.SingleFileManager
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

HeapBackendFileManager

public HeapBackendFileManager(ReadWritableFile f,
                              DirectoryView tempDir)
Constructor.

Parameters:
f - The database file.
tempDir - A directory for storing temporary files in.