| Package | Description |
|---|---|
| org.apache.flink.streaming.api.checkpoint | |
| org.apache.flink.streaming.api.functions.source |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CheckpointedAsynchronously<T extends Serializable>
This interface marks a function/operator as asynchronously checkpointed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FromElementsFunction<T>
A stream source function that returns a sequence of elements.
|
class |
MessageAcknowledgingSourceBase<Type,UId>
Abstract base class for data sources that receive elements from a message queue and
acknowledge them back by IDs.
|
class |
MultipleIdsMessageAcknowledgingSourceBase<Type,UId,SessionId>
Abstract base class for data sources that receive elements from a message queue and
acknowledge them back by IDs.
|
class |
StatefulSequenceSource
A stateful streaming source that emits each number from a given interval exactly once,
possibly in parallel.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.