Uses of Interface
com.oracle.bmc.waiter.WaiterScheduler
-
Packages that use WaiterScheduler Package Description com.oracle.bmc.retrier com.oracle.bmc.waiter -
-
Uses of WaiterScheduler in com.oracle.bmc.retrier
Methods in com.oracle.bmc.retrier with parameters of type WaiterScheduler Modifier and Type Method Description <REQUEST,RESPONSE>
CompletionStage<RESPONSE>BmcGenericRetrier. executeAsync(WaiterScheduler runner, REQUEST requestToUse, Function<REQUEST,CompletionStage<RESPONSE>> functionCall)
-
Uses of WaiterScheduler in com.oracle.bmc.waiter
Fields in com.oracle.bmc.waiter declared as WaiterScheduler Modifier and Type Field Description static WaiterScheduler
WaiterScheduler. SYNC
Scheduler implementation that blocks in theschedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit)
method for the given time to pass.static WaiterScheduler
WaiterScheduler. UNSUPPORTED
AWaiterScheduler
where waiting is not supported.Methods in com.oracle.bmc.waiter that return WaiterScheduler Modifier and Type Method Description static WaiterScheduler
WaiterScheduler. fromService(ScheduledExecutorService service)
Create a new instance from the givenScheduledExecutorService
.Methods in com.oracle.bmc.waiter with parameters of type WaiterScheduler Modifier and Type Method Description <T> CompletionStage<Optional<T>>
GenericWaiter. executeAsync(WaiterScheduler runner, Supplier<CompletionStage<T>> downstream, Predicate<T> terminationPredicate)
-