Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiHostRefList |
ClustersResourceApi.addHosts(String clusterName,
ApiHostRefList body) |
ApiHostRefList |
ClustersResourceApi.listHosts(String clusterName) |
ApiHostRefList |
ClustersResourceApi.removeAllHosts(String clusterName) |
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiHostRefList> |
ClustersResourceApi.addHostsWithHttpInfo(String clusterName,
ApiHostRefList body) |
ApiResponse<ApiHostRefList> |
ClustersResourceApi.listHostsWithHttpInfo(String clusterName) |
ApiResponse<ApiHostRefList> |
ClustersResourceApi.removeAllHostsWithHttpInfo(String clusterName) |
Modifier and Type | Method and Description |
---|---|
ApiHostRefList |
ClustersResourceApi.addHosts(String clusterName,
ApiHostRefList body) |
com.squareup.okhttp.Call |
ClustersResourceApi.addHostsAsync(String clusterName,
ApiHostRefList body,
ApiCallback<ApiHostRefList> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ClustersResourceApi.addHostsCall(String clusterName,
ApiHostRefList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addHosts
|
ApiResponse<ApiHostRefList> |
ClustersResourceApi.addHostsWithHttpInfo(String clusterName,
ApiHostRefList body) |
ApiCommand |
HostTemplatesResourceApi.applyHostTemplate(String clusterName,
String hostTemplateName,
Boolean startRoles,
ApiHostRefList body)
Applies a host template to a collection of hosts.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.applyHostTemplateAsync(String clusterName,
String hostTemplateName,
Boolean startRoles,
ApiHostRefList body,
ApiCallback<ApiCommand> callback)
Applies a host template to a collection of hosts.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.applyHostTemplateCall(String clusterName,
String hostTemplateName,
Boolean startRoles,
ApiHostRefList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applyHostTemplate
|
ApiResponse<ApiCommand> |
HostTemplatesResourceApi.applyHostTemplateWithHttpInfo(String clusterName,
String hostTemplateName,
Boolean startRoles,
ApiHostRefList body)
Applies a host template to a collection of hosts.
|
ApiCommand |
ClustersResourceApi.deployClusterClientConfig(String clusterName,
ApiHostRefList body)
Deploy the Cluster's Kerberos client configuration.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deployClusterClientConfigAsync(String clusterName,
ApiHostRefList body,
ApiCallback<ApiCommand> callback)
Deploy the Cluster's Kerberos client configuration.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deployClusterClientConfigCall(String clusterName,
ApiHostRefList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deployClusterClientConfig
|
ApiResponse<ApiCommand> |
ClustersResourceApi.deployClusterClientConfigWithHttpInfo(String clusterName,
ApiHostRefList body)
Deploy the Cluster's Kerberos client configuration.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ClustersResourceApi.addHostsAsync(String clusterName,
ApiHostRefList body,
ApiCallback<ApiHostRefList> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ClustersResourceApi.listHostsAsync(String clusterName,
ApiCallback<ApiHostRefList> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ClustersResourceApi.removeAllHostsAsync(String clusterName,
ApiCallback<ApiHostRefList> callback)
(asynchronously)
|
Modifier and Type | Method and Description |
---|---|
ApiHostRefList |
ApiHostRefList.addItemsItem(ApiHostRef itemsItem) |
ApiHostRefList |
ApiHostRefList.items(List<ApiHostRef> items) |
Copyright © 2019. All rights reserved.