Package | Description |
---|---|
org.apache.flink.optimizer.dag | |
org.apache.flink.optimizer.plan |
Modifier and Type | Method and Description |
---|---|
TempMode |
DagConnection.getMaterializationMode() |
TempMode |
TempMode.makeCached() |
TempMode |
TempMode.makeNonCached() |
TempMode |
TempMode.makePipelineBreaker() |
static TempMode |
TempMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TempMode[] |
TempMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DagConnection.setMaterializationMode(TempMode materializationMode) |
Modifier and Type | Method and Description |
---|---|
TempMode |
Channel.getTempMode() |
Modifier and Type | Method and Description |
---|---|
void |
Channel.setTempMode(TempMode tempMode)
Sets the temp mode of the connection.
|
Constructor and Description |
---|
Channel(PlanNode sourceNode,
TempMode tempMode) |
NamedChannel(String name,
PlanNode sourceNode,
TempMode tempMode) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.