Uses of Class
org.apache.dubbo.metrics.aggregate.Pane
Packages that use Pane
-
Uses of Pane in org.apache.dubbo.metrics.aggregate
Methods in org.apache.dubbo.metrics.aggregate that return PaneModifier and TypeMethodDescriptionSlidingWindow.currentPane()Get the pane at the current timestamp.SlidingWindow.currentPane(long timeMillis) Get the pane at the specified timestamp in milliseconds.Methods in org.apache.dubbo.metrics.aggregate that return types with arguments of type PaneModifier and TypeMethodDescriptionSlidingWindow.list()Get valid pane list for entire sliding window at the current time.SlidingWindow.list(long timeMillis) Get valid pane list for entire sliding window at the specified time.Methods in org.apache.dubbo.metrics.aggregate with parameters of type PaneModifier and TypeMethodDescriptionbooleanSlidingWindow.isPaneDeprecated(long timeMillis, Pane<T> pane) Checks if the specified pane is deprecated at the specified timestamp.booleanSlidingWindow.isPaneDeprecated(Pane<T> pane) Checks if the specified pane is deprecated at the current timestamp.