public final class ExportComponentImpl
extends io.opencensus.trace.export.ExportComponent
ExportComponent.| Modifier and Type | Method and Description |
|---|---|
static ExportComponentImpl |
createWithInProcessStores(EventQueue eventQueue)
Returns a new
ExportComponentImpl that has valid instances for RunningSpanStore
and SampledSpanStore. |
static ExportComponentImpl |
createWithoutInProcessStores(EventQueue eventQueue)
Returns a new
ExportComponentImpl that has null instances for RunningSpanStore and SampledSpanStore. |
InProcessRunningSpanStore |
getRunningSpanStore() |
SampledSpanStoreImpl |
getSampledSpanStore() |
SpanExporterImpl |
getSpanExporter() |
void |
shutdown() |
public SpanExporterImpl getSpanExporter()
getSpanExporter in class io.opencensus.trace.export.ExportComponentpublic InProcessRunningSpanStore getRunningSpanStore()
getRunningSpanStore in class io.opencensus.trace.export.ExportComponentpublic SampledSpanStoreImpl getSampledSpanStore()
getSampledSpanStore in class io.opencensus.trace.export.ExportComponentpublic void shutdown()
shutdown in class io.opencensus.trace.export.ExportComponentpublic static ExportComponentImpl createWithInProcessStores(EventQueue eventQueue)
ExportComponentImpl that has valid instances for RunningSpanStore
and SampledSpanStore.ExportComponentImpl.public static ExportComponentImpl createWithoutInProcessStores(EventQueue eventQueue)
ExportComponentImpl that has null instances for RunningSpanStore and SampledSpanStore.ExportComponentImpl.