Uses of Class
storm.trident.operation.impl.Result

Packages that use Result
storm.trident.operation.impl   
 

Uses of Result in storm.trident.operation.impl
 

Methods in storm.trident.operation.impl that return Result
 Result ReducerAggregatorImpl.init(Object batchId, TridentCollector collector)
           
 Result CombinerAggregatorCombineImpl.init(Object batchId, TridentCollector collector)
           
 

Methods in storm.trident.operation.impl with parameters of type Result
 void ReducerAggregatorImpl.aggregate(Result val, TridentTuple tuple, TridentCollector collector)
           
 void CombinerAggregatorCombineImpl.aggregate(Result val, TridentTuple tuple, TridentCollector collector)
           
 void ReducerAggregatorImpl.complete(Result val, TridentCollector collector)
           
 void CombinerAggregatorCombineImpl.complete(Result val, TridentCollector collector)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.