Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
void |
CondVar.waitFor(Condition condition)
Blocks until condition is true.
|
boolean |
CondVar.waitFor(Condition condition,
long timeout,
TimeUnit unit)
Blocks until condition is true or the time elapsed
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.