DATA - the type of input data handled by this helperpublic abstract class WindowingHelper<DATA> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.flink.api.common.ExecutionConfig |
executionConfig
Provides information for initial value serialization
in
Delta, unused in other subclasses. |
| Constructor and Description |
|---|
WindowingHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
setExecutionConfig(org.apache.flink.api.common.ExecutionConfig executionConfig)
Setter for the
ExecutionConfig field. |
abstract EvictionPolicy<DATA> |
toEvict()
Method for encapsulating the
EvictionPolicy. |
abstract TriggerPolicy<DATA> |
toTrigger()
Method for encapsulating the
TriggerPolicy. |
protected org.apache.flink.api.common.ExecutionConfig executionConfig
Delta, unused in other subclasses.public abstract EvictionPolicy<DATA> toEvict()
EvictionPolicy.public abstract TriggerPolicy<DATA> toTrigger()
TriggerPolicy.public final void setExecutionConfig(org.apache.flink.api.common.ExecutionConfig executionConfig)
ExecutionConfig field.executionConfig - Desired valueCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.