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 |
HostsResourceApi.readHosts(String view)
Returns the hostIds for all hosts in the system.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiHostList> |
HostsResourceApi.createHostsWithHttpInfo(ApiHostList body)
.
|
ApiResponse<ApiHostList> |
HostsResourceApi.deleteAllHostsWithHttpInfo()
Delete all hosts in the system.
|
ApiResponse<ApiHostList> |
HostsResourceApi.readHostsWithHttpInfo(String view)
Returns the hostIds for all hosts in the system.
|
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 |
HostsResourceApi.readHostsAsync(String view,
ApiCallback<ApiHostList> callback)
Returns the hostIds for all hosts in the system.
|
Modifier and Type | Method and Description |
---|---|
ApiHostList |
ApiHostList.addItemsItem(ApiHost itemsItem) |
ApiHostList |
ApiHostList.items(List<ApiHost> items) |
Copyright © 2019. All rights reserved.