| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.netty | |
| org.apache.flink.runtime.io.network.partition.consumer |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionRequestClient.close(RemoteInputChannel inputChannel) |
io.netty.channel.ChannelFuture |
PartitionRequestClient.requestSubpartition(ResultPartitionID partitionId,
int subpartitionIndex,
RemoteInputChannel inputChannel,
int delayMs)
Requests a remote intermediate result partition queue.
|
void |
PartitionRequestClient.sendTaskEvent(ResultPartitionID partitionId,
TaskEvent event,
RemoteInputChannel inputChannel)
Sends a task event backwards to an intermediate result partition producer.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteInputChannel |
UnknownInputChannel.toRemoteInputChannel(ConnectionID producerAddress) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.