Uses of Class
org.apache.storm.task.GeneralTopologyContext
Package
Description
-
Uses of GeneralTopologyContext in org.apache.storm.messaging
ModifierConstructorDescriptionDeserializingConnectionCallback
(Map<String, Object> conf, GeneralTopologyContext context, WorkerState.ILocalTransferCallback callback) -
Uses of GeneralTopologyContext in org.apache.storm.serialization
ModifierConstructorDescriptionKryoTupleDeserializer
(Map<String, Object> conf, GeneralTopologyContext context) KryoTupleSerializer
(Map<String, Object> conf, GeneralTopologyContext context) -
Uses of GeneralTopologyContext in org.apache.storm.task
Modifier 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
Modifier and TypeMethodDescriptionTuple.getContext()
Gets the topology context associated with the tuple.TupleImpl.getContext()
Modifier and TypeMethodDescriptionstatic AddressedTuple
AddressedTuple.createFlushTuple
(GeneralTopologyContext workerTopologyContext)