Package | Description |
---|---|
org.apache.flink.streaming.runtime.io | |
org.apache.flink.streaming.runtime.streamrecord | |
org.apache.flink.streaming.runtime.streamstatus | |
org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordWriterOutput.emitStreamStatus(StreamStatus streamStatus) |
Modifier and Type | Method and Description |
---|---|
StreamStatus |
StreamElement.asStreamStatus()
Casts this element into a StreamStatus.
|
Modifier and Type | Field and Description |
---|---|
static StreamStatus |
StreamStatus.ACTIVE |
static StreamStatus |
StreamStatus.IDLE |
protected StreamStatus |
StatusWatermarkValve.InputChannelStatus.streamStatus |
Modifier and Type | Method and Description |
---|---|
StreamStatus |
StreamStatusProvider.getStreamStatus()
Returns the current stream status.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusWatermarkValve.ValveOutputHandler.handleStreamStatus(StreamStatus streamStatus) |
void |
StatusWatermarkValve.inputStreamStatus(StreamStatus streamStatus,
int channelIndex)
Feed a
StreamStatus into the valve. |
void |
StreamStatusMaintainer.toggleStreamStatus(StreamStatus streamStatus)
Toggles the current stream status.
|
Modifier and Type | Method and Description |
---|---|
StreamStatus |
OperatorChain.getStreamStatus() |
Modifier and Type | Method and Description |
---|---|
void |
OperatorChain.toggleStreamStatus(StreamStatus status) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.