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