Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiRemoteDataContext |
CdpResourceApi.getRemoteContext(String dataContextName)
Get a JSON for creating a remote data context in a Workload cluster.
|
ApiRemoteDataContext |
CdpResourceApi.getRemoteContextByCluster(String clusterName)
Get a JSON for creating a remote data context in a Workload cluster.
|
ApiRemoteDataContext |
CdpResourceApi.postRemoteContext(ApiRemoteDataContext body)
Create or update the remote data context in the Workload cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiRemoteDataContext> |
CdpResourceApi.getRemoteContextByClusterWithHttpInfo(String clusterName)
Get a JSON for creating a remote data context in a Workload cluster.
|
ApiResponse<ApiRemoteDataContext> |
CdpResourceApi.getRemoteContextWithHttpInfo(String dataContextName)
Get a JSON for creating a remote data context in a Workload cluster.
|
ApiResponse<ApiRemoteDataContext> |
CdpResourceApi.postRemoteContextWithHttpInfo(ApiRemoteDataContext body)
Create or update the remote data context in the Workload cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiRemoteDataContext |
CdpResourceApi.postRemoteContext(ApiRemoteDataContext body)
Create or update the remote data context in the Workload cluster.
|
com.squareup.okhttp.Call |
CdpResourceApi.postRemoteContextAsync(ApiRemoteDataContext body,
ApiCallback<ApiRemoteDataContext> callback)
Create or update the remote data context in the Workload cluster.
|
com.squareup.okhttp.Call |
CdpResourceApi.postRemoteContextCall(ApiRemoteDataContext body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postRemoteContext
|
ApiResponse<ApiRemoteDataContext> |
CdpResourceApi.postRemoteContextWithHttpInfo(ApiRemoteDataContext body)
Create or update the remote data context in the Workload cluster.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CdpResourceApi.getRemoteContextAsync(String dataContextName,
ApiCallback<ApiRemoteDataContext> callback)
Get a JSON for creating a remote data context in a Workload cluster.
|
com.squareup.okhttp.Call |
CdpResourceApi.getRemoteContextByClusterAsync(String clusterName,
ApiCallback<ApiRemoteDataContext> callback)
Get a JSON for creating a remote data context in a Workload cluster.
|
com.squareup.okhttp.Call |
CdpResourceApi.postRemoteContextAsync(ApiRemoteDataContext body,
ApiCallback<ApiRemoteDataContext> callback)
Create or update the remote data context in the Workload cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiRemoteDataContext |
ApiRemoteDataContext.addConfigsItem(ApiMapEntry configsItem) |
ApiRemoteDataContext |
ApiRemoteDataContext.addEndPointsItem(ApiEndPoint endPointsItem) |
ApiRemoteDataContext |
ApiRemoteDataContext.clusterVersion(String clusterVersion) |
ApiRemoteDataContext |
ApiRemoteDataContext.configs(List<ApiMapEntry> configs) |
ApiRemoteDataContext |
ApiRemoteDataContext.endPointId(String endPointId) |
ApiRemoteDataContext |
ApiRemoteDataContext.endPoints(List<ApiEndPoint> endPoints) |
Copyright © 2022. All rights reserved.