Package | Description |
---|---|
org.fusesource.hawtdb.api |
The HawDB client API
|
Modifier and Type | Class and Description |
---|---|
class |
BTreeIndexFactory<Key,Value>
This object is used to create variable magnitude b+tree indexes.
|
class |
HashIndexFactory<Key,Value>
Uses to create Hash based storage of key/values.
|
Modifier and Type | Method and Description |
---|---|
<Key,Value> |
MultiIndexFactory.create(String indexName,
IndexFactory<Key,Value> indexFactory)
Create a new named index.
|
<Key,Value> |
MultiIndexFactory.open(String indexName,
IndexFactory<Key,Value> indexFactory)
Open named index.
|
<Key,Value> |
MultiIndexFactory.openOrCreate(String indexName,
IndexFactory<Key,Value> indexFactory)
Open or create the named index.
|
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.