org.mapdb / StoreImmutable

StoreImmutable

interface StoreImmutable

Stores records



Functions

get abstract fun <R> get(recid: Long, serializer: Serializer<R>): R?
getAllFiles abstract fun getAllFiles(): Iterable<String>
getAllRecids abstract fun getAllRecids(): LongIterator

Inheritors

Store interface Store : StoreImmutable, Verifiable, ConcurrencyAware

Stores records, mutable version