public class EvaluationQuery<L> extends storm.trident.state.BaseQueryFunction<storm.trident.state.snapshot.ReadOnlySnapshottable<Evaluation<L>>,Double>
| Constructor and Description |
|---|
EvaluationQuery() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
batchRetrieve(storm.trident.state.snapshot.ReadOnlySnapshottable<Evaluation<L>> state,
List<storm.trident.tuple.TridentTuple> args) |
void |
execute(storm.trident.tuple.TridentTuple tuple,
Double result,
storm.trident.operation.TridentCollector collector) |
public List<Double> batchRetrieve(storm.trident.state.snapshot.ReadOnlySnapshottable<Evaluation<L>> state, List<storm.trident.tuple.TridentTuple> args)
public void execute(storm.trident.tuple.TridentTuple tuple,
Double result,
storm.trident.operation.TridentCollector collector)
Copyright © 2014. All rights reserved.