com.cloudera.api.v17
Interface ClustersResourceV17

All Superinterfaces:
ClustersResource, ClustersResourceV10, ClustersResourceV11, ClustersResourceV12, ClustersResourceV13, ClustersResourceV14, ClustersResourceV15, ClustersResourceV16, ClustersResourceV2, ClustersResourceV3, ClustersResourceV4, ClustersResourceV5, ClustersResourceV6, ClustersResourceV7, ClustersResourceV8, ClustersResourceV9
All Known Subinterfaces:
ClustersResourceV18

public interface ClustersResourceV17
extends ClustersResourceV16


Method Summary
 ApiKerberosInfo getKerberosInfo(String clusterName)
          Provides Cluster Kerberos information
 ServicesResourceV17 getServicesResource(String clusterName)
           
 
Methods inherited from interface com.cloudera.api.v12.ClustersResourceV12
export, listDfsServices
 
Methods inherited from interface com.cloudera.api.v11.ClustersResourceV11
configureForKerberos
 
Methods inherited from interface com.cloudera.api.v10.ClustersResourceV10
rollingUpgrade
 
Methods inherited from interface com.cloudera.api.v9.ClustersResourceV9
upgradeCdhCommand
 
Methods inherited from interface com.cloudera.api.v8.ClustersResourceV8
inspectHostsCommand
 
Methods inherited from interface com.cloudera.api.v7.ClustersResourceV7
deployClusterClientConfig, firstRun, getClientConfig
 
Methods inherited from interface com.cloudera.api.v6.ClustersResourceV6
autoAssignRoles, autoConfigure, listServiceTypes, poolsRefresh, refresh, restartCommand, updateCluster
 
Methods inherited from interface com.cloudera.api.v5.ClustersResourceV5
getParcelsResource
 
Methods inherited from interface com.cloudera.api.v4.ClustersResourceV4
rollingRestart
 
Methods inherited from interface com.cloudera.api.v3.ClustersResourceV3
addHosts, getHostTemplatesResource, listHosts, removeAllHosts, removeHost
 
Methods inherited from interface com.cloudera.api.v2.ClustersResourceV2
deployClientConfig, enterMaintenanceMode, exitMaintenanceMode
 
Methods inherited from interface com.cloudera.api.v1.ClustersResource
createClusters, deleteCluster, listActiveCommands, readCluster, readClusters, restartCommand, startCommand, stopCommand, upgradeServicesCommand
 

Method Detail

getKerberosInfo

@Path(value="/{clusterName}/kerberosInfo")
ApiKerberosInfo getKerberosInfo(String clusterName)
Provides Cluster Kerberos information

Parameters:
Cluster - Name
Returns:
Cluster Kerberos information

getServicesResource

@Path(value="/{clusterName}/services")
ServicesResourceV17 getServicesResource(String clusterName)
Specified by:
getServicesResource in interface ClustersResource
Specified by:
getServicesResource in interface ClustersResourceV10
Specified by:
getServicesResource in interface ClustersResourceV11
Specified by:
getServicesResource in interface ClustersResourceV13
Specified by:
getServicesResource in interface ClustersResourceV14
Specified by:
getServicesResource in interface ClustersResourceV15
Specified by:
getServicesResource in interface ClustersResourceV16
Specified by:
getServicesResource in interface ClustersResourceV2
Specified by:
getServicesResource in interface ClustersResourceV3
Specified by:
getServicesResource in interface ClustersResourceV4
Specified by:
getServicesResource in interface ClustersResourceV6
Specified by:
getServicesResource in interface ClustersResourceV7
Specified by:
getServicesResource in interface ClustersResourceV8
Returns:
The services resource handler.


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.