| 程序包 | 说明 |
|---|---|
| org.apache.flink.api.java.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
OptionType |
Option.getType() |
static OptionType |
OptionType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static OptionType[] |
OptionType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Option |
Option.type(OptionType type)
Define the type of the Option.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.