public static enum PythonOperatorUtils.KeyedProcessFunctionOutputFlag extends Enum<PythonOperatorUtils.KeyedProcessFunctionOutputFlag>
| 枚举常量和说明 |
|---|
DEL_EVENT_TIMER |
DEL_PROC_TIMER |
NORMAL_DATA |
REGISTER_EVENT_TIMER |
REGISTER_PROC_TIMER |
| 限定符和类型 | 字段和说明 |
|---|---|
byte |
value |
| 限定符和类型 | 方法和说明 |
|---|---|
static PythonOperatorUtils.KeyedProcessFunctionOutputFlag |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PythonOperatorUtils.KeyedProcessFunctionOutputFlag[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PythonOperatorUtils.KeyedProcessFunctionOutputFlag REGISTER_EVENT_TIMER
public static final PythonOperatorUtils.KeyedProcessFunctionOutputFlag REGISTER_PROC_TIMER
public static final PythonOperatorUtils.KeyedProcessFunctionOutputFlag NORMAL_DATA
public static final PythonOperatorUtils.KeyedProcessFunctionOutputFlag DEL_EVENT_TIMER
public static final PythonOperatorUtils.KeyedProcessFunctionOutputFlag DEL_PROC_TIMER
public static PythonOperatorUtils.KeyedProcessFunctionOutputFlag[] values()
for (PythonOperatorUtils.KeyedProcessFunctionOutputFlag c : PythonOperatorUtils.KeyedProcessFunctionOutputFlag.values()) System.out.println(c);
public static PythonOperatorUtils.KeyedProcessFunctionOutputFlag valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.