Uses of Class
storm.trident.operation.TridentOperationContext

Packages that use TridentOperationContext
storm.trident.operation   
storm.trident.operation.builtin   
storm.trident.operation.impl   
storm.trident.state.map   
 

Uses of TridentOperationContext in storm.trident.operation
 

Methods in storm.trident.operation with parameters of type TridentOperationContext
 void Operation.prepare(Map conf, TridentOperationContext context)
           
 void BaseOperation.prepare(Map conf, TridentOperationContext context)
           
 

Constructors in storm.trident.operation with parameters of type TridentOperationContext
TridentOperationContext(TridentOperationContext parent, TridentTuple.Factory factory)
           
 

Uses of TridentOperationContext in storm.trident.operation.builtin
 

Methods in storm.trident.operation.builtin with parameters of type TridentOperationContext
 void Negate.prepare(Map conf, TridentOperationContext context)
           
 

Uses of TridentOperationContext in storm.trident.operation.impl
 

Methods in storm.trident.operation.impl with parameters of type TridentOperationContext
 void TrueFilter.prepare(Map conf, TridentOperationContext context)
           
 void SingleEmitAggregator.prepare(Map conf, TridentOperationContext context)
           
 void ReducerAggStateUpdater.prepare(Map conf, TridentOperationContext context)
           
 void ReducerAggregatorImpl.prepare(Map conf, TridentOperationContext context)
           
 void GroupedAggregator.prepare(Map conf, TridentOperationContext context)
           
 void FilterExecutor.prepare(Map conf, TridentOperationContext context)
           
 void CombinerAggStateUpdater.prepare(Map conf, TridentOperationContext context)
           
 void CombinerAggregatorInitImpl.prepare(Map conf, TridentOperationContext context)
           
 void CombinerAggregatorCombineImpl.prepare(Map conf, TridentOperationContext context)
           
 void ChainedAggregatorImpl.prepare(Map conf, TridentOperationContext context)
           
 

Uses of TridentOperationContext in storm.trident.state.map
 

Methods in storm.trident.state.map with parameters of type TridentOperationContext
 void MapReducerAggStateUpdater.prepare(Map conf, TridentOperationContext context)
           
 void MapCombinerAggStateUpdater.prepare(Map conf, TridentOperationContext context)
           
 



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