Package com.gigaspaces.internal.utils
Class ConditionLatch
java.lang.Object
com.gigaspaces.internal.utils.ConditionLatch
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpollingInterval(long duration, TimeUnit timeunit) timeoutErrorMessage(String timeoutErrorMessage) voidwaitFor(ConditionLatch.Predicate predicate)
-
Constructor Details
-
ConditionLatch
public ConditionLatch()
-
-
Method Details
-
timeoutErrorMessage
-
pollingInterval
-
timeout
-
waitFor
public void waitFor(ConditionLatch.Predicate predicate) throws InterruptedException, TimeoutException - Throws:
InterruptedExceptionTimeoutException
-