Uses of Interface
io.opencensus.implcore.internal.EventQueue
Packages that use EventQueue
Package
Description
-
Uses of EventQueue in io.opencensus.impl.internal
Classes in io.opencensus.impl.internal that implement EventQueueModifier and TypeClassDescriptionfinal class
A low-latency event queue for background updating of (possibly contended) objects. -
Uses of EventQueue in io.opencensus.implcore.internal
Classes in io.opencensus.implcore.internal that implement EventQueueModifier and TypeClassDescriptionclass
AnEventQueue
that processes events in the current thread. -
Uses of EventQueue in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as EventQueueConstructors in io.opencensus.implcore.stats with parameters of type EventQueueModifierConstructorDescriptionStatsComponentImplBase
(EventQueue queue, Clock clock) Creates a newStatsComponentImplBase
.(package private)
StatsManager
(EventQueue queue, Clock clock, CurrentState state) -
Uses of EventQueue in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as EventQueueConstructors in io.opencensus.implcore.trace with parameters of type EventQueueModifierConstructorDescriptionStartEndHandlerImpl
(SpanExporterImpl spanExporter, InProcessRunningSpanStore inProcessRunningSpanStore, SampledSpanStoreImpl sampledSpanStore, EventQueue eventQueue) Constructs a newStartEndHandlerImpl
.TraceComponentImplBase
(Clock clock, RandomHandler randomHandler, EventQueue eventQueue) Creates a newTraceComponentImplBase
. -
Uses of EventQueue in io.opencensus.implcore.trace.export
Fields in io.opencensus.implcore.trace.export declared as EventQueueModifier and TypeFieldDescriptionprivate final EventQueue
InProcessSampledSpanStoreImpl.eventQueue
Methods in io.opencensus.implcore.trace.export with parameters of type EventQueueModifier and TypeMethodDescriptionstatic ExportComponentImpl
ExportComponentImpl.createWithInProcessStores
(EventQueue eventQueue) Returns a newExportComponentImpl
that has valid instances forRunningSpanStore
andSampledSpanStore
.static ExportComponentImpl
ExportComponentImpl.createWithoutInProcessStores
(EventQueue eventQueue) Returns a newExportComponentImpl
that hasnull
instances forRunningSpanStore
andSampledSpanStore
.Constructors in io.opencensus.implcore.trace.export with parameters of type EventQueueModifierConstructorDescriptionprivate
ExportComponentImpl
(boolean supportInProcessStores, EventQueue eventQueue) Constructs a newExportComponentImpl
.(package private)
InProcessSampledSpanStoreImpl
(EventQueue eventQueue) Constructs a newInProcessSampledSpanStoreImpl
.