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 ExportComponentImplTraceComponentImplBase. 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 ExportComponentImplExportComponentImpl. createWithInProcessStores(EventQueue eventQueue)Returns a newExportComponentImplthat has valid instances forRunningSpanStoreandSampledSpanStore.static ExportComponentImplExportComponentImpl. createWithoutInProcessStores(EventQueue eventQueue)Returns a newExportComponentImplthat hasnullinstances forRunningSpanStoreandSampledSpanStore.
-