public class CountDownLatchInfo extends Object implements DataSerializable
| Constructor and Description |
|---|
CountDownLatchInfo() |
CountDownLatchInfo(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
countDown() |
int |
getCount() |
String |
getName() |
void |
readData(ObjectDataInput in) |
boolean |
setCount(int count) |
void |
setCountDirect(int count) |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
public CountDownLatchInfo()
public CountDownLatchInfo(String name)
public int countDown()
public int getCount()
public String getName()
public boolean setCount(int count)
public void setCountDirect(int count)
public void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.