|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Index | |
---|---|
org.fusesource.hawtdb.api | The HawDB client API As implementation interfaces harden up, they will get moved into this package. |
Uses of Index in org.fusesource.hawtdb.api |
---|
Subinterfaces of Index in org.fusesource.hawtdb.api | |
---|---|
interface |
SortedIndex<Key,Value>
Provides Key/Value storage and retrieval. |
Methods in org.fusesource.hawtdb.api that return Index | |
---|---|
Index<Key,Value> |
IndexFactory.create(Paged paged)
|
Index<Key,Value> |
HashIndexFactory.create(Paged paged)
Creates a new hash index on the Paged object. |
Index<Key,Value> |
IndexFactory.open(Paged paged)
|
Index<Key,Value> |
HashIndexFactory.open(Paged paged)
Loads an existing hash index from the paged object. |
Index<Key,Value> |
IndexFactory.open(Paged paged,
int indexNumber)
|
Index<Key,Value> |
HashIndexFactory.open(Paged paged,
int indexNumber)
Loads an existing hash index from the paged object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |