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. disruptorMethods in io.opencensus.impl.internal that return DisruptorEventQueue.DisruptorEvent Modifier and Type Method Description DisruptorEventQueue.DisruptorEventDisruptorEventQueue.DisruptorEventFactory. newInstance()Methods in io.opencensus.impl.internal with parameters of type DisruptorEventQueue.DisruptorEvent Modifier and Type Method Description voidDisruptorEventQueue.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)
-