public final class GridCacheCountDownLatchValue extends Object implements GridCacheInternal, Externalizable, Cloneable
| Constructor and Description |
|---|
GridCacheCountDownLatchValue()
Empty constructor required for
Externalizable. |
GridCacheCountDownLatchValue(int cnt,
boolean del)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
autoDelete() |
Object |
clone() |
int |
get() |
int |
initialCount() |
void |
readExternal(ObjectInput in) |
void |
set(int cnt) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public GridCacheCountDownLatchValue(int cnt,
boolean del)
cnt - Initial count.del - True to auto delete on count down to 0.public GridCacheCountDownLatchValue()
Externalizable.public void set(int cnt)
cnt - New count.public int get()
public int initialCount()
public boolean autoDelete()
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.4.0 Release Date : September 24 2015