Uses of Class
org.apache.storm.trident.planner.processor.TridentContext
-
Packages that use TridentContext Package Description org.apache.storm.trident.planner org.apache.storm.trident.planner.processor org.apache.storm.trident.windowing -
-
Uses of TridentContext in org.apache.storm.trident.planner
Methods in org.apache.storm.trident.planner with parameters of type TridentContext Modifier and Type Method Description void
TridentProcessor. prepare(Map<String,Object> conf, TopologyContext context, TridentContext tridentContext)
-
Uses of TridentContext in org.apache.storm.trident.planner.processor
Methods in org.apache.storm.trident.planner.processor with parameters of type TridentContext Modifier and Type Method Description void
AggregateProcessor. prepare(Map<String,Object> conf, TopologyContext context, TridentContext tridentContext)
void
EachProcessor. prepare(Map<String,Object> conf, TopologyContext context, TridentContext tridentContext)
void
MapProcessor. prepare(Map<String,Object> conf, TopologyContext context, TridentContext tridentContext)
void
MultiReducerProcessor. prepare(Map<String,Object> conf, TopologyContext context, TridentContext tridentContext)
void
PartitionPersistProcessor. prepare(Map<String,Object> conf, TopologyContext context, TridentContext tridentContext)
void
ProjectedProcessor. prepare(Map<String,Object> conf, TopologyContext context, TridentContext tridentContext)
void
StateQueryProcessor. prepare(Map<String,Object> conf, TopologyContext context, TridentContext tridentContext)
Constructors in org.apache.storm.trident.planner.processor with parameters of type TridentContext Constructor Description AppendCollector(TridentContext context)
FreshCollector(TridentContext context)
-
Uses of TridentContext in org.apache.storm.trident.windowing
Methods in org.apache.storm.trident.windowing with parameters of type TridentContext Modifier and Type Method Description void
WindowTridentProcessor. prepare(Map<String,Object> topoConf, TopologyContext context, TridentContext tridentContext)
-