Home
last modified time | relevance | path

Searched refs:disruptor (Results 1 – 5 of 5) sorted by relevance

/external/opencensus-java/impl/src/main/java/io/opencensus/impl/internal/
DDisruptorEventQueue.java19 import com.lmax.disruptor.EventFactory;
20 import com.lmax.disruptor.EventHandler;
21 import com.lmax.disruptor.RingBuffer;
22 import com.lmax.disruptor.SleepingWaitStrategy;
23 import com.lmax.disruptor.dsl.Disruptor;
24 import com.lmax.disruptor.dsl.ProducerType;
104 private final Disruptor<DisruptorEvent> disruptor; field in DisruptorEventQueue
112 Disruptor<DisruptorEvent> disruptor, in DisruptorEventQueue() argument
115 this.disruptor = disruptor; in DisruptorEventQueue()
125 Disruptor<DisruptorEvent> disruptor = in create() local
[all …]
/external/opencensus-java/impl/
Dbuild.gradle13 libraries.disruptor
/external/opencensus-java/
Dbuild.gradle180 disruptor: 'com.lmax:disruptor:3.4.1',
DCHANGELOG.md96 - Upgrade disruptor to include the fix for SleepingWaitStrategy causing 100%
/external/opencensus-java/examples/
Dopencensus_workspace.bzl427 artifact = "com.lmax:disruptor:3.4.1",