storm.trident.operation
Interface Operation

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Aggregator<T>, EachOperation, Filter, Function, QueryFunction<S,T>, StateUpdater<S>
All Known Implementing Classes:
BaseAggregator, BaseFilter, BaseFunction, BaseOperation, BaseQueryFunction, BaseStateUpdater, ChainedAggregatorImpl, CombinerAggregatorCombineImpl, CombinerAggregatorInitImpl, CombinerAggStateUpdater, CountAsAggregator, Debug, Equals, FilterExecutor, FilterNull, FirstN.FirstNAgg, FirstN.FirstNSortedAgg, GroupedAggregator, MapCombinerAggStateUpdater, MapGet, MapReducerAggStateUpdater, Negate, ReducerAggregatorImpl, ReducerAggStateUpdater, SingleEmitAggregator, SnapshotGet, Split, StringLength, TrueFilter, TrueFilter, TuplifyArgs

public interface Operation
extends java.io.Serializable


Method Summary
 void cleanup()
           
 void prepare(java.util.Map conf, TridentOperationContext context)
           
 

Method Detail

prepare

void prepare(java.util.Map conf,
             TridentOperationContext context)

cleanup

void cleanup()