| Package | Description |
|---|---|
| org.apache.flink.runtime.io | |
| org.apache.flink.runtime.io.network.partition.consumer | |
| org.apache.flink.runtime.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
PullingAsyncDataInput.EndOfDataStatus |
PullingAsyncDataInput.hasReceivedEndOfData()
Tells if we consumed all available data.
|
static PullingAsyncDataInput.EndOfDataStatus |
PullingAsyncDataInput.EndOfDataStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullingAsyncDataInput.EndOfDataStatus[] |
PullingAsyncDataInput.EndOfDataStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PullingAsyncDataInput.EndOfDataStatus |
UnionInputGate.hasReceivedEndOfData() |
PullingAsyncDataInput.EndOfDataStatus |
SingleInputGate.hasReceivedEndOfData() |
| Modifier and Type | Method and Description |
|---|---|
PullingAsyncDataInput.EndOfDataStatus |
InputGateWithMetrics.hasReceivedEndOfData() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.