Interface IInternalHotUpgradePromise
public interface IInternalHotUpgradePromise
-
Method Summary
Modifier and TypeMethodDescriptionlist
(HotUpgradeTaskFilter filter) progress()
running()
start
(boolean onlyReady, HotUpgradeTaskExecutionMode mode) startLimited
(long maxDuration, HotUpgradeTaskExecutionMode mode)
-
Method Details
-
list
-
progress
CompletableFuture<List<HotUpgradeProgress>> progress() -
running
CompletableFuture<Set<HotUpgradeTask>> running() -
start
-
startLimited
-