public class ResettingCountDownLatch extends Object
Constructor and Description |
---|
ResettingCountDownLatch(int initialCount) |
Modifier and Type | Method and Description |
---|---|
void |
await() |
void |
awaitAndReset(int resetCount) |
void |
countDown() |
public ResettingCountDownLatch(int initialCount)
public void await()
public void awaitAndReset(int resetCount)
public void countDown()
Copyright © 2016 The Apache Software Foundation. All rights reserved.