public class NanoDBDefaultIndexInMem<T> extends NanoDBAbstractIndex<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
NANODB_INDEX_0_8_1 |
ser| Constructor and Description |
|---|
NanoDBDefaultIndexInMem(Class<T> keyType,
NanoDBSerializer<T> ser,
DBIndexValueStoreFactory storeFactory,
Map<T,DBIndexValueStore> index) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Stream<T> |
findAll() |
void |
flush() |
LongStream |
get(T s) |
void |
load() |
void |
put(T s,
long position) |
public static final String NANODB_INDEX_0_8_1
public NanoDBDefaultIndexInMem(Class<T> keyType, NanoDBSerializer<T> ser, DBIndexValueStoreFactory storeFactory, Map<T,DBIndexValueStore> index)
public void load()
public void flush()
public void put(T s, long position)
public LongStream get(T s)
public void clear()
Copyright © 2025 vpc open source initiative. All rights reserved.