HeliDB version 1.1.1 Javadocs

Packages
org.helidb The Database interface.
org.helidb.api.support Support classes for Database implementations.
org.helidb.backend The DatabaseBackend and DatabaseBackendFactory interfaces.
org.helidb.backend.bpluscrs The ConstantRecordSizeBPlusTreeBackend database backend.
org.helidb.backend.cache.lru The LruCacheBackend and LruCacheBackendFactory.
org.helidb.backend.heap The HeapBackend and HeapBackendFactory.
org.helidb.backend.heapcrs The ConstantRecordSizeHeapBackend and ConstantRecordSizeHeapBackendFactory.
org.helidb.backend.impl.map The MapBackend.
org.helidb.backend.index.bplus The BPlusTreeIndexBackend and BPlusTreeIndexBackendFactory.
org.helidb.impl The AbstractDatabase.
org.helidb.impl.simple The SimpleDatabase.
org.helidb.impl.txn The AbstractTransactionalDatabase.
org.helidb.impl.txn.log The LoggingTransactionalDatabase.
org.helidb.impl.txn.sc The ShadowCopyTransactionalDatabase.
org.helidb.io Support classes that would have been in the java.io package if they had been a part of Java.
org.helidb.lang Basic support classes.
org.helidb.lang.hasher The Hasher interface used by the BPlusTree and some implementations of it.
org.helidb.lang.serializer The Serializer interface and implementations.
org.helidb.search  
org.helidb.txn API for transactions and transactional databases.
org.helidb.util  
org.helidb.util.bplus The BPlusTree class and support classes and interfaces.
org.helidb.util.concurrent Support classes that would have been in the java.util.concurrent package if they had been a part of Java.