Package org.apache.storm.trident.spout
Class TridentSpoutExecutor
java.lang.Object
org.apache.storm.trident.spout.TridentSpoutExecutor
- All Implemented Interfaces:
Serializable
,IComponent
,ITridentBatchBolt
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTridentSpoutExecutor
(String txStateId, String streamName, ITridentSpout<Object> spout) -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
declareOutputFields
(OutputFieldsDeclarer declarer) Declare the output schema for all the streams of this topology.void
void
finishBatch
(BatchInfo batchInfo) Declare configuration specific to this component.initBatchState
(String batchGroup, Object batchId) void
prepare
(Map<String, Object> conf, TopologyContext context, BatchOutputCollector collector)
-
Field Details
-
ID_FIELD
- See Also:
-
LOG
public static final org.slf4j.Logger LOG
-
-
Constructor Details
-
TridentSpoutExecutor
-
-
Method Details
-
prepare
public void prepare(Map<String, Object> conf, TopologyContext context, BatchOutputCollector collector) - Specified by:
prepare
in interfaceITridentBatchBolt
-
execute
- Specified by:
execute
in interfaceITridentBatchBolt
-
cleanup
public void cleanup()- Specified by:
cleanup
in interfaceITridentBatchBolt
-
declareOutputFields
Description copied from interface:IComponent
Declare the output schema for all the streams of this topology.- Specified by:
declareOutputFields
in interfaceIComponent
- Parameters:
declarer
- this is used to declare output stream ids, output fields, and whether or not each output stream is a direct stream
-
getComponentConfiguration
Description copied from interface:IComponent
Declare configuration specific to this component. Only a subset of the "topology.*" configs can be overridden. The component configuration can be further overridden when constructing the topology usingTopologyBuilder
- Specified by:
getComponentConfiguration
in interfaceIComponent
-
finishBatch
- Specified by:
finishBatch
in interfaceITridentBatchBolt
-
initBatchState
- Specified by:
initBatchState
in interfaceITridentBatchBolt
-