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 class
DisruptorEventQueue
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 EventQueue Modifier and Type Class Description class
SimpleEventQueue
AnEventQueue
that 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 EventQueue
StatsManager. queue
Constructors 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 EventQueue
StartEndHandlerImpl. eventQueue
Constructors 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 EventQueue
InProcessSampledSpanStoreImpl. eventQueue
Methods in io.opencensus.implcore.trace.export with parameters of type EventQueue Modifier and Type Method Description static 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 EventQueue Constructor Description ExportComponentImpl(boolean supportInProcessStores, EventQueue eventQueue)
Constructs a newExportComponentImpl
.InProcessSampledSpanStoreImpl(EventQueue eventQueue)
Constructs a newInProcessSampledSpanStoreImpl
.
-