Uses of Class
io.opencensus.implcore.trace.export.ExportComponentImpl
-
Packages that use ExportComponentImpl Package Description io.opencensus.implcore.trace io.opencensus.implcore.trace.export -
-
Uses of ExportComponentImpl in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as ExportComponentImpl Modifier and Type Field Description private ExportComponentImpl
TraceComponentImplBase. exportComponent
-
Uses of ExportComponentImpl in io.opencensus.implcore.trace.export
Methods in io.opencensus.implcore.trace.export that return ExportComponentImpl Modifier and Type Method Description static ExportComponentImpl
ExportComponentImpl. createWithInProcessStores(EventQueue eventQueue)
Returns a newExportComponentImpl
that has valid instances forRunningSpanStore
andSampledSpanStore
.static ExportComponentImpl
ExportComponentImpl. createWithoutInProcessStores(EventQueue eventQueue)
Returns a newExportComponentImpl
that hasnull
instances forRunningSpanStore
andSampledSpanStore
.
-