| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.source | |
| org.apache.flink.streaming.api.operators |
| Modifier and Type | Class and Description |
|---|---|
class |
ContinuousFileReaderOperator<OUT,S extends Serializable>
This is the operator that reads the
FileInputSplits received from
the preceding ContinuousFileMonitoringFunction. |
| Modifier and Type | Class and Description |
|---|---|
class |
StoppableStreamSource<OUT,SRC extends SourceFunction<OUT> & org.apache.flink.api.common.functions.StoppableFunction>
|
class |
StreamSource<OUT,SRC extends SourceFunction<OUT>>
StreamOperator for streaming sources. |
| Constructor and Description |
|---|
ManualWatermarkContext(AsyncExceptionChecker owner,
Object lockingObject,
Output<StreamRecord<T>> output) |
NonTimestampContext(AsyncExceptionChecker owner,
Object lockingObject,
Output<StreamRecord<T>> output) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.