public final class GridCacheAtomicSequenceValue extends Object implements GridCacheInternal, Externalizable, 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() |
void |
writeExternal(ObjectOutput out) |
public GridCacheAtomicSequenceValue()
Externalizable.public GridCacheAtomicSequenceValue(long val)
val - Initial value.public 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. 1.2.0-incubating Release Date : June 16 2015