| Package | Description |
|---|---|
| org.apache.flink.streaming.api.environment | |
| org.apache.flink.streaming.api.functions.source | |
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Class and Description |
|---|
| FileMonitoringFunction.WatchType
Deprecated.
|
| FilePathFilter
An interface to be implemented by the user when using the
ContinuousFileMonitoringFunction. |
| FileProcessingMode
Specifies when the computation of the
ContinuousFileMonitoringFunction
will be triggered. |
| SourceFunction
Base interface for all stream data sources in Flink.
|
| Class and Description |
|---|
| FileMonitoringFunction.WatchType
Deprecated.
|
| FilePathFilter
An interface to be implemented by the user when using the
ContinuousFileMonitoringFunction. |
| FileProcessingMode
Specifies when the computation of the
ContinuousFileMonitoringFunction
will be triggered. |
| MessageAcknowledgingSourceBase
Abstract base class for data sources that receive elements from a message queue and
acknowledge them back by IDs.
|
| 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 emit elements, and possibly watermarks.
|
| Class and Description |
|---|
| SourceFunction
Base interface for all stream data sources in Flink.
|
| SourceFunction.SourceContext
Interface that source functions use to emit elements, and possibly watermarks.
|
| Class and Description |
|---|
| SourceFunction
Base interface for all stream data sources in Flink.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.