Package | Description |
---|---|
jdbm.htree |
HTree (scalable persistent hashtable) data structure implementation.
|
Modifier and Type | Method and Description |
---|---|
static HTree |
HTree.createInstance(RecordManager recman)
Create a persistent hashtable.
|
static HTree |
HTree.load(RecordManager recman,
long root_recid)
Load a persistent hashtable
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.