| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network | |
| org.apache.flink.runtime.io.network.netty | |
| org.apache.flink.runtime.io.network.partition |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalConnectionManager.start(ResultPartitionProvider partitionProvider,
TaskEventDispatcher taskEventDispatcher,
NetworkBufferPool networkbufferPool) |
void |
ConnectionManager.start(ResultPartitionProvider partitionProvider,
TaskEventDispatcher taskEventDispatcher,
NetworkBufferPool networkbufferPool) |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyConnectionManager.start(ResultPartitionProvider partitionProvider,
TaskEventDispatcher taskEventDispatcher,
NetworkBufferPool networkbufferPool) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultPartitionManager
The result partition manager keeps track of all currently produced/consumed partitions of a
task manager.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.