| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.windowing.evictors | |
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations
on data streams.
|
| 类和说明 |
|---|
| Evictor |
| 类和说明 |
|---|
| CountEvictor
An
Evictor that keeps up to a certain amount of elements. |
| DeltaEvictor
An
Evictor that keeps elements based on a DeltaFunction and a threshold. |
| Evictor |
| Evictor.EvictorContext
A context object that is given to
Evictor methods. |
| TimeEvictor
An
Evictor that keeps elements for a certain amount of time. |
| 类和说明 |
|---|
| Evictor |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.