public interface DBIndexValueStore
| Modifier and Type | Method and Description |
|---|---|
void |
add(long position) |
void |
addAll(long[] positions) |
void |
flush() |
boolean |
isMem() |
LongStream |
stream() |
void add(long position)
void addAll(long[] positions)
LongStream stream()
boolean isMem()
void flush()
Copyright © 2021 vpc open source initiative. All rights reserved.