Uses of Interface
io.opencensus.common.ToLongFunction
-
Packages that use ToLongFunction Package Description io.opencensus.implcore.metrics io.opencensus.implcore.trace.export io.opencensus.metrics This package describes the Metrics data model. -
-
Uses of ToLongFunction in io.opencensus.implcore.metrics
Fields in io.opencensus.implcore.metrics declared as ToLongFunction Modifier and Type Field Description private ToLongFunction<T>DerivedLongCumulativeImpl.PointWithFunction. functionprivate ToLongFunction<T>DerivedLongGaugeImpl.PointWithFunction. functionMethods in io.opencensus.implcore.metrics with parameters of type ToLongFunction Modifier and Type Method Description <T> voidDerivedLongCumulativeImpl. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)<T> voidDerivedLongGaugeImpl. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)Constructors in io.opencensus.implcore.metrics with parameters of type ToLongFunction Constructor Description PointWithFunction(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function, Timestamp startTime)PointWithFunction(java.util.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 ToLongFunction Modifier and Type Class Description private static classSpanExporterImpl.ReportDroppedSpansprivate static classSpanExporterImpl.ReportPushedSpansprivate static classSpanExporterImpl.ReportReferencedSpans -
Uses of ToLongFunction in io.opencensus.metrics
Methods in io.opencensus.metrics with parameters of type ToLongFunction Modifier and Type Method Description abstract <T> voidDerivedLongCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)Creates aTimeSeries.<T> voidDerivedLongCumulative.NoopDerivedLongCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)abstract <T> voidDerivedLongGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)Creates aTimeSeries.<T> voidDerivedLongGauge.NoopDerivedLongGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
-