| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators.windowing |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupedActiveDiscretizer<IN> |
class |
GroupedStreamDiscretizer<IN>
This operator represents the grouped discretization step of a window
transformation.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,StreamDiscretizer<IN>> |
GroupedStreamDiscretizer.groupedDiscretizers |
| Modifier and Type | Method and Description |
|---|---|
protected StreamDiscretizer<IN> |
GroupedStreamDiscretizer.makeNewGroup(Object key)
This method creates a new group.
|
protected StreamDiscretizer<IN> |
GroupedActiveDiscretizer.makeNewGroup(Object key) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.