public interface SortedSetMultiMapState<K,T>
extends storm.trident.state.State
| Modifier and Type | Interface and Description |
|---|---|
static class |
SortedSetMultiMapState.ScoredValue<T> |
long sizeOf(K key)
boolean put(K key, SortedSetMultiMapState.ScoredValue<T> value)
List<SortedSetMultiMapState.ScoredValue<T>> getSorted(K key, int count)
Copyright © 2013. All Rights Reserved.