Uses of Interface
io.opencensus.implcore.internal.EventQueue
-
Packages that use EventQueue Package Description io.opencensus.impl.internal io.opencensus.implcore.internal io.opencensus.implcore.stats io.opencensus.implcore.trace io.opencensus.implcore.trace.export -
-
Uses of EventQueue in io.opencensus.impl.internal
Classes in io.opencensus.impl.internal that implement EventQueue Modifier and Type Class Description classDisruptorEventQueueA 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 EventQueue Modifier and Type Class Description classSimpleEventQueueAnEventQueuethat processes events in the current thread. -
Uses of EventQueue in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as EventQueue Modifier and Type Field Description private EventQueueStatsManager. queueConstructors in io.opencensus.implcore.stats with parameters of type EventQueue Constructor Description StatsComponentImplBase(EventQueue queue, Clock clock)Creates a newStatsComponentImplBase.StatsManager(EventQueue queue, Clock clock, CurrentState state) -
Uses of EventQueue in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as EventQueue Modifier and Type Field Description private EventQueueStartEndHandlerImpl. eventQueueConstructors in io.opencensus.implcore.trace with parameters of type EventQueue Constructor Description StartEndHandlerImpl(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 EventQueue Modifier and Type Field Description private EventQueueInProcessSampledSpanStoreImpl. eventQueueMethods in io.opencensus.implcore.trace.export with parameters of type EventQueue Modifier and Type Method Description static 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 EventQueue Constructor Description ExportComponentImpl(boolean supportInProcessStores, EventQueue eventQueue)Constructs a newExportComponentImpl.InProcessSampledSpanStoreImpl(EventQueue eventQueue)Constructs a newInProcessSampledSpanStoreImpl.
-