Interface IInternalHotUpgradeAsync
public interface IInternalHotUpgradeAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidlist(HotUpgradeTaskFilter filter, AsyncHandler<List<HotUpgradeTask>> handler) voidprogress(AsyncHandler<List<HotUpgradeProgress>> handler) voidrunning(AsyncHandler<Set<HotUpgradeTask>> handler) voidstart(boolean onlyReady, HotUpgradeTaskExecutionMode mode, AsyncHandler<TaskRef> handler) voidstartLimited(long maxDuration, HotUpgradeTaskExecutionMode mode, AsyncHandler<TaskRef> handler)  
- 
Method Details
- 
list
 - 
progress
 - 
running
 - 
start
 - 
startLimited
void startLimited(long maxDuration, HotUpgradeTaskExecutionMode mode, AsyncHandler<TaskRef> handler)  
 -