Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiServiceList |
ServicesResourceApi.createServices(String clusterName,
ApiServiceList body)
Creates a list of services.
|
ApiServiceList |
ClustersResourceApi.listDfsServices(String clusterName,
String view)
List the services that can provide distributed file system (DFS) capabilities in this cluster.
|
ApiServiceList |
ServicesResourceApi.readServices(String clusterName,
String view)
Lists all services registered in the cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiServiceList> |
ServicesResourceApi.createServicesWithHttpInfo(String clusterName,
ApiServiceList body)
Creates a list of services.
|
ApiResponse<ApiServiceList> |
ClustersResourceApi.listDfsServicesWithHttpInfo(String clusterName,
String view)
List the services that can provide distributed file system (DFS) capabilities in this cluster.
|
ApiResponse<ApiServiceList> |
ServicesResourceApi.readServicesWithHttpInfo(String clusterName,
String view)
Lists all services registered in the cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiServiceList |
ServicesResourceApi.createServices(String clusterName,
ApiServiceList body)
Creates a list of services.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createServicesAsync(String clusterName,
ApiServiceList body,
ApiCallback<ApiServiceList> callback)
Creates a list of services.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createServicesCall(String clusterName,
ApiServiceList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createServices
|
ApiResponse<ApiServiceList> |
ServicesResourceApi.createServicesWithHttpInfo(String clusterName,
ApiServiceList body)
Creates a list of services.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ServicesResourceApi.createServicesAsync(String clusterName,
ApiServiceList body,
ApiCallback<ApiServiceList> callback)
Creates a list of services.
|
com.squareup.okhttp.Call |
ClustersResourceApi.listDfsServicesAsync(String clusterName,
String view,
ApiCallback<ApiServiceList> callback)
List the services that can provide distributed file system (DFS) capabilities in this cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.readServicesAsync(String clusterName,
String view,
ApiCallback<ApiServiceList> callback)
Lists all services registered in the cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiServiceList |
ApiServiceList.addItemsItem(ApiService itemsItem) |
ApiServiceList |
ApiServiceList.items(List<ApiService> items) |
Copyright © 2019. All rights reserved.