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 classA 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 TypeClassDescriptionclassAnEventQueuethat 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 EventQueueInProcessSampledSpanStoreImpl.eventQueueMethods in io.opencensus.implcore.trace.export with parameters of type EventQueueModifier and TypeMethodDescriptionstatic ExportComponentImplExportComponentImpl.createWithInProcessStores(EventQueue eventQueue) Returns a newExportComponentImplthat has valid instances forRunningSpanStoreandSampledSpanStore.static ExportComponentImplExportComponentImpl.createWithoutInProcessStores(EventQueue eventQueue) Returns a newExportComponentImplthat hasnullinstances forRunningSpanStoreandSampledSpanStore.Constructors in io.opencensus.implcore.trace.export with parameters of type EventQueueModifierConstructorDescriptionprivateExportComponentImpl(boolean supportInProcessStores, EventQueue eventQueue) Constructs a newExportComponentImpl.(package private)InProcessSampledSpanStoreImpl(EventQueue eventQueue) Constructs a newInProcessSampledSpanStoreImpl.