Class | Description |
---|---|
BoltWrapper<IN,OUT> |
A
BoltWrapper wraps an IRichBolt in order to execute the Storm bolt within a Flink Streaming program. |
MergedInputsBoltWrapper<IN,OUT> | |
SpoutWrapper<OUT> |
A
SpoutWrapper wraps an IRichSpout in order to execute it within a Flink Streaming program. |
StormTuple<IN> |
StormTuple converts a Flink tuple of type IN into a Storm tuple. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.