Package org.jgroups.util
Class PaddedAtomicBoolean
java.lang.Object
java.util.concurrent.atomic.AtomicBoolean
org.jgroups.util.PaddedAtomicBoolean
- All Implemented Interfaces:
Serializable
- Since:
- 4.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.atomic.AtomicBoolean
compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndSet, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
Field Details
-
i1
protected volatile int i1 -
i2
protected volatile int i2 -
i3
protected volatile int i3 -
i4
protected volatile int i4 -
i5
protected volatile int i5 -
i6
protected volatile int i6 -
i7
protected volatile int i7 -
i8
protected volatile int i8 -
i9
protected volatile int i9 -
i10
protected volatile int i10 -
i11
protected volatile int i11 -
i12
protected volatile int i12 -
i13
protected volatile int i13 -
i14
protected volatile int i14 -
i15
protected volatile int i15 -
i16
protected volatile int i16
-
-
Constructor Details
-
PaddedAtomicBoolean
public PaddedAtomicBoolean(boolean initialValue)
-
-
Method Details
-
sum
public int sum()
-