Class BPlusTreeFile<KeyType,KeyBufferType>

java.lang.Object
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusTreeFile<KeyType,KeyBufferType>
Type Parameters:
KeyType -
KeyBufferType -

public class BPlusTreeFile<KeyType,KeyBufferType> extends Object
This file handles the writing of nodes to files and the reading of nodes back.
Author:
angele