public class Rendezvous
extends java.util.concurrent.CyclicBarrier
Constructor and Description |
---|
Rendezvous()
Create a Barrier for the indicated number of parties, and the default
Rotator function to run at each barrier point.
|
Modifier and Type | Method and Description |
---|---|
void |
waitAttemptForRendezvous(long timeout)
see
CyclicBarrier#attemptBarrier(long) |
void |
waitForRendezvous()
see
CyclicBarrier#barrier() |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.