Uses of Class
org.apache.storm.task.GeneralTopologyContext
Packages that use GeneralTopologyContext
Package
Description
-
Uses of GeneralTopologyContext in org.apache.storm.messaging
Constructors in org.apache.storm.messaging with parameters of type GeneralTopologyContextModifierConstructorDescriptionDeserializingConnectionCallback
(Map<String, Object> conf, GeneralTopologyContext context, WorkerState.ILocalTransferCallback callback) -
Uses of GeneralTopologyContext in org.apache.storm.serialization
Constructors in org.apache.storm.serialization with parameters of type GeneralTopologyContextModifierConstructorDescriptionKryoTupleDeserializer
(Map<String, Object> conf, GeneralTopologyContext context) KryoTupleSerializer
(Map<String, Object> conf, GeneralTopologyContext context) -
Uses of GeneralTopologyContext in org.apache.storm.task
Subclasses of GeneralTopologyContext in org.apache.storm.taskModifier and TypeClassDescriptionclass
A `TopologyContext` is given to bolts and spouts in their `prepare()` and `open()` methods, respectively.class
class
-
Uses of GeneralTopologyContext in org.apache.storm.tuple
Methods in org.apache.storm.tuple that return GeneralTopologyContextModifier and TypeMethodDescriptionTuple.getContext()
Gets the topology context associated with the tuple.TupleImpl.getContext()
Methods in org.apache.storm.tuple with parameters of type GeneralTopologyContextModifier and TypeMethodDescriptionstatic AddressedTuple
AddressedTuple.createFlushTuple
(GeneralTopologyContext workerTopologyContext) Constructors in org.apache.storm.tuple with parameters of type GeneralTopologyContext