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