Uses of Class
io.opencensus.impl.internal.DisruptorEventQueue.DisruptorEvent
-
Packages that use DisruptorEventQueue.DisruptorEvent Package Description io.opencensus.impl.internal -
-
Uses of DisruptorEventQueue.DisruptorEvent in io.opencensus.impl.internal
Fields in io.opencensus.impl.internal with type parameters of type DisruptorEventQueue.DisruptorEvent Modifier and Type Field Description private com.lmax.disruptor.dsl.Disruptor<DisruptorEventQueue.DisruptorEvent>
DisruptorEventQueue. disruptor
Methods in io.opencensus.impl.internal that return DisruptorEventQueue.DisruptorEvent Modifier and Type Method Description DisruptorEventQueue.DisruptorEvent
DisruptorEventQueue.DisruptorEventFactory. newInstance()
Methods in io.opencensus.impl.internal with parameters of type DisruptorEventQueue.DisruptorEvent Modifier and Type Method Description void
DisruptorEventQueue.DisruptorEventHandler. onEvent(DisruptorEventQueue.DisruptorEvent event, long sequence, boolean endOfBatch)
Constructor parameters in io.opencensus.impl.internal with type arguments of type DisruptorEventQueue.DisruptorEvent Constructor Description DisruptorEventQueue(com.lmax.disruptor.dsl.Disruptor<DisruptorEventQueue.DisruptorEvent> disruptor, DisruptorEventQueue.DisruptorEnqueuer enqueuer)
-