Uses of Interface
io.opencensus.common.ToLongFunction
Packages that use ToLongFunction
Package
Description
This package describes the Metrics data model.
-
Uses of ToLongFunction in io.opencensus.implcore.metrics
Methods in io.opencensus.implcore.metrics with parameters of type ToLongFunctionModifier and TypeMethodDescription<T> voidDerivedLongCumulativeImpl.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) <T> voidDerivedLongGaugeImpl.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) -
Uses of ToLongFunction in io.opencensus.metrics
Methods in io.opencensus.metrics with parameters of type ToLongFunctionModifier and TypeMethodDescriptionabstract <T> voidDerivedLongCumulative.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) Creates aTimeSeries.abstract <T> voidDerivedLongGauge.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) Creates aTimeSeries.