public final class GridCacheAtomicSequenceValue extends AtomicDataStructureValue implements Cloneable
| Constructor and Description |
|---|
GridCacheAtomicSequenceValue()
Empty constructor required for
Externalizable. |
GridCacheAtomicSequenceValue(long val)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
long |
get() |
void |
readExternal(ObjectInput in) |
void |
set(long val) |
String |
toString() |
DataStructureType |
type() |
void |
writeExternal(ObjectOutput out) |
public GridCacheAtomicSequenceValue()
Externalizable.public GridCacheAtomicSequenceValue(long val)
val - Initial value.public DataStructureType type()
type in class AtomicDataStructureValuepublic void set(long val)
val - New value.public long get()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizableIOException
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017