| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.channels | |
| org.apache.flink.runtime.io.network.gates |
| Modifier and Type | Method and Description |
|---|---|
InputChannelResult |
InputChannel.readRecord(T target) |
| Modifier and Type | Method and Description |
|---|---|
InputChannelResult |
InputGate.readRecord(T target)
Reads a record from one of the associated input channels.
|
static InputChannelResult |
InputChannelResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputChannelResult[] |
InputChannelResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.