Class SpanExporterImpl.ReportDroppedSpans
java.lang.Object
io.opencensus.implcore.trace.export.SpanExporterImpl.ReportDroppedSpans
- All Implemented Interfaces:
ToLongFunction<SpanExporterImpl.Worker>
- Enclosing class:
SpanExporterImpl
private static class SpanExporterImpl.ReportDroppedSpans
extends Object
implements ToLongFunction<SpanExporterImpl.Worker>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
applyAsLong
(SpanExporterImpl.Worker worker) Applies this function to the given argument.
-
Constructor Details
-
ReportDroppedSpans
private ReportDroppedSpans()
-
-
Method Details
-
applyAsLong
Description copied from interface:ToLongFunction
Applies this function to the given argument.- Specified by:
applyAsLong
in interfaceToLongFunction<SpanExporterImpl.Worker>
- Parameters:
worker
- the function argument.- Returns:
- the function result.
-