public final class FixedSequenceGroup extends Sequence
| Constructor and Description |
|---|
FixedSequenceGroup(Sequence[] sequences)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
addAndGet(long increment)
Not supported.
|
boolean |
compareAndSet(long expectedValue,
long newValue)
Not supported.
|
long |
get()
Get the minimum sequence value for the group.
|
long |
incrementAndGet()
Not supported.
|
void |
set(long value)
Not supported.
|
java.lang.String |
toString() |
setVolatilepublic FixedSequenceGroup(Sequence[] sequences)
sequences - the list of sequences to be tracked under this sequence grouppublic long get()
public void set(long value)
public boolean compareAndSet(long expectedValue,
long newValue)
compareAndSet in class SequenceexpectedValue - The expected current value.newValue - The value to update to.public long incrementAndGet()
incrementAndGet in class SequenceCopyright © 2011 - 2018 LMAX Ltd. All Rights Reserved.