Package | Description |
---|---|
org.apache.flink.configuration | |
org.apache.flink.streaming.api.graph |
Modifier and Type | Field and Description |
---|---|
static ConfigOption<PipelineOptions.VertexDescriptionMode> |
PipelineOptions.VERTEX_DESCRIPTION_MODE |
Modifier and Type | Method and Description |
---|---|
static PipelineOptions.VertexDescriptionMode |
PipelineOptions.VertexDescriptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineOptions.VertexDescriptionMode[] |
PipelineOptions.VertexDescriptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PipelineOptions.VertexDescriptionMode |
StreamGraph.getVertexDescriptionMode() |
Modifier and Type | Method and Description |
---|---|
void |
StreamGraph.setVertexDescriptionMode(PipelineOptions.VertexDescriptionMode mode) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.