Uses of Interface
org.apache.flink.metrics.Histogram
-
Packages that use Histogram Package Description org.apache.flink.metrics org.apache.flink.metrics.groups org.apache.flink.metrics.reporter -
-
Uses of Histogram in org.apache.flink.metrics
Methods in org.apache.flink.metrics with type parameters of type Histogram Modifier and Type Method Description default <H extends Histogram>
HMetricGroup. histogram(int name, H histogram)Registers a newHistogramwith Flink.<H extends Histogram>
HMetricGroup. histogram(String name, H histogram)Registers a newHistogramwith Flink. -
Uses of Histogram in org.apache.flink.metrics.groups
Methods in org.apache.flink.metrics.groups with type parameters of type Histogram Modifier and Type Method Description <H extends Histogram>
HUnregisteredMetricsGroup. histogram(String name, H histogram) -
Uses of Histogram in org.apache.flink.metrics.reporter
Fields in org.apache.flink.metrics.reporter with type parameters of type Histogram Modifier and Type Field Description protected Map<Histogram,String>AbstractReporter. histograms
-