| Class and Description |
|---|
| FileMonitoringFunction.WatchType |
| SourceFunction
Base interface for all stream data sources in Flink.
|
| Class and Description |
|---|
| FileMonitoringFunction.WatchType |
| ParallelSourceFunction
A stream data source that is executed in parallel.
|
| RichParallelSourceFunction
Base class for implementing a parallel data source.
|
| RichSourceFunction
Base class for implementing a parallel data source that has access to context information
(via
AbstractRichFunction.getRuntimeContext()) and additional life-cycle methods
(AbstractRichFunction.open(org.apache.flink.configuration.Configuration) and AbstractRichFunction.close(). |
| SourceFunction
Base interface for all stream data sources in Flink.
|
| SourceFunction.SourceContext
Interface that source functions use to communicate with the outside world.
|
| Class and Description |
|---|
| SourceFunction
Base interface for all stream data sources in Flink.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.