Uses of Interface
io.opencensus.common.ToLongFunction
Packages that use ToLongFunction
Package
Description
This package describes the Metrics data model.
-
Uses of ToLongFunction in io.opencensus.implcore.metrics
Fields in io.opencensus.implcore.metrics declared as ToLongFunctionModifier and TypeFieldDescriptionprivate final ToLongFunction
<T> DerivedLongCumulativeImpl.PointWithFunction.function
private final ToLongFunction
<T> DerivedLongGaugeImpl.PointWithFunction.function
Methods in io.opencensus.implcore.metrics with parameters of type ToLongFunctionModifier and TypeMethodDescription<T> void
DerivedLongCumulativeImpl.createTimeSeries
(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) <T> void
DerivedLongGaugeImpl.createTimeSeries
(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) Constructors in io.opencensus.implcore.metrics with parameters of type ToLongFunctionModifierConstructorDescription(package private)
PointWithFunction
(List<LabelValue> labelValues, T obj, ToLongFunction<T> function, Timestamp startTime) (package private)
PointWithFunction
(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) -
Uses of ToLongFunction in io.opencensus.implcore.trace.export
Classes in io.opencensus.implcore.trace.export that implement ToLongFunctionModifier and TypeClassDescriptionprivate static class
private static class
private static class
-
Uses of ToLongFunction in io.opencensus.metrics
Methods in io.opencensus.metrics with parameters of type ToLongFunctionModifier and TypeMethodDescriptionabstract <T> void
DerivedLongCumulative.createTimeSeries
(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) Creates aTimeSeries
.<T> void
DerivedLongCumulative.NoopDerivedLongCumulative.createTimeSeries
(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) abstract <T> void
DerivedLongGauge.createTimeSeries
(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) Creates aTimeSeries
.<T> void
DerivedLongGauge.NoopDerivedLongGauge.createTimeSeries
(List<LabelValue> labelValues, T obj, ToLongFunction<T> function)