Class SpanExporterImpl.ReportReferencedSpans
java.lang.Object
io.opencensus.implcore.trace.export.SpanExporterImpl.ReportReferencedSpans
- All Implemented Interfaces:
ToLongFunction<SpanExporterImpl.Worker>
- Enclosing class:
SpanExporterImpl
private static class SpanExporterImpl.ReportReferencedSpans
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
-
ReportReferencedSpans
private ReportReferencedSpans()
-
-
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.
-