public class AllUserPairQuery extends storm.trident.state.BaseQueryFunction<SetState<Long>,Set<UserPair>>
| Constructor and Description |
|---|
AllUserPairQuery() |
| Modifier and Type | Method and Description |
|---|---|
List<Set<UserPair>> |
batchRetrieve(SetState<Long> state,
List<storm.trident.tuple.TridentTuple> args) |
void |
execute(storm.trident.tuple.TridentTuple tuple,
Set<UserPair> result,
storm.trident.operation.TridentCollector collector) |
Copyright © 2013. All Rights Reserved.