public interface RecordStorage<K> extends RealLiveStreamActor<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() |
Stream<Record<K>> |
stream() |
filter, filterPP, forEach, queryCopyright © 2016. All rights reserved.