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) |
void |
addAll(long[] positions) |
void |
flush() |
File |
getFile() |
boolean |
isMem() |
LongStream |
stream() |
public static final String NANODB_INDEX_STORE_0_8_1
public DBIndexValueFileStore(NanoDBIndex index, Object indexKey)
public File getFile()
public void add(long position)
add in interface DBIndexValueStorepublic void addAll(long[] positions)
addAll in interface DBIndexValueStorepublic LongStream stream()
stream in interface DBIndexValueStorepublic boolean isMem()
isMem in interface DBIndexValueStorepublic void flush()
flush in interface DBIndexValueStoreCopyright © 2021 vpc open source initiative. All rights reserved.