Package io.opencensus.implcore.metrics
Class DerivedDoubleGaugeImpl.PointWithFunction<T>
java.lang.Object
io.opencensus.implcore.metrics.DerivedDoubleGaugeImpl.PointWithFunction<T>
- Enclosing class:
DerivedDoubleGaugeImpl
Implementation of
DerivedDoubleGaugeImpl.PointWithFunction
with an object and a callback function.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TimeSeries
private final ToDoubleFunction
<T> private final WeakReference
<T> -
Constructor Summary
ConstructorsConstructorDescriptionPointWithFunction
(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) -
Method Summary
-
Field Details
-
defaultTimeSeries
-
ref
-
function
-
-
Constructor Details
-
PointWithFunction
PointWithFunction(List<LabelValue> labelValues, @Nullable T obj, ToDoubleFunction<T> function)
-
-
Method Details
-
getTimeSeries
-