Uses of Interface
io.opencensus.common.ToDoubleFunction
Packages that use ToDoubleFunction
Package
Description
This package describes the Metrics data model.
-
Uses of ToDoubleFunction in io.opencensus.implcore.metrics
Fields in io.opencensus.implcore.metrics declared as ToDoubleFunctionModifier and TypeFieldDescriptionprivate final ToDoubleFunction<T> DerivedDoubleCumulativeImpl.PointWithFunction.functionprivate final ToDoubleFunction<T> DerivedDoubleGaugeImpl.PointWithFunction.functionMethods in io.opencensus.implcore.metrics with parameters of type ToDoubleFunctionModifier and TypeMethodDescription<T> voidDerivedDoubleCumulativeImpl.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) <T> voidDerivedDoubleGaugeImpl.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) Constructors in io.opencensus.implcore.metrics with parameters of type ToDoubleFunctionModifierConstructorDescription(package private)PointWithFunction(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function, Timestamp startTime) (package private)PointWithFunction(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) -
Uses of ToDoubleFunction in io.opencensus.metrics
Methods in io.opencensus.metrics with parameters of type ToDoubleFunctionModifier and TypeMethodDescriptionabstract <T> voidDerivedDoubleCumulative.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) Creates aTimeSeries.<T> voidDerivedDoubleCumulative.NoopDerivedDoubleCumulative.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) abstract <T> voidDerivedDoubleGauge.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) Creates aTimeSeries.<T> voidDerivedDoubleGauge.NoopDerivedDoubleGauge.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)