Uses of Class
io.opencensus.impl.internal.DisruptorEventQueue.DisruptorEvent
Packages that use DisruptorEventQueue.DisruptorEvent
-
Uses of DisruptorEventQueue.DisruptorEvent in io.opencensus.impl.internal
Fields in io.opencensus.impl.internal with type parameters of type DisruptorEventQueue.DisruptorEventModifier and TypeFieldDescriptionprivate final com.lmax.disruptor.dsl.Disruptor
<DisruptorEventQueue.DisruptorEvent> DisruptorEventQueue.disruptor
Methods in io.opencensus.impl.internal that return DisruptorEventQueue.DisruptorEventMethods in io.opencensus.impl.internal with parameters of type DisruptorEventQueue.DisruptorEventModifier and TypeMethodDescriptionvoid
DisruptorEventQueue.DisruptorEventHandler.onEvent
(DisruptorEventQueue.DisruptorEvent event, long sequence, boolean endOfBatch) Constructor parameters in io.opencensus.impl.internal with type arguments of type DisruptorEventQueue.DisruptorEventModifierConstructorDescriptionprivate
DisruptorEventQueue
(com.lmax.disruptor.dsl.Disruptor<DisruptorEventQueue.DisruptorEvent> disruptor, DisruptorEventQueue.DisruptorEnqueuer enqueuer)