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