Uses of Class
org.apache.storm.trident.operation.impl.ChainedResult
-
Packages that use ChainedResult Package Description org.apache.storm.trident.operation.impl -
-
Uses of ChainedResult in org.apache.storm.trident.operation.impl
Methods in org.apache.storm.trident.operation.impl that return ChainedResult Modifier and Type Method Description ChainedResult
ChainedAggregatorImpl. init(Object batchId, TridentCollector collector)
Methods in org.apache.storm.trident.operation.impl with parameters of type ChainedResult Modifier and Type Method Description void
ChainedAggregatorImpl. aggregate(ChainedResult val, TridentTuple tuple, TridentCollector collector)
void
ChainedAggregatorImpl. complete(ChainedResult val, TridentCollector collector)
-