public interface DBIndexValueStoreFactory
| Modifier and Type | Method and Description |
|---|---|
DBIndexValueStore |
create(NanoDBIndex index,
Object indexKey) |
<T> DBIndexValueStore |
load(NanoDBIndex<T> index,
Object indexKey,
long[] pos) |
<T> DBIndexValueStore |
loadExternal(NanoDBIndex<T> index,
Object indexKey) |
DBIndexValueStore create(NanoDBIndex index, Object indexKey)
<T> DBIndexValueStore load(NanoDBIndex<T> index, Object indexKey, long[] pos)
<T> DBIndexValueStore loadExternal(NanoDBIndex<T> index, Object indexKey)
Copyright © 2021 vpc open source initiative. All rights reserved.