public class Barrier extends Throwable
| Constructor and Description |
|---|
Barrier(String barrierName,
int parties) |
| Modifier and Type | Method and Description |
|---|---|
int |
await(long timeout,
TimeUnit unit) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Barrier(String barrierName, int parties)
public int await(long timeout,
TimeUnit unit)
throws InterruptedException,
BrokenBarrierException,
TimeoutException
Copyright © 2023. All rights reserved.