| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.xtra.nanodb |
| Modifier and Type | Class and Description |
|---|---|
class |
DBIndexValueFileStore |
class |
DBIndexValueMemStore |
| 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 |
|---|
NanoDBDefaultIndex(Class<T> keyType,
NanoDBSerializer<T> ser,
DBIndexValueStoreFactory storeFactory,
Map<T,DBIndexValueStore> index,
File file) |
Copyright © 2022 vpc open source initiative. All rights reserved.