| 程序包 | 说明 |
|---|---|
| com.alipay.disruptor |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
EventSequencer<T> |
interface |
Sequencer
Coordinates claiming sequences for access to a data structure while tracking dependent
Sequences |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractSequencer
Base class for the various sequencer types (single/multi).
|
class |
MultiProducerSequencer
Coordinator for claiming sequences for access to a data structure while tracking dependent
Sequences. |
class |
RingBuffer<E>
Ring based store of reusable entries containing the data representing
an event being exchanged between event producer and
EventProcessors. |
class |
SingleProducerSequencer
Coordinator for claiming sequences for access to a data structure while tracking dependent
Sequences. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.