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 SampledSpanStoreImpl
StartEndHandlerImpl. sampledSpanStore
private SampledSpanStoreImpl
StartEndHandlerImpl.SpanEndEvent. sampledSpanStore
Constructors 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 class
InProcessSampledSpanStoreImpl
In-process implementation of theSampledSpanStore
.private static class
SampledSpanStoreImpl.NoopSampledSpanStoreImpl
Fields in io.opencensus.implcore.trace.export declared as SampledSpanStoreImpl Modifier and Type Field Description private static SampledSpanStoreImpl
SampledSpanStoreImpl. NOOP_SAMPLED_SPAN_STORE_IMPL
private SampledSpanStoreImpl
ExportComponentImpl. sampledSpanStore
Methods in io.opencensus.implcore.trace.export that return SampledSpanStoreImpl Modifier and Type Method Description static SampledSpanStoreImpl
SampledSpanStoreImpl. getNoopSampledSpanStoreImpl()
Returns the new no-op implmentation ofSampledSpanStoreImpl
.SampledSpanStoreImpl
ExportComponentImpl. getSampledSpanStore()
-