| Package | Description |
|---|---|
| org.apache.flink.runtime.io.disk.iomanager | |
| org.apache.flink.runtime.io.network | |
| org.apache.flink.runtime.io.network.partition |
| Modifier and Type | Method and Description |
|---|---|
static IOManager.IOMode |
IOManager.IOMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOManager.IOMode[] |
IOManager.IOMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IOManager.IOMode |
NetworkEnvironment.getDefaultIOMode() |
| Constructor and Description |
|---|
ResultPartition(String owningTaskName,
org.apache.flink.api.common.JobID jobId,
ResultPartitionID partitionId,
ResultPartitionType partitionType,
boolean eagerlyDeployConsumers,
int numberOfSubpartitions,
ResultPartitionManager partitionManager,
ResultPartitionConsumableNotifier partitionConsumableNotifier,
IOManager ioManager,
IOManager.IOMode defaultIoMode) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.