| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCurrentProcessingTime()
Returns the current processing time.
|
long |
getCurrentWatermark()
Returns the current watermark time.
|
org.apache.flink.metrics.MetricGroup |
getMetricGroup()
Returns the metric group for this
Evictor. |
long getCurrentProcessingTime()
org.apache.flink.metrics.MetricGroup getMetricGroup()
Evictor. This is the same metric
group that would be returned from RuntimeContext.getMetricGroup() in a user
function.
You must not call methods that create metric objects
(such as MetricGroup.counter(int) multiple times but instead call once
and store the metric object in a field.
long getCurrentWatermark()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.