public interface ClustersResourceV10 extends ClustersResourceV9
Modifier and Type | Method and Description |
---|---|
ServicesResourceV10 |
getServicesResource(String clusterName) |
ApiCommand |
rollingUpgrade(String clusterName,
ApiRollingUpgradeServicesArgs args)
Command to do a rolling upgrade of specific services in the given cluster
This command does not handle any services that don't support rolling
upgrades.
|
upgradeCdhCommand
inspectHostsCommand
deployClusterClientConfig, firstRun, getClientConfig
autoAssignRoles, autoConfigure, listServiceTypes, poolsRefresh, refresh, restartCommand, updateCluster
getParcelsResource
rollingRestart
addHosts, getHostTemplatesResource, listHosts, removeAllHosts, removeHost
deployClientConfig, enterMaintenanceMode, exitMaintenanceMode
createClusters, deleteCluster, listActiveCommands, readCluster, readClusters, restartCommand, startCommand, stopCommand, upgradeServicesCommand
@Path(value="/{clusterName}/services") ServicesResourceV10 getServicesResource(String clusterName)
getServicesResource
in interface ClustersResource
getServicesResource
in interface ClustersResourceV2
getServicesResource
in interface ClustersResourceV3
getServicesResource
in interface ClustersResourceV4
getServicesResource
in interface ClustersResourceV6
getServicesResource
in interface ClustersResourceV7
getServicesResource
in interface ClustersResourceV8
@Path(value="/{clusterName}/commands/rollingUpgrade") ApiCommand rollingUpgrade(String clusterName, ApiRollingUpgradeServicesArgs args)
clusterName
- The name of the cluster.args
- Arguments for the rolling upgrade command.Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.