Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiHostList |
HostsResourceApi.createHosts(ApiHostList body)
.
|
ApiHostList |
HostsResourceApi.deleteAllHosts()
Delete all hosts in the system.
|
ApiHostList |
ClustersResourceApi.listHosts(String clusterName,
String configName,
String configValue,
String view)
Returns hosts in the system filtered by optional host configuration parameters, if specified.
|
ApiHostList |
HostsResourceApi.readHosts(String configName,
String configValue,
String view)
Returns hosts in the system filtered by optional host configuration parameters, if specified.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiHostList> |
HostsResourceApi.createHostsWithHttpInfo(ApiHostList body)
.
|
ApiResponse<ApiHostList> |
HostsResourceApi.deleteAllHostsWithHttpInfo()
Delete all hosts in the system.
|
ApiResponse<ApiHostList> |
ClustersResourceApi.listHostsWithHttpInfo(String clusterName,
String configName,
String configValue,
String view)
Returns hosts in the system filtered by optional host configuration parameters, if specified.
|
ApiResponse<ApiHostList> |
HostsResourceApi.readHostsWithHttpInfo(String configName,
String configValue,
String view)
Returns hosts in the system filtered by optional host configuration parameters, if specified.
|
Modifier and Type | Method and Description |
---|---|
ApiHostList |
HostsResourceApi.createHosts(ApiHostList body)
.
|
com.squareup.okhttp.Call |
HostsResourceApi.createHostsAsync(ApiHostList body,
ApiCallback<ApiHostList> callback)
.
|
com.squareup.okhttp.Call |
HostsResourceApi.createHostsCall(ApiHostList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createHosts
|
ApiResponse<ApiHostList> |
HostsResourceApi.createHostsWithHttpInfo(ApiHostList body)
.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
HostsResourceApi.createHostsAsync(ApiHostList body,
ApiCallback<ApiHostList> callback)
.
|
com.squareup.okhttp.Call |
HostsResourceApi.deleteAllHostsAsync(ApiCallback<ApiHostList> callback)
Delete all hosts in the system.
|
com.squareup.okhttp.Call |
ClustersResourceApi.listHostsAsync(String clusterName,
String configName,
String configValue,
String view,
ApiCallback<ApiHostList> callback)
Returns hosts in the system filtered by optional host configuration parameters, if specified.
|
com.squareup.okhttp.Call |
HostsResourceApi.readHostsAsync(String configName,
String configValue,
String view,
ApiCallback<ApiHostList> callback)
Returns hosts in the system filtered by optional host configuration parameters, if specified.
|
Modifier and Type | Method and Description |
---|---|
ApiHostList |
ApiHostList.addItemsItem(ApiHost itemsItem) |
ApiHostList |
ApiHostList.items(List<ApiHost> items) |
Copyright © 2020. All rights reserved.