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