@Path(value="/hot_upgrade")
public interface IHotUpgrade
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<HotUpgradeTask> | 
list(HotUpgradeTaskFilter filter)  | 
java.util.List<HotUpgradeProgress> | 
progress()  | 
java.util.Set<HotUpgradeTask> | 
running()  | 
@GET @Path(value="running") java.util.Set<HotUpgradeTask> running()
@POST @Path(value="list") java.util.List<HotUpgradeTask> list(HotUpgradeTaskFilter filter)
@GET @Path(value="progress") java.util.List<HotUpgradeProgress> progress()
Copyright © 2023. All Rights Reserved.