|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClaimStrategy.Option | |
---|---|
com.lmax.disruptor | The Disruptor is a concurrent programming framework for exchanging and coordinating work on a continuous series of items. |
Uses of ClaimStrategy.Option in com.lmax.disruptor |
---|
Methods in com.lmax.disruptor that return ClaimStrategy.Option | |
---|---|
static ClaimStrategy.Option |
ClaimStrategy.Option.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ClaimStrategy.Option[] |
ClaimStrategy.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.lmax.disruptor with parameters of type ClaimStrategy.Option | |
---|---|
RingBuffer(EntryFactory<T> entryFactory,
int size,
ClaimStrategy.Option claimStrategyOption,
WaitStrategy.Option waitStrategyOption)
Construct a RingBuffer with the full option set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |