public class DBIndexValueFileStore extends Object implements DBIndexValueStore
| Modifier and Type | Field and Description |
|---|---|
static String |
NANODB_INDEX_STORE_0_8_1 |
| Constructor and Description |
|---|
DBIndexValueFileStore(NanoDBIndex index,
Object indexKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long position,
net.thevpc.nuts.NutsSession session) |
void |
addAll(long[] positions,
net.thevpc.nuts.NutsSession session) |
void |
flush(net.thevpc.nuts.NutsSession session) |
File |
getFile() |
boolean |
isMem() |
LongStream |
stream(net.thevpc.nuts.NutsSession session) |
public static final String NANODB_INDEX_STORE_0_8_1
public DBIndexValueFileStore(NanoDBIndex index, Object indexKey)
public File getFile()
public void add(long position,
net.thevpc.nuts.NutsSession session)
add in interface DBIndexValueStorepublic void addAll(long[] positions,
net.thevpc.nuts.NutsSession session)
addAll in interface DBIndexValueStorepublic LongStream stream(net.thevpc.nuts.NutsSession session)
stream in interface DBIndexValueStorepublic boolean isMem()
isMem in interface DBIndexValueStorepublic void flush(net.thevpc.nuts.NutsSession session)
flush in interface DBIndexValueStoreCopyright © 2022 vpc open source initiative. All rights reserved.