org.helidb.backend.index.bplus
Class BPlusTreeIndexBackendFileBackedNodeRepositoryBuilder<H extends Comparable<H>>
java.lang.Object
org.helidb.util.bplus.FileBackedNodeRepositoryBuilder<H,Long>
org.helidb.backend.index.bplus.BPlusTreeIndexBackendFileBackedNodeRepositoryBuilder<H>
- Type Parameters:
H
- The type of key hash
- All Implemented Interfaces:
- NodeRepositoryBuilder<H>
public class BPlusTreeIndexBackendFileBackedNodeRepositoryBuilder<H extends Comparable<H>>
- extends FileBackedNodeRepositoryBuilder<H,Long>
This class extends the FileBackedNodeRepositoryBuilder
with a default
value for the value serializer. (A ConfigurableLengthLongSerializer
with a length of four bytes.)
- Since:
- 1.0
- Author:
- Karl Gustafsson
- In_jar:
- helidb-bplus_index_backend
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BPlusTreeIndexBackendFileBackedNodeRepositoryBuilder
public BPlusTreeIndexBackendFileBackedNodeRepositoryBuilder()