Uses of Class
org.apache.storm.task.GeneralTopologyContext
Packages that use GeneralTopologyContext
Package
Description
- 
Uses of GeneralTopologyContext in org.apache.storm.messagingConstructors 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.serializationConstructors 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.taskSubclasses of GeneralTopologyContext in org.apache.storm.taskModifier and TypeClassDescriptionclassA `TopologyContext` is given to bolts and spouts in their `prepare()` and `open()` methods, respectively.classclass
- 
Uses of GeneralTopologyContext in org.apache.storm.tupleMethods 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 AddressedTupleAddressedTuple.createFlushTuple(GeneralTopologyContext workerTopologyContext) Constructors in org.apache.storm.tuple with parameters of type GeneralTopologyContext