public final class FixedSequenceGroup extends Sequence
| 限定符和类型 | 字段和说明 |
|---|---|
protected long |
p1 |
protected long |
p10 |
protected long |
p11 |
protected long |
p12 |
protected long |
p13 |
protected long |
p14 |
protected long |
p15 |
protected long |
p2 |
protected long |
p3 |
protected long |
p4 |
protected long |
p5 |
protected long |
p6 |
protected long |
p7 |
protected long |
p9 |
protected long |
value |
| 构造器和说明 |
|---|
FixedSequenceGroup(Sequence[] sequences)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
String |
toString() |
setVolatileprotected long p9
protected long p10
protected long p11
protected long p12
protected long p13
protected long p14
protected long p15
protected volatile long value
protected long p1
protected long p2
protected long p3
protected long p4
protected long p5
protected long p6
protected long p7
public 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 在类中 SequenceexpectedValue - The expected current value.newValue - The value to update to.public long incrementAndGet()
incrementAndGet 在类中 SequenceCopyright © 2018 Pivotal Software, Inc.. All rights reserved.