public class FullStream<DATA> extends WindowingHelper<DATA> implements Serializable
executionConfig| Modifier and Type | Method and Description |
|---|---|
EvictionPolicy<DATA> |
toEvict()
Method for encapsulating the
EvictionPolicy. |
TriggerPolicy<DATA> |
toTrigger()
Method for encapsulating the
TriggerPolicy. |
static <R> FullStream<R> |
window()
Returns a helper representing an eviction that keeps all previous record
history.
|
setExecutionConfigpublic EvictionPolicy<DATA> toEvict()
WindowingHelperEvictionPolicy.toEvict in class WindowingHelper<DATA>public TriggerPolicy<DATA> toTrigger()
WindowingHelperTriggerPolicy.toTrigger in class WindowingHelper<DATA>public static <R> FullStream<R> window()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.