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.function
private final ToDoubleFunction
<T> DerivedDoubleGaugeImpl.PointWithFunction.function
Methods in io.opencensus.implcore.metrics with parameters of type ToDoubleFunctionModifier and TypeMethodDescription<T> void
DerivedDoubleCumulativeImpl.createTimeSeries
(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) <T> void
DerivedDoubleGaugeImpl.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> void
DerivedDoubleCumulative.createTimeSeries
(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) Creates aTimeSeries
.<T> void
DerivedDoubleCumulative.NoopDerivedDoubleCumulative.createTimeSeries
(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) abstract <T> void
DerivedDoubleGauge.createTimeSeries
(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) Creates aTimeSeries
.<T> void
DerivedDoubleGauge.NoopDerivedDoubleGauge.createTimeSeries
(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function)