storm.trident.operation
Interface ReducerAggregator<T>

All Superinterfaces:
Serializable

public interface ReducerAggregator<T>
extends Serializable


Method Summary
 T init()
           
 T reduce(T curr, TridentTuple tuple)
           
 

Method Detail

init

T init()

reduce

T reduce(T curr,
         TridentTuple tuple)


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