|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||