public interface RecordStorage<K> extends RecordIterable<K>
| Modifier and Type | Method and Description |
|---|---|
Record<K> |
get(K key) |
StorageStats |
getStats() |
RecordStorage |
put(K key,
Record<K> value) |
Record<K> |
remove(K key) |
long |
size() |
filter, forEach, queryCopyright © 2015. All rights reserved.