Uses of Class
io.opencensus.implcore.trace.export.ExportComponentImpl
Packages that use ExportComponentImpl
-
Uses of ExportComponentImpl in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as ExportComponentImplModifier and TypeFieldDescriptionprivate final ExportComponentImpl
TraceComponentImplBase.exportComponent
-
Uses of ExportComponentImpl in io.opencensus.implcore.trace.export
Methods in io.opencensus.implcore.trace.export that return ExportComponentImplModifier and TypeMethodDescriptionstatic 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
.