| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.bundles.nanodb |
| Modifier and Type | Class and Description |
|---|---|
class |
NanoDBAbstractIndex<T> |
class |
NanoDBDefaultIndex<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> NanoDBIndex<T> |
NanoDB.createIndexFor(NanoDBSerializer ser,
File file) |
| Modifier and Type | Method and Description |
|---|---|
DBIndexValueStore |
DBIndexValueStoreDefaultFactory.create(NanoDBIndex index,
Object indexKey) |
DBIndexValueStore |
DBIndexValueStoreFactory.create(NanoDBIndex index,
Object indexKey) |
<T> DBIndexValueStore |
DBIndexValueStoreDefaultFactory.load(NanoDBIndex<T> index,
Object indexKey,
long[] pos) |
<T> DBIndexValueStore |
DBIndexValueStoreFactory.load(NanoDBIndex<T> index,
Object indexKey,
long[] pos) |
<T> DBIndexValueStore |
DBIndexValueStoreDefaultFactory.loadExternal(NanoDBIndex<T> index,
Object indexKey) |
<T> DBIndexValueStore |
DBIndexValueStoreFactory.loadExternal(NanoDBIndex<T> index,
Object indexKey) |
| Constructor and Description |
|---|
DBIndexValueFileStore(NanoDBIndex index,
Object indexKey) |
DBIndexValueMemStore(NanoDBIndex index,
Object indexKey,
long[] val) |
Copyright © 2021 vpc open source initiative. All rights reserved.