Uses of Class
org.apache.storm.trident.planner.processor.TridentContext
Packages that use TridentContext
Package
Description
-
Uses of TridentContext in org.apache.storm.trident.planner
Methods in org.apache.storm.trident.planner with parameters of type TridentContextModifier and TypeMethodDescriptionvoid
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 TridentContextModifier and TypeMethodDescriptionvoid
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 TridentContextModifierConstructorDescriptionAppendCollector
(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 TridentContextModifier and TypeMethodDescriptionvoid
WindowTridentProcessor.prepare
(Map<String, Object> topoConf, TopologyContext context, TridentContext tridentContext)