public class CountAsAggregator extends BaseAggregator<storm.trident.testing.CountAsAggregator.State>
| Constructor and Description |
|---|
CountAsAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(storm.trident.testing.CountAsAggregator.State state,
TridentTuple tuple,
TridentCollector collector) |
void |
complete(storm.trident.testing.CountAsAggregator.State state,
TridentCollector collector) |
storm.trident.testing.CountAsAggregator.State |
init(Object batchId,
TridentCollector collector) |
cleanup, preparepublic storm.trident.testing.CountAsAggregator.State init(Object batchId, TridentCollector collector)
public void aggregate(storm.trident.testing.CountAsAggregator.State state,
TridentTuple tuple,
TridentCollector collector)
public void complete(storm.trident.testing.CountAsAggregator.State state,
TridentCollector collector)
Copyright © 2015. All rights reserved.