| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network |
| Modifier and Type | Method and Description |
|---|---|
static DataExchangeMode |
DataExchangeMode.getForForwardExchange(org.apache.flink.api.common.ExecutionMode mode) |
static DataExchangeMode |
DataExchangeMode.getForShuffleOrBroadcast(org.apache.flink.api.common.ExecutionMode mode) |
static DataExchangeMode |
DataExchangeMode.getPipelineBreakingExchange(org.apache.flink.api.common.ExecutionMode mode) |
static DataExchangeMode |
DataExchangeMode.select(org.apache.flink.api.common.ExecutionMode executionMode,
ShipStrategyType shipStrategy,
boolean breakPipeline)
Computes the mode of data exchange to be used for a given execution mode and ship strategy.
|
static DataExchangeMode |
DataExchangeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataExchangeMode[] |
DataExchangeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.