Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
com.cloudera.api.v1 |
API version 1, introduced in Cloudera Manager 4.0.
|
com.cloudera.api.v2 |
API version 2, introduced in Cloudera Manager 4.1.
|
com.cloudera.api.v6 |
API version 6, introduced in Cloudera Manager 5.0.0-beta-1.
|
Modifier and Type | Method and Description |
---|---|
List<ApiCluster> |
ApiDeployment.getClusters()
List of clusters in the system including their services, roles and
complete config values.
|
List<ApiCluster> |
ApiClusterList.getClusters() |
Modifier and Type | Method and Description |
---|---|
void |
ApiDeployment.setClusters(List<ApiCluster> clusters) |
void |
ApiClusterList.setClusters(List<ApiCluster> clusters) |
Constructor and Description |
---|
ApiClusterList(List<ApiCluster> clusters) |
Modifier and Type | Method and Description |
---|---|
ApiCluster |
ClustersResource.deleteCluster(String clusterName)
Deletes a cluster.
|
ApiCluster |
ClustersResource.readCluster(String clusterName)
Reads information about a cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiCluster |
ClustersResourceV2.updateCluster(String clusterName,
ApiCluster cluster)
Update an existing cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiCluster |
ClustersResourceV2.updateCluster(String clusterName,
ApiCluster cluster)
Update an existing cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiCluster |
ClustersResourceV6.updateCluster(String clusterName,
ApiCluster cluster)
Update an existing cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiCluster |
ClustersResourceV6.updateCluster(String clusterName,
ApiCluster cluster)
Update an existing cluster.
|
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.