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