Uses of Class
io.opencensus.implcore.trace.export.SampledSpanStoreImpl
Packages that use SampledSpanStoreImpl
-
Uses of SampledSpanStoreImpl in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as SampledSpanStoreImplModifier and TypeFieldDescriptionprivate final SampledSpanStoreImpl
StartEndHandlerImpl.sampledSpanStore
private final SampledSpanStoreImpl
StartEndHandlerImpl.SpanEndEvent.sampledSpanStore
Constructors in io.opencensus.implcore.trace with parameters of type SampledSpanStoreImplModifierConstructorDescription(package private)
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.exportModifier and TypeClassDescriptionfinal class
In-process implementation of theSampledSpanStore
.private static final class
Fields in io.opencensus.implcore.trace.export declared as SampledSpanStoreImplModifier and TypeFieldDescriptionprivate static final SampledSpanStoreImpl
SampledSpanStoreImpl.NOOP_SAMPLED_SPAN_STORE_IMPL
private final SampledSpanStoreImpl
ExportComponentImpl.sampledSpanStore
Methods in io.opencensus.implcore.trace.export that return SampledSpanStoreImplModifier and TypeMethodDescriptionstatic SampledSpanStoreImpl
SampledSpanStoreImpl.getNoopSampledSpanStoreImpl()
Returns the new no-op implmentation ofSampledSpanStoreImpl
.ExportComponentImpl.getSampledSpanStore()