| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network | |
| org.apache.flink.runtime.io.network.partition.consumer | |
| org.apache.flink.runtime.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
NettyShuffleEnvironmentConfiguration |
NettyShuffleEnvironment.getConfiguration() |
| Constructor and Description |
|---|
SingleInputGateFactory(ResourceID taskExecutorResourceId,
NettyShuffleEnvironmentConfiguration networkConfig,
ConnectionManager connectionManager,
ResultPartitionManager partitionManager,
TaskEventPublisher taskEventPublisher,
NetworkBufferPool networkBufferPool) |
| Modifier and Type | Method and Description |
|---|---|
static NettyShuffleEnvironmentConfiguration |
NettyShuffleEnvironmentConfiguration.fromConfiguration(org.apache.flink.configuration.Configuration configuration,
org.apache.flink.configuration.MemorySize networkMemorySize,
boolean localTaskManagerCommunication,
InetAddress taskManagerAddress)
Utility method to extract network related parameters from the configuration and to
sanity check them.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.