Class SpanExporterImpl.ReportPushedSpans
- java.lang.Object
-
- io.opencensus.implcore.trace.export.SpanExporterImpl.ReportPushedSpans
-
- All Implemented Interfaces:
ToLongFunction<SpanExporterImpl.Worker>
- Enclosing class:
- SpanExporterImpl
private static class SpanExporterImpl.ReportPushedSpans extends java.lang.Object implements ToLongFunction<SpanExporterImpl.Worker>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ReportPushedSpans()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
applyAsLong(SpanExporterImpl.Worker worker)
Applies this function to the given argument.
-
-
-
Method Detail
-
applyAsLong
public long applyAsLong(SpanExporterImpl.Worker worker)
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.
-
-