|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventFactory | |
|---|---|
| com.lmax.disruptor | The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events. |
| com.lmax.disruptor.dsl | |
| Uses of EventFactory in com.lmax.disruptor |
|---|
| Constructors in com.lmax.disruptor with parameters of type EventFactory | |
|---|---|
RingBuffer(EventFactory<T> eventFactory,
ClaimStrategy claimStrategy,
WaitStrategy waitStrategy)
Construct a RingBuffer with the full option set. |
|
RingBuffer(EventFactory<T> eventFactory,
int bufferSize)
Construct a RingBuffer with default strategies of: MultiThreadedClaimStrategy and BlockingWaitStrategy |
|
WorkerPool(EventFactory<T> eventFactory,
ClaimStrategy claimStrategy,
WaitStrategy waitStrategy,
ExceptionHandler exceptionHandler,
WorkHandler<T>... workHandlers)
Construct a work pool with an internal RingBuffer for convenience. |
|
| Uses of EventFactory in com.lmax.disruptor.dsl |
|---|
| Constructors in com.lmax.disruptor.dsl with parameters of type EventFactory | |
|---|---|
Disruptor(EventFactory<T> eventFactory,
java.util.concurrent.Executor executor,
ClaimStrategy claimStrategy,
WaitStrategy waitStrategy)
Create a new Disruptor. |
|
Disruptor(EventFactory<T> eventFactory,
int ringBufferSize,
java.util.concurrent.Executor executor)
Create a new Disruptor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||