public interface NanoDBIndex<K>
| Modifier and Type | Method and Description |
|---|---|
void |
clear(net.thevpc.nuts.NutsSession session) |
Stream<K> |
findAll(net.thevpc.nuts.NutsSession session) |
void |
flush(net.thevpc.nuts.NutsSession session) |
LongStream |
get(K k,
net.thevpc.nuts.NutsSession session) |
void |
load(net.thevpc.nuts.NutsSession session) |
void |
put(K k,
long position,
net.thevpc.nuts.NutsSession session) |
void put(K k, long position, net.thevpc.nuts.NutsSession session)
LongStream get(K k, net.thevpc.nuts.NutsSession session)
void flush(net.thevpc.nuts.NutsSession session)
void load(net.thevpc.nuts.NutsSession session)
void clear(net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.