| Package | Description |
|---|---|
| com.github.pmerienne.trident.state | |
| com.github.pmerienne.trident.state.memory | |
| com.github.pmerienne.trident.state.redis |
| Modifier and Type | Method and Description |
|---|---|
List<SortedSetMultiMapState.ScoredValue<V>> |
SortedSetMultiMapState.getSorted(K key,
int count)
Returns the specified range of elements in the sorted set stored at key.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SortedSetMultiMapState.ScoredValue.compareTo(SortedSetMultiMapState.ScoredValue<V> o) |
boolean |
SortedSetMultiMapState.put(K key,
SortedSetMultiMapState.ScoredValue<V> value)
Adds the specified value with the specified score to the sorted set
stored at key.
|
| Modifier and Type | Method and Description |
|---|---|
protected TreeSet<SortedSetMultiMapState.ScoredValue<T>> |
MemorySortedSetMultiMapState.get(K key) |
List<SortedSetMultiMapState.ScoredValue<T>> |
MemorySortedSetMultiMapState.getSorted(K key,
int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MemorySortedSetMultiMapState.put(K key,
SortedSetMultiMapState.ScoredValue<T> scoredValue) |
| Modifier and Type | Method and Description |
|---|---|
List<SortedSetMultiMapState.ScoredValue<V>> |
RedisSortedSetMultiMapState.getSorted(K key,
int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RedisSortedSetMultiMapState.put(K key,
SortedSetMultiMapState.ScoredValue<V> value) |
Copyright © 2013. All rights reserved.