Uses of Class
backtype.storm.task.GeneralTopologyContext

Packages that use GeneralTopologyContext
backtype.storm.serialization   
backtype.storm.task   
backtype.storm.tuple   
 

Uses of GeneralTopologyContext in backtype.storm.serialization
 

Constructors in backtype.storm.serialization with parameters of type GeneralTopologyContext
KryoTupleDeserializer(Map conf, GeneralTopologyContext context)
           
KryoTupleSerializer(Map conf, GeneralTopologyContext context)
           
 

Uses of GeneralTopologyContext in backtype.storm.task
 

Subclasses of GeneralTopologyContext in backtype.storm.task
 class TopologyContext
          A TopologyContext is given to bolts and spouts in their "prepare" and "open" methods, respectively.
 class WorkerTopologyContext
           
 

Uses of GeneralTopologyContext in backtype.storm.tuple
 

Constructors in backtype.storm.tuple with parameters of type GeneralTopologyContext
TupleImpl(GeneralTopologyContext context, List<Object> values, int taskId, String streamId)
           
TupleImpl(GeneralTopologyContext context, List<Object> values, int taskId, String streamId, MessageId id)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.