| Package | Description |
|---|---|
| org.apache.flink.streaming.api | |
| org.apache.flink.streaming.api.environment | |
| org.apache.flink.streaming.api.graph | |
| org.apache.flink.streaming.api.operators |
| Modifier and Type | Method and Description |
|---|---|
static TimeCharacteristic |
TimeCharacteristic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeCharacteristic[] |
TimeCharacteristic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<TimeCharacteristic> |
StreamPipelineOptions.TIME_CHARACTERISTIC |
| Modifier and Type | Method and Description |
|---|---|
TimeCharacteristic |
StreamExecutionEnvironment.getStreamTimeCharacteristic()
Gets the time characteristic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamExecutionEnvironment.setStreamTimeCharacteristic(TimeCharacteristic characteristic)
Sets the time characteristic for all streams create from this environment, e.g., processing
time, event time, or ingestion time.
|
| Modifier and Type | Field and Description |
|---|---|
static TimeCharacteristic |
StreamGraphGenerator.DEFAULT_TIME_CHARACTERISTIC |
| Modifier and Type | Method and Description |
|---|---|
TimeCharacteristic |
StreamConfig.getTimeCharacteristic() |
TimeCharacteristic |
StreamGraph.getTimeCharacteristic() |
| Modifier and Type | Method and Description |
|---|---|
StreamGraphGenerator |
StreamGraphGenerator.setTimeCharacteristic(TimeCharacteristic timeCharacteristic) |
void |
StreamConfig.setTimeCharacteristic(TimeCharacteristic characteristic) |
void |
StreamGraph.setTimeCharacteristic(TimeCharacteristic timeCharacteristic) |
| Modifier and Type | Method and Description |
|---|---|
static <OUT> SourceFunction.SourceContext<OUT> |
StreamSourceContexts.getSourceContext(TimeCharacteristic timeCharacteristic,
ProcessingTimeService processingTimeService,
Object checkpointLock,
StreamStatusMaintainer streamStatusMaintainer,
Output<StreamRecord<OUT>> output,
long watermarkInterval,
long idleTimeout)
Depending on the
TimeCharacteristic, this method will return the adequate
SourceFunction.SourceContext. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.