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) |
void |
addAll(long[] position) |
void |
flush() |
boolean |
isMem() |
LongStream |
stream() |
public DBIndexValueMemStore(NanoDBIndex index, Object indexKey, long[] val)
public void add(long position)
add in interface DBIndexValueStorepublic void addAll(long[] position)
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.