public interface TimeoutableScalable<T> extends Deletable
| Modifier and Type | Method and Description |
|---|---|
T |
scale(int count)
Scale the resource to given count
|
TimeoutableScalable<T> |
withTimeout(long timeout,
TimeUnit unit)
Perform the delete operation as blocking, waiting for finalizers, for up to the given timeout
|
TimeoutableScalable<T> |
withTimeoutInMillis(long timeoutInMillis)
Perform the delete operation as blocking, waiting for finalizers, for up to the given timeout
|
T scale(int count)
count - the desired instance countTimeoutableScalable<T> withTimeout(long timeout, TimeUnit unit)
DeletablewithTimeout in interface DeletablewithTimeout in interface Timeoutabletimeout - 0 indicates no waitTimeoutableScalable<T> withTimeoutInMillis(long timeoutInMillis)
DeletablewithTimeoutInMillis in interface DeletablewithTimeoutInMillis in interface TimeoutabletimeoutInMillis - 0 indicates no waitCopyright © 2015–2023 Red Hat. All rights reserved.