public class DBIndexValueMemStore extends Object implements DBIndexValueStore
| Constructor and Description |
|---|
DBIndexValueMemStore(NanoDBIndex index,
Object indexKey,
long[] val) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long position,
net.thevpc.nuts.NutsSession session) |
void |
addAll(long[] position,
net.thevpc.nuts.NutsSession session) |
void |
flush(net.thevpc.nuts.NutsSession session) |
boolean |
isMem() |
LongStream |
stream(net.thevpc.nuts.NutsSession session) |
public DBIndexValueMemStore(NanoDBIndex index, Object indexKey, long[] val)
public void add(long position,
net.thevpc.nuts.NutsSession session)
add in interface DBIndexValueStorepublic void addAll(long[] position,
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.