| Package | Description |
|---|---|
| org.apache.flink.streaming.api.windowing.evictors |
| Modifier and Type | Method and Description |
|---|---|
static <W extends Window> |
TimeEvictor.of(java.time.Duration windowSize)
Creates a
TimeEvictor that keeps the given number of elements. |
static <W extends Window> |
TimeEvictor.of(java.time.Duration windowSize,
boolean doEvictAfter)
Creates a
TimeEvictor that keeps the given number of elements. |
static <W extends Window> |
TimeEvictor.of(Time windowSize)
Deprecated.
Use
of(Duration) |
static <W extends Window> |
TimeEvictor.of(Time windowSize,
boolean doEvictAfter)
Deprecated.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.