Package | Description |
---|---|
org.apache.storm.messaging | |
org.apache.storm.serialization | |
org.apache.storm.task | |
org.apache.storm.tuple |
Constructor and Description |
---|
DeserializingConnectionCallback(Map conf,
GeneralTopologyContext context,
clojure.lang.IFn callback) |
Constructor and Description |
---|
KryoTupleDeserializer(Map conf,
GeneralTopologyContext context) |
KryoTupleSerializer(Map conf,
GeneralTopologyContext context) |
Modifier and Type | Class and Description |
---|---|
class |
TopologyContext
A
TopologyContext is given to bolts and spouts in their prepare() and open() methods, respectively. |
class |
WorkerTopologyContext |
Constructor and Description |
---|
TupleImpl(GeneralTopologyContext context,
List<Object> values,
int taskId,
String streamId) |
TupleImpl(GeneralTopologyContext context,
List<Object> values,
int taskId,
String streamId,
MessageId id) |
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.