Uses of Interface
io.opencensus.implcore.internal.EventQueue.Entry
-
Packages that use EventQueue.Entry 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.Entry in io.opencensus.impl.internal
Fields in io.opencensus.impl.internal declared as EventQueue.Entry Modifier and Type Field Description private EventQueue.EntryDisruptorEventQueue.DisruptorEvent. entryMethods in io.opencensus.impl.internal that return EventQueue.Entry Modifier and Type Method Description (package private) EventQueue.EntryDisruptorEventQueue.DisruptorEvent. getEntry()Methods in io.opencensus.impl.internal with parameters of type EventQueue.Entry Modifier and Type Method Description abstract voidDisruptorEventQueue.DisruptorEnqueuer. enqueue(EventQueue.Entry entry)voidDisruptorEventQueue. enqueue(EventQueue.Entry entry)Enqueues an event on theDisruptorEventQueue.(package private) voidDisruptorEventQueue.DisruptorEvent. setEntry(EventQueue.Entry entry) -
Uses of EventQueue.Entry in io.opencensus.implcore.internal
Methods in io.opencensus.implcore.internal with parameters of type EventQueue.Entry Modifier and Type Method Description voidEventQueue. enqueue(EventQueue.Entry entry)voidSimpleEventQueue. enqueue(EventQueue.Entry entry) -
Uses of EventQueue.Entry in io.opencensus.implcore.stats
Classes in io.opencensus.implcore.stats that implement EventQueue.Entry Modifier and Type Class Description private static classStatsManager.StatsEvent -
Uses of EventQueue.Entry in io.opencensus.implcore.trace
Classes in io.opencensus.implcore.trace that implement EventQueue.Entry Modifier and Type Class Description private static classStartEndHandlerImpl.SpanEndEventprivate static classStartEndHandlerImpl.SpanStartEvent -
Uses of EventQueue.Entry in io.opencensus.implcore.trace.export
Classes in io.opencensus.implcore.trace.export that implement EventQueue.Entry Modifier and Type Class Description private static classInProcessSampledSpanStoreImpl.RegisterSpanNameEventprivate static classInProcessSampledSpanStoreImpl.UnregisterSpanNameEvent
-