public static enum PythonOperatorUtils.KeyedProcessFunctionInputFlag extends Enum<PythonOperatorUtils.KeyedProcessFunctionInputFlag>
Enum Constant and Description |
---|
EVENT_TIME_TIMER |
NORMAL_DATA |
PROC_TIME_TIMER |
Modifier and Type | Field and Description |
---|---|
byte |
value |
Modifier and Type | Method and Description |
---|---|
static PythonOperatorUtils.KeyedProcessFunctionInputFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PythonOperatorUtils.KeyedProcessFunctionInputFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PythonOperatorUtils.KeyedProcessFunctionInputFlag EVENT_TIME_TIMER
public static final PythonOperatorUtils.KeyedProcessFunctionInputFlag PROC_TIME_TIMER
public static final PythonOperatorUtils.KeyedProcessFunctionInputFlag NORMAL_DATA
public static PythonOperatorUtils.KeyedProcessFunctionInputFlag[] values()
for (PythonOperatorUtils.KeyedProcessFunctionInputFlag c : PythonOperatorUtils.KeyedProcessFunctionInputFlag.values()) System.out.println(c);
public static PythonOperatorUtils.KeyedProcessFunctionInputFlag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.