interface StoreImmutableStores records
| get |
abstract fun <R> get(recid: Long, serializer: Serializer<R>): R? |
| getAllFiles |
abstract fun getAllFiles(): Iterable<String> |
| getAllRecids |
abstract fun getAllRecids(): LongIterator |
| Store |
interface Store : StoreImmutable, Verifiable, ConcurrencyAwareStores records, mutable version |