Uses of Class
io.opencensus.implcore.trace.export.SampledSpanStoreImpl
-
Packages that use SampledSpanStoreImpl Package Description io.opencensus.implcore.trace io.opencensus.implcore.trace.export -
-
Uses of SampledSpanStoreImpl in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as SampledSpanStoreImpl Modifier and Type Field Description private SampledSpanStoreImplStartEndHandlerImpl. sampledSpanStoreprivate SampledSpanStoreImplStartEndHandlerImpl.SpanEndEvent. sampledSpanStoreConstructors in io.opencensus.implcore.trace with parameters of type SampledSpanStoreImpl Constructor Description SpanEndEvent(RecordEventsSpanImpl span, SpanExporterImpl spanExporter, InProcessRunningSpanStore inProcessRunningSpanStore, SampledSpanStoreImpl sampledSpanStore)StartEndHandlerImpl(SpanExporterImpl spanExporter, InProcessRunningSpanStore inProcessRunningSpanStore, SampledSpanStoreImpl sampledSpanStore, EventQueue eventQueue)Constructs a newStartEndHandlerImpl. -
Uses of SampledSpanStoreImpl in io.opencensus.implcore.trace.export
Subclasses of SampledSpanStoreImpl in io.opencensus.implcore.trace.export Modifier and Type Class Description classInProcessSampledSpanStoreImplIn-process implementation of theSampledSpanStore.private static classSampledSpanStoreImpl.NoopSampledSpanStoreImplFields in io.opencensus.implcore.trace.export declared as SampledSpanStoreImpl Modifier and Type Field Description private static SampledSpanStoreImplSampledSpanStoreImpl. NOOP_SAMPLED_SPAN_STORE_IMPLprivate SampledSpanStoreImplExportComponentImpl. sampledSpanStoreMethods in io.opencensus.implcore.trace.export that return SampledSpanStoreImpl Modifier and Type Method Description static SampledSpanStoreImplSampledSpanStoreImpl. getNoopSampledSpanStoreImpl()Returns the new no-op implmentation ofSampledSpanStoreImpl.SampledSpanStoreImplExportComponentImpl. getSampledSpanStore()
-