public class UserSimilarityUpdater extends storm.trident.state.BaseStateUpdater<SortedSetMultiMapState<Long,Long>>
| Constructor and Description |
|---|
UserSimilarityUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
updateState(SortedSetMultiMapState<Long,Long> state,
List<storm.trident.tuple.TridentTuple> tuples,
storm.trident.operation.TridentCollector collector) |
public void updateState(SortedSetMultiMapState<Long,Long> state, List<storm.trident.tuple.TridentTuple> tuples, storm.trident.operation.TridentCollector collector)
Copyright © 2013. All Rights Reserved.