| Interface | Description |
|---|---|
| FiniteSpout |
This interface represents a spout that emits a finite number of records.
|
| Class | Description |
|---|---|
| NullTerminatingSpout |
NullTerminatingSpout in a finite spout (ie, implements FiniteSpout interface) that wraps an
infinite spout, and returns true in NullTerminatingSpout.reachedEnd() when the wrapped spout does not emit a tuple
in nextTuple() for the first time. |
| SplitStreamMapper<T> | |
| SplitStreamType<T> |
Used by org.apache.flink.storm.wrappers.AbstractStormCollector to wrap
output tuples if multiple output streams are declared.
|
| StormConfig |
StormConfig is used to provide a user-defined Storm configuration (ie, a raw Map or Config
object) for embedded Spouts and Bolts. |
| StormStreamSelector<T> |
Used by
FlinkTopology to split multiple declared output streams within Flink. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.