| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.windowing.evictors |
| 限定符和类型 | 方法和说明 |
|---|---|
static <W extends Window> |
TimeEvictor.of(Duration windowSize)
Creates a
TimeEvictor that keeps the given number of elements. |
static <W extends Window> |
TimeEvictor.of(Duration windowSize,
boolean doEvictAfter)
Creates a
TimeEvictor that keeps the given number of elements. |
static <W extends Window> |
TimeEvictor.of(Time windowSize)
已过时。
Use
of(Duration) |
static <W extends Window> |
TimeEvictor.of(Time windowSize,
boolean doEvictAfter)
已过时。
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.