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.functionprivate final ToLongFunction<T> DerivedLongGaugeImpl.PointWithFunction.functionMethods in io.opencensus.implcore.metrics with parameters of type ToLongFunctionModifier and TypeMethodDescription<T> voidDerivedLongCumulativeImpl.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) <T> voidDerivedLongGaugeImpl.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 classprivate static classprivate static class -
Uses of ToLongFunction in io.opencensus.metrics
Methods in io.opencensus.metrics with parameters of type ToLongFunctionModifier and TypeMethodDescriptionabstract <T> voidDerivedLongCumulative.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) Creates aTimeSeries.<T> voidDerivedLongCumulative.NoopDerivedLongCumulative.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) abstract <T> voidDerivedLongGauge.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function) Creates aTimeSeries.<T> voidDerivedLongGauge.NoopDerivedLongGauge.createTimeSeries(List<LabelValue> labelValues, T obj, ToLongFunction<T> function)