| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.metrics.aggregate |
| 限定符和类型 | 方法和说明 |
|---|---|
Pane<T> |
SlidingWindow.currentPane()
Get the pane at the current timestamp.
|
Pane<T> |
SlidingWindow.currentPane(long timeMillis)
Get the pane at the specified timestamp in milliseconds.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Pane<T>> |
SlidingWindow.list()
Get valid pane list for entire sliding window at the current time.
|
List<Pane<T>> |
SlidingWindow.list(long timeMillis)
Get valid pane list for entire sliding window at the specified time.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
SlidingWindow.isPaneDeprecated(long timeMillis,
Pane<T> pane)
Checks if the specified pane is deprecated at the specified timestamp.
|
boolean |
SlidingWindow.isPaneDeprecated(Pane<T> pane)
Checks if the specified pane is deprecated at the current timestamp.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.