public class CountDownEvent extends Object
| Constructor and Description |
|---|
CountDownEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
await() |
void |
countDown() |
Object |
getAttachment() |
int |
incrementAndGet() |
void |
setAttachment(Object attachment) |
public Object getAttachment()
public void setAttachment(Object attachment)
public int incrementAndGet()
public void countDown()
public void await()
throws InterruptedException
InterruptedExceptionCopyright © 2024. All rights reserved.