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.Entry
DisruptorEventQueue.DisruptorEvent. entry
Methods in io.opencensus.impl.internal that return EventQueue.Entry Modifier and Type Method Description (package private) EventQueue.Entry
DisruptorEventQueue.DisruptorEvent. getEntry()
Methods in io.opencensus.impl.internal with parameters of type EventQueue.Entry Modifier and Type Method Description abstract void
DisruptorEventQueue.DisruptorEnqueuer. enqueue(EventQueue.Entry entry)
void
DisruptorEventQueue. enqueue(EventQueue.Entry entry)
Enqueues an event on theDisruptorEventQueue
.(package private) void
DisruptorEventQueue.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 void
EventQueue. enqueue(EventQueue.Entry entry)
void
SimpleEventQueue. 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 class
StatsManager.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 class
StartEndHandlerImpl.SpanEndEvent
private static class
StartEndHandlerImpl.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 class
InProcessSampledSpanStoreImpl.RegisterSpanNameEvent
private static class
InProcessSampledSpanStoreImpl.UnregisterSpanNameEvent
-