Uses of Class
io.opencensus.impl.internal.DisruptorEventQueue.DisruptorEvent
Packages that use DisruptorEventQueue.DisruptorEvent
-
Uses of DisruptorEventQueue.DisruptorEvent in io.opencensus.impl.internal
Classes in io.opencensus.impl.internal that implement interfaces with type arguments of type DisruptorEventQueue.DisruptorEventModifier and TypeClassDescriptionprivate static enumprivate static enumEvery event that gets added toEventQueuewill get processed here.Fields in io.opencensus.impl.internal with type parameters of type DisruptorEventQueue.DisruptorEventModifier and TypeFieldDescriptionprivate final com.lmax.disruptor.dsl.Disruptor<DisruptorEventQueue.DisruptorEvent> DisruptorEventQueue.disruptorMethods in io.opencensus.impl.internal that return DisruptorEventQueue.DisruptorEventMethods in io.opencensus.impl.internal with parameters of type DisruptorEventQueue.DisruptorEventModifier and TypeMethodDescriptionvoidDisruptorEventQueue.DisruptorEventHandler.onEvent(DisruptorEventQueue.DisruptorEvent event, long sequence, boolean endOfBatch) Constructor parameters in io.opencensus.impl.internal with type arguments of type DisruptorEventQueue.DisruptorEventModifierConstructorDescriptionprivateDisruptorEventQueue(com.lmax.disruptor.dsl.Disruptor<DisruptorEventQueue.DisruptorEvent> disruptor, DisruptorEventQueue.DisruptorEnqueuer enqueuer)