Uses of Interface
org.jgroups.util.Condition
-
Packages that use Condition Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Condition in org.jgroups.util
Methods in org.jgroups.util with parameters of type Condition Modifier and Type Method Description voidCondVar. waitFor(Condition condition)Blocks until condition is true.booleanCondVar. waitFor(Condition condition, long timeout, java.util.concurrent.TimeUnit unit)Blocks until condition is true or the time elapsedstatic voidUtil. waitUntil(long timeout, long interval, Condition condition)static voidUtil. waitUntil(long timeout, long interval, Condition condition, java.util.function.Supplier<java.lang.String> msg)
-