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