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. function
private ToLongFunction<T>
DerivedLongGaugeImpl.PointWithFunction. function
Methods in io.opencensus.implcore.metrics with parameters of type ToLongFunction Modifier and Type Method Description <T> void
DerivedLongCumulativeImpl. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
<T> void
DerivedLongGaugeImpl. 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 class
SpanExporterImpl.ReportDroppedSpans
private static class
SpanExporterImpl.ReportPushedSpans
private static class
SpanExporterImpl.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> void
DerivedLongCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
Creates aTimeSeries
.<T> void
DerivedLongCumulative.NoopDerivedLongCumulative. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
abstract <T> void
DerivedLongGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
Creates aTimeSeries
.<T> void
DerivedLongGauge.NoopDerivedLongGauge. createTimeSeries(java.util.List<LabelValue> labelValues, T obj, ToLongFunction<T> function)
-