| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.windowing |
| Constructor and Description |
|---|
DiscretizedStream(SingleOutputStreamOperator<StreamWindow<OUT>,?> discretizedStream,
org.apache.flink.api.java.functions.KeySelector<OUT,?> groupByKey,
WindowUtils.WindowTransformation tranformation,
boolean isPartitioned) |
| Modifier and Type | Method and Description |
|---|---|
static WindowUtils.WindowTransformation |
WindowUtils.WindowTransformation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowUtils.WindowTransformation[] |
WindowUtils.WindowTransformation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WindowUtils.WindowTransformation |
WindowUtils.WindowTransformation.with(org.apache.flink.api.common.functions.Function UDF) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.