public static enum WindowUtils.WindowTransformation extends Enum<WindowUtils.WindowTransformation>
| Enum Constant and Description |
|---|
FOLDWINDOW |
MAPWINDOW |
NONE |
REDUCEWINDOW |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.functions.Function |
getUDF() |
static WindowUtils.WindowTransformation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowUtils.WindowTransformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WindowUtils.WindowTransformation |
with(org.apache.flink.api.common.functions.Function UDF) |
public static final WindowUtils.WindowTransformation REDUCEWINDOW
public static final WindowUtils.WindowTransformation MAPWINDOW
public static final WindowUtils.WindowTransformation FOLDWINDOW
public static final WindowUtils.WindowTransformation NONE
public static WindowUtils.WindowTransformation[] values()
for (WindowUtils.WindowTransformation c : WindowUtils.WindowTransformation.values()) System.out.println(c);
public static WindowUtils.WindowTransformation 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 nullpublic WindowUtils.WindowTransformation with(org.apache.flink.api.common.functions.Function UDF)
public org.apache.flink.api.common.functions.Function getUDF()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.