C D F G N O Q S
C
- create() - 接口 中的方法org.apache.shenyu.disruptor.consumer.QueueConsumerFactory
-
Create queue consumer executor.
- create(String, boolean) - 类 中的静态方法org.apache.shenyu.disruptor.thread.DisruptorThreadFactory
-
create custom thread factory.
- create(String, boolean, int) - 类 中的静态方法org.apache.shenyu.disruptor.thread.DisruptorThreadFactory
-
create custom thread factory.
D
- DataEvent<T> - org.apache.shenyu.disruptor.event中的类
-
DataEvent.
- DataEvent() - 类 的构造器org.apache.shenyu.disruptor.event.DataEvent
-
- DEFAULT_SIZE - 类 中的静态变量org.apache.shenyu.disruptor.DisruptorProviderManage
-
- DisruptorEventFactory<T> - org.apache.shenyu.disruptor.event中的类
-
DisruptorEventFactory.
- DisruptorEventFactory() - 类 的构造器org.apache.shenyu.disruptor.event.DisruptorEventFactory
-
- DisruptorProvider<T> - org.apache.shenyu.disruptor.provider中的类
-
DisruptorProvider.
- DisruptorProvider(RingBuffer<DataEvent<T>>, Disruptor<DataEvent<T>>, boolean) - 类 的构造器org.apache.shenyu.disruptor.provider.DisruptorProvider
-
Instantiates a new Disruptor provider.
- DisruptorProviderManage<T> - org.apache.shenyu.disruptor中的类
-
DisruptorProviderManage.
- DisruptorProviderManage(QueueConsumerFactory<T>, Integer) - 类 的构造器org.apache.shenyu.disruptor.DisruptorProviderManage
-
Instantiates a new Disruptor provider manage.
- DisruptorProviderManage(QueueConsumerFactory<T>) - 类 的构造器org.apache.shenyu.disruptor.DisruptorProviderManage
-
Instantiates a new Disruptor provider manage.
- DisruptorProviderManage(QueueConsumerFactory<T>, int, int) - 类 的构造器org.apache.shenyu.disruptor.DisruptorProviderManage
-
Instantiates a new Disruptor provider manage.
- DisruptorThreadFactory - org.apache.shenyu.disruptor.thread中的类
-
DisruptorThreadFactory.
F
- fixName() - 接口 中的方法org.apache.shenyu.disruptor.consumer.QueueConsumerFactory
-
Fix name string.
G
- getData() - 类 中的方法org.apache.shenyu.disruptor.consumer.QueueConsumerExecutor
-
get data.
- getData() - 类 中的方法org.apache.shenyu.disruptor.event.DataEvent
-
get data.
- getHash() - 类 中的方法org.apache.shenyu.disruptor.event.OrderlyDataEvent
-
Gets hash.
- getProvider() - 类 中的方法org.apache.shenyu.disruptor.DisruptorProviderManage
-
Gets provider.
N
- newInstance() - 类 中的方法org.apache.shenyu.disruptor.event.DisruptorEventFactory
-
- newInstance() - 类 中的方法org.apache.shenyu.disruptor.event.OrderlyDisruptorEventFactory
-
- newThread(Runnable) - 类 中的方法org.apache.shenyu.disruptor.thread.DisruptorThreadFactory
-
O
- onData(T) - 类 中的方法org.apache.shenyu.disruptor.provider.DisruptorProvider
-
Send a data.
- onEvent(DataEvent<T>) - 类 中的方法org.apache.shenyu.disruptor.consumer.QueueConsumer
-
- onOrderlyData(T, String...) - 类 中的方法org.apache.shenyu.disruptor.provider.DisruptorProvider
-
On orderly data.
- OrderlyDataEvent<T> - org.apache.shenyu.disruptor.event中的类
-
OrderlyDataEvent .
- OrderlyDataEvent() - 类 的构造器org.apache.shenyu.disruptor.event.OrderlyDataEvent
-
- OrderlyDisruptorEventFactory<T> - org.apache.shenyu.disruptor.event中的类
-
OrderlyDisruptorEventFactory .
- OrderlyDisruptorEventFactory() - 类 的构造器org.apache.shenyu.disruptor.event.OrderlyDisruptorEventFactory
-
- OrderlyExecutor - org.apache.shenyu.disruptor.thread中的类
-
OrderlyExecutor .
- OrderlyExecutor(boolean, int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - 类 的构造器org.apache.shenyu.disruptor.thread.OrderlyExecutor
-
Instantiates a new Orderly executor.
- org.apache.shenyu.disruptor - 程序包 org.apache.shenyu.disruptor
-
- org.apache.shenyu.disruptor.consumer - 程序包 org.apache.shenyu.disruptor.consumer
-
- org.apache.shenyu.disruptor.event - 程序包 org.apache.shenyu.disruptor.event
-
- org.apache.shenyu.disruptor.provider - 程序包 org.apache.shenyu.disruptor.provider
-
- org.apache.shenyu.disruptor.thread - 程序包 org.apache.shenyu.disruptor.thread
-
Q
- QueueConsumer<T> - org.apache.shenyu.disruptor.consumer中的类
-
The type Queue consumer.
- QueueConsumer(OrderlyExecutor, QueueConsumerFactory<T>) - 类 的构造器org.apache.shenyu.disruptor.consumer.QueueConsumer
-
Instantiates a new Queue consumer.
- QueueConsumerExecutor<T> - org.apache.shenyu.disruptor.consumer中的类
-
The type Queue consumer executor.
- QueueConsumerExecutor() - 类 的构造器org.apache.shenyu.disruptor.consumer.QueueConsumerExecutor
-
- QueueConsumerFactory<T> - org.apache.shenyu.disruptor.consumer中的接口
-
The interface Queue consumer factory.
S
- select(String) - 类 中的方法org.apache.shenyu.disruptor.thread.OrderlyExecutor
-
Select.
- setData(T) - 类 中的方法org.apache.shenyu.disruptor.consumer.QueueConsumerExecutor
-
set data.
- setData(T) - 类 中的方法org.apache.shenyu.disruptor.event.DataEvent
-
set data.
- setHash(String) - 类 中的方法org.apache.shenyu.disruptor.event.OrderlyDataEvent
-
Sets hash.
- shutdown() - 类 中的方法org.apache.shenyu.disruptor.provider.DisruptorProvider
-
Shutdown.
- SingletonExecutor - org.apache.shenyu.disruptor.thread中的类
-
SingletonExecutor .
- SingletonExecutor(ThreadFactory) - 类 的构造器org.apache.shenyu.disruptor.thread.SingletonExecutor
-
- startup() - 类 中的方法org.apache.shenyu.disruptor.DisruptorProviderManage
-
start disruptor.
- startup(boolean) - 类 中的方法org.apache.shenyu.disruptor.DisruptorProviderManage
-
start disruptor..
C D F G N O Q S
Copyright © 2026 The Apache Software Foundation. All rights reserved.