public class DBIndexValueStoreDefaultFactory extends Object implements DBIndexValueStoreFactory
| Constructor and Description |
|---|
DBIndexValueStoreDefaultFactory() |
| 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) |
public DBIndexValueStore create(NanoDBIndex index, Object indexKey)
create in interface DBIndexValueStoreFactorypublic <T> DBIndexValueStore load(NanoDBIndex<T> index, Object indexKey, long[] pos)
load in interface DBIndexValueStoreFactorypublic <T> DBIndexValueStore loadExternal(NanoDBIndex<T> index, Object indexKey)
loadExternal in interface DBIndexValueStoreFactoryCopyright © 2022 vpc open source initiative. All rights reserved.