Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.client |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
CommandsResourceApi.abortCommand(BigDecimal commandId)
Abort a running command.
|
com.squareup.okhttp.Call |
CommandsResourceApi.abortCommandAsync(BigDecimal commandId,
ApiCallback<ApiCommand> callback)
Abort a running command.
|
com.squareup.okhttp.Call |
CommandsResourceApi.abortCommandCall(BigDecimal commandId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for abortCommand
|
ApiResponse<ApiCommand> |
CommandsResourceApi.abortCommandWithHttpInfo(BigDecimal commandId)
Abort a running command.
|
ApiCommand |
ParcelResourceApi.activateCommand(String clusterName,
String product,
String version)
A synchronous command that activates the parcel on the cluster.
|
com.squareup.okhttp.Call |
ParcelResourceApi.activateCommandAsync(String clusterName,
String product,
String version,
ApiCallback<ApiCommand> callback)
A synchronous command that activates the parcel on the cluster.
|
com.squareup.okhttp.Call |
ParcelResourceApi.activateCommandCall(String clusterName,
String product,
String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for activateCommand
|
ApiResponse<ApiCommand> |
ParcelResourceApi.activateCommandWithHttpInfo(String clusterName,
String product,
String version)
A synchronous command that activates the parcel on the cluster.
|
ApiCommand |
ClouderaManagerResourceApi.addCustomCerts(ApiAddCustomCertsArguments body)
Add custom certificates to the Auto-TLS certificate database.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.addCustomCertsAsync(ApiAddCustomCertsArguments body,
ApiCallback<ApiCommand> callback)
Add custom certificates to the Auto-TLS certificate database.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.addCustomCertsCall(ApiAddCustomCertsArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addCustomCerts
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.addCustomCertsWithHttpInfo(ApiAddCustomCertsArguments body)
Add custom certificates to the Auto-TLS certificate database.
|
ApiCommand |
ReplicationsResourceApi.addHBaseReplicationPeer(String clusterName,
String serviceName,
ApiHBaseAddReplicationPeerInput body)
Starts a command that adds a new replication peer to HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.addHBaseReplicationPeerAsync(String clusterName,
String serviceName,
ApiHBaseAddReplicationPeerInput body,
ApiCallback<ApiCommand> callback)
Starts a command that adds a new replication peer to HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.addHBaseReplicationPeerCall(String clusterName,
String serviceName,
ApiHBaseAddReplicationPeerInput body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addHBaseReplicationPeer
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.addHBaseReplicationPeerWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseAddReplicationPeerInput body)
Starts a command that adds a new replication peer to HBase.
|
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 |
ReplicationsResourceApi.addTablesToHBasePeer(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body)
Starts a command that adds tables and column families to an existing HBase replication peer.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.addTablesToHBasePeerAsync(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body,
ApiCallback<ApiCommand> callback)
Starts a command that adds tables and column families to an existing HBase replication peer.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.addTablesToHBasePeerCall(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTablesToHBasePeer
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.addTablesToHBasePeerWithHttpInfo(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body)
Starts a command that adds tables and column families to an existing HBase replication peer.
|
List<ApiEntityTag> |
HostsResourceApi.addTags(String hostname,
List<ApiEntityTag> body)
Attach tags to the host.
|
List<ApiEntityTag> |
ControlPlanesResourceApi.addTags(String controlPlaneUuid,
List<ApiEntityTag> body)
Attach tags to the control plane.
|
List<ApiEntityTag> |
ClustersResourceApi.addTags(String clusterName,
List<ApiEntityTag> body)
Attach tags to the cluster.
|
List<ApiEntityTag> |
ServicesResourceApi.addTags(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the service.
|
List<ApiEntityTag> |
RolesResourceApi.addTags(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the role.
|
com.squareup.okhttp.Call |
HostsResourceApi.addTagsAsync(String hostname,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the host.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.addTagsAsync(String controlPlaneUuid,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the control plane.
|
com.squareup.okhttp.Call |
ClustersResourceApi.addTagsAsync(String clusterName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.addTagsAsync(String clusterName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the service.
|
com.squareup.okhttp.Call |
RolesResourceApi.addTagsAsync(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the role.
|
com.squareup.okhttp.Call |
HostsResourceApi.addTagsCall(String hostname,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTags
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.addTagsCall(String controlPlaneUuid,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTags
|
com.squareup.okhttp.Call |
ClustersResourceApi.addTagsCall(String clusterName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTags
|
com.squareup.okhttp.Call |
ServicesResourceApi.addTagsCall(String clusterName,
String serviceName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTags
|
com.squareup.okhttp.Call |
RolesResourceApi.addTagsCall(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTags
|
ApiResponse<List<ApiEntityTag>> |
HostsResourceApi.addTagsWithHttpInfo(String hostname,
List<ApiEntityTag> body)
Attach tags to the host.
|
ApiResponse<List<ApiEntityTag>> |
ControlPlanesResourceApi.addTagsWithHttpInfo(String controlPlaneUuid,
List<ApiEntityTag> body)
Attach tags to the control plane.
|
ApiResponse<List<ApiEntityTag>> |
ClustersResourceApi.addTagsWithHttpInfo(String clusterName,
List<ApiEntityTag> body)
Attach tags to the cluster.
|
ApiResponse<List<ApiEntityTag>> |
ServicesResourceApi.addTagsWithHttpInfo(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the service.
|
ApiResponse<List<ApiEntityTag>> |
RolesResourceApi.addTagsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the role.
|
ApiWatchedDir |
WatchedDirResourceApi.addWatchedDirectory(String clusterName,
String serviceName,
ApiWatchedDir body)
Adds a directory to the watching list.
|
com.squareup.okhttp.Call |
WatchedDirResourceApi.addWatchedDirectoryAsync(String clusterName,
String serviceName,
ApiWatchedDir body,
ApiCallback<ApiWatchedDir> callback)
Adds a directory to the watching list.
|
com.squareup.okhttp.Call |
WatchedDirResourceApi.addWatchedDirectoryCall(String clusterName,
String serviceName,
ApiWatchedDir body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addWatchedDirectory
|
ApiResponse<ApiWatchedDir> |
WatchedDirResourceApi.addWatchedDirectoryWithHttpInfo(String clusterName,
String serviceName,
ApiWatchedDir body)
Adds a directory to the watching list.
|
ApiCommand |
SnapshotsResourceApi.adhocSnapshot(String clusterName,
String serviceName,
ApiAdhocSnapshot body)
Creates one or more snapshot policies.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.adhocSnapshotAsync(String clusterName,
String serviceName,
ApiAdhocSnapshot body,
ApiCallback<ApiCommand> callback)
Creates one or more snapshot policies.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.adhocSnapshotCall(String clusterName,
String serviceName,
ApiAdhocSnapshot body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adhocSnapshot
|
ApiResponse<ApiCommand> |
SnapshotsResourceApi.adhocSnapshotWithHttpInfo(String clusterName,
String serviceName,
ApiAdhocSnapshot body)
Creates one or more snapshot policies.
|
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.
|
void |
MgmtServiceResourceApi.autoAssignRoles()
Automatically assign roles to hosts and create the roles for the Cloudera Management Service.
|
void |
AuthServiceResourceApi.autoAssignRoles()
Automatically assign roles to hosts and create the roles for the Authentication Service.
|
void |
ClustersResourceApi.autoAssignRoles(String clusterName)
Automatically assign roles to hosts and create the roles for all the services in a cluster.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.autoAssignRolesAsync(ApiCallback<Void> callback)
Automatically assign roles to hosts and create the roles for the Cloudera Management Service.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.autoAssignRolesAsync(ApiCallback<Void> callback)
Automatically assign roles to hosts and create the roles for the Authentication Service.
|
com.squareup.okhttp.Call |
ClustersResourceApi.autoAssignRolesAsync(String clusterName,
ApiCallback<Void> callback)
Automatically assign roles to hosts and create the roles for all the services in a cluster.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.autoAssignRolesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for autoAssignRoles
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.autoAssignRolesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for autoAssignRoles
|
com.squareup.okhttp.Call |
ClustersResourceApi.autoAssignRolesCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for autoAssignRoles
|
ApiResponse<Void> |
MgmtServiceResourceApi.autoAssignRolesWithHttpInfo()
Automatically assign roles to hosts and create the roles for the Cloudera Management Service.
|
ApiResponse<Void> |
AuthServiceResourceApi.autoAssignRolesWithHttpInfo()
Automatically assign roles to hosts and create the roles for the Authentication Service.
|
ApiResponse<Void> |
ClustersResourceApi.autoAssignRolesWithHttpInfo(String clusterName)
Automatically assign roles to hosts and create the roles for all the services in a cluster.
|
void |
MgmtServiceResourceApi.autoConfigure()
Automatically configures roles of the Cloudera Management Service.
|
void |
AuthServiceResourceApi.autoConfigure()
Automatically configures roles of the Authentication Service.
|
void |
ClustersResourceApi.autoConfigure(String clusterName)
Automatically configures roles and services in a cluster.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.autoConfigureAsync(ApiCallback<Void> callback)
Automatically configures roles of the Cloudera Management Service.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.autoConfigureAsync(ApiCallback<Void> callback)
Automatically configures roles of the Authentication Service.
|
com.squareup.okhttp.Call |
ClustersResourceApi.autoConfigureAsync(String clusterName,
ApiCallback<Void> callback)
Automatically configures roles and services in a cluster.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.autoConfigureCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for autoConfigure
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.autoConfigureCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for autoConfigure
|
com.squareup.okhttp.Call |
ClustersResourceApi.autoConfigureCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for autoConfigure
|
ApiResponse<Void> |
MgmtServiceResourceApi.autoConfigureWithHttpInfo()
Automatically configures roles of the Cloudera Management Service.
|
ApiResponse<Void> |
AuthServiceResourceApi.autoConfigureWithHttpInfo()
Automatically configures roles of the Authentication Service.
|
ApiResponse<Void> |
ClustersResourceApi.autoConfigureWithHttpInfo(String clusterName)
Automatically configures roles and services in a cluster.
|
void |
ClouderaManagerResourceApi.beginTrial()
Begin trial license.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.beginTrialAsync(ApiCallback<Void> callback)
Begin trial license.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.beginTrialCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for beginTrial
|
ApiResponse<Void> |
ClouderaManagerResourceApi.beginTrialWithHttpInfo()
Begin trial license.
|
ApiRoleList |
RolesResourceApi.bulkDeleteRoles(String clusterName,
String serviceName,
ApiRoleNameList body)
Bulk delete roles in a particular service by name.
|
com.squareup.okhttp.Call |
RolesResourceApi.bulkDeleteRolesAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiRoleList> callback)
Bulk delete roles in a particular service by name.
|
com.squareup.okhttp.Call |
RolesResourceApi.bulkDeleteRolesCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for bulkDeleteRoles
|
ApiResponse<ApiRoleList> |
RolesResourceApi.bulkDeleteRolesWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Bulk delete roles in a particular service by name.
|
ApiCommand |
ParcelResourceApi.cancelDistributionCommand(String clusterName,
String product,
String version)
A synchronous command that cancels the parcel distribution.
|
com.squareup.okhttp.Call |
ParcelResourceApi.cancelDistributionCommandAsync(String clusterName,
String product,
String version,
ApiCallback<ApiCommand> callback)
A synchronous command that cancels the parcel distribution.
|
com.squareup.okhttp.Call |
ParcelResourceApi.cancelDistributionCommandCall(String clusterName,
String product,
String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for cancelDistributionCommand
|
ApiResponse<ApiCommand> |
ParcelResourceApi.cancelDistributionCommandWithHttpInfo(String clusterName,
String product,
String version)
A synchronous command that cancels the parcel distribution.
|
ApiCommand |
ParcelResourceApi.cancelDownloadCommand(String clusterName,
String product,
String version)
A synchronous command that cancels the parcel download.
|
com.squareup.okhttp.Call |
ParcelResourceApi.cancelDownloadCommandAsync(String clusterName,
String product,
String version,
ApiCallback<ApiCommand> callback)
A synchronous command that cancels the parcel download.
|
com.squareup.okhttp.Call |
ParcelResourceApi.cancelDownloadCommandCall(String clusterName,
String product,
String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for cancelDownloadCommand
|
ApiResponse<ApiCommand> |
ParcelResourceApi.cancelDownloadCommandWithHttpInfo(String clusterName,
String product,
String version)
A synchronous command that cancels the parcel download.
|
ApiImpalaCancelResponse |
ImpalaQueriesResourceApi.cancelImpalaQuery(String clusterName,
String queryId,
String serviceName)
Cancels an Impala Query.
|
com.squareup.okhttp.Call |
ImpalaQueriesResourceApi.cancelImpalaQueryAsync(String clusterName,
String queryId,
String serviceName,
ApiCallback<ApiImpalaCancelResponse> callback)
Cancels an Impala Query.
|
com.squareup.okhttp.Call |
ImpalaQueriesResourceApi.cancelImpalaQueryCall(String clusterName,
String queryId,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for cancelImpalaQuery
|
ApiResponse<ApiImpalaCancelResponse> |
ImpalaQueriesResourceApi.cancelImpalaQueryWithHttpInfo(String clusterName,
String queryId,
String serviceName)
Cancels an Impala Query.
|
ApiCommand |
ReplicationsResourceApi.checkHBaseTablesExist(String clusterName,
String serviceName,
ApiHBaseTableNames body)
Starts a command that checks if the specified tables exist in HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.checkHBaseTablesExistAsync(String clusterName,
String serviceName,
ApiHBaseTableNames body,
ApiCallback<ApiCommand> callback)
Starts a command that checks if the specified tables exist in HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.checkHBaseTablesExistCall(String clusterName,
String serviceName,
ApiHBaseTableNames body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for checkHBaseTablesExist
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.checkHBaseTablesExistWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseTableNames body)
Starts a command that checks if the specified tables exist in HBase.
|
ApiCommand |
ClouderaManagerResourceApi.clustersPerfInspectorCommand(ApiClustersPerfInspectorArgs body)
Run performance diagnostics test against specified clusters in ApiClustersPerfInspectorArgs User must be Full Administrator or Global Cluster Administrator.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.clustersPerfInspectorCommandAsync(ApiClustersPerfInspectorArgs body,
ApiCallback<ApiCommand> callback)
Run performance diagnostics test against specified clusters in ApiClustersPerfInspectorArgs User must be Full Administrator or Global Cluster Administrator.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.clustersPerfInspectorCommandCall(ApiClustersPerfInspectorArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for clustersPerfInspectorCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.clustersPerfInspectorCommandWithHttpInfo(ApiClustersPerfInspectorArgs body)
Run performance diagnostics test against specified clusters in ApiClustersPerfInspectorArgs User must be Full Administrator or Global Cluster Administrator.
|
ApiCommand |
ReplicationsResourceApi.collectDiagnosticData(String clusterName,
BigDecimal scheduleId,
String serviceName,
String view,
ApiReplicationDiagnosticsCollectionArgs body)
Collect diagnostic data for a schedule, optionally for a subset of commands on that schedule, matched by schedule ID.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.collectDiagnosticDataAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
String view,
ApiReplicationDiagnosticsCollectionArgs body,
ApiCallback<ApiCommand> callback)
Collect diagnostic data for a schedule, optionally for a subset of commands on that schedule, matched by schedule ID.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.collectDiagnosticDataCall(String clusterName,
BigDecimal scheduleId,
String serviceName,
String view,
ApiReplicationDiagnosticsCollectionArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for collectDiagnosticData
|
ApiCommand |
ClouderaManagerResourceApi.collectDiagnosticDataCommand(ApiCollectDiagnosticDataArguments body)
Collect diagnostic data from hosts managed by Cloudera Manager.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.collectDiagnosticDataCommandAsync(ApiCollectDiagnosticDataArguments body,
ApiCallback<ApiCommand> callback)
Collect diagnostic data from hosts managed by Cloudera Manager.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.collectDiagnosticDataCommandCall(ApiCollectDiagnosticDataArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for collectDiagnosticDataCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.collectDiagnosticDataCommandWithHttpInfo(ApiCollectDiagnosticDataArguments body)
Collect diagnostic data from hosts managed by Cloudera Manager.
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.collectDiagnosticDataWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName,
String view,
ApiReplicationDiagnosticsCollectionArgs body)
Collect diagnostic data for a schedule, optionally for a subset of commands on that schedule, matched by schedule ID.
|
ApiCommand |
ServicesResourceApi.collectYarnApplicationDiagnostics(String clusterName,
String serviceName,
ApiYarnApplicationDiagnosticsCollectionArgs body)
Collect the Diagnostics data for Yarn applications.
|
com.squareup.okhttp.Call |
ServicesResourceApi.collectYarnApplicationDiagnosticsAsync(String clusterName,
String serviceName,
ApiYarnApplicationDiagnosticsCollectionArgs body,
ApiCallback<ApiCommand> callback)
Collect the Diagnostics data for Yarn applications.
|
com.squareup.okhttp.Call |
ServicesResourceApi.collectYarnApplicationDiagnosticsCall(String clusterName,
String serviceName,
ApiYarnApplicationDiagnosticsCollectionArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for collectYarnApplicationDiagnostics
|
ApiResponse<ApiCommand> |
ServicesResourceApi.collectYarnApplicationDiagnosticsWithHttpInfo(String clusterName,
String serviceName,
ApiYarnApplicationDiagnosticsCollectionArgs body)
Collect the Diagnostics data for Yarn applications.
|
ApiCommand |
ClustersResourceApi.configureAutoTlsServicesCommand(String clusterName)
Configures all services in a cluster to use Auto-TLS.
|
com.squareup.okhttp.Call |
ClustersResourceApi.configureAutoTlsServicesCommandAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Configures all services in a cluster to use Auto-TLS.
|
com.squareup.okhttp.Call |
ClustersResourceApi.configureAutoTlsServicesCommandCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for configureAutoTlsServicesCommand
|
ApiResponse<ApiCommand> |
ClustersResourceApi.configureAutoTlsServicesCommandWithHttpInfo(String clusterName)
Configures all services in a cluster to use Auto-TLS.
|
ApiCommand |
ClustersResourceApi.configureForKerberos(String clusterName,
ApiConfigureForKerberosArguments body)
Command to configure the cluster to use Kerberos for authentication.
|
com.squareup.okhttp.Call |
ClustersResourceApi.configureForKerberosAsync(String clusterName,
ApiConfigureForKerberosArguments body,
ApiCallback<ApiCommand> callback)
Command to configure the cluster to use Kerberos for authentication.
|
com.squareup.okhttp.Call |
ClustersResourceApi.configureForKerberosCall(String clusterName,
ApiConfigureForKerberosArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for configureForKerberos
|
ApiResponse<ApiCommand> |
ClustersResourceApi.configureForKerberosWithHttpInfo(String clusterName,
ApiConfigureForKerberosArguments body)
Command to configure the cluster to use Kerberos for authentication.
|
ApiCommand |
ServicesResourceApi.copyHdfsFile(String clusterName,
String serviceName,
String destinationPath,
String sourcePath,
ApiServiceRef body)
Copies source HDFS file to destination cluster HDFS.
|
com.squareup.okhttp.Call |
ServicesResourceApi.copyHdfsFileAsync(String clusterName,
String serviceName,
String destinationPath,
String sourcePath,
ApiServiceRef body,
ApiCallback<ApiCommand> callback)
Copies source HDFS file to destination cluster HDFS.
|
com.squareup.okhttp.Call |
ServicesResourceApi.copyHdfsFileCall(String clusterName,
String serviceName,
String destinationPath,
String sourcePath,
ApiServiceRef body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copyHdfsFile
|
ApiResponse<ApiCommand> |
ServicesResourceApi.copyHdfsFileWithHttpInfo(String clusterName,
String serviceName,
String destinationPath,
String sourcePath,
ApiServiceRef body)
Copies source HDFS file to destination cluster HDFS.
|
ApiCommand |
ControlPlanesResourceApi.copyImagesInFeatures(String controlPlaneUuid,
ApiCopyImagesInFeaturesArgs body)
Launches the command to copy images for one or more features (a comma separated list).
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.copyImagesInFeaturesAsync(String controlPlaneUuid,
ApiCopyImagesInFeaturesArgs body,
ApiCallback<ApiCommand> callback)
Launches the command to copy images for one or more features (a comma separated list).
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.copyImagesInFeaturesCall(String controlPlaneUuid,
ApiCopyImagesInFeaturesArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copyImagesInFeatures
|
ApiResponse<ApiCommand> |
ControlPlanesResourceApi.copyImagesInFeaturesWithHttpInfo(String controlPlaneUuid,
ApiCopyImagesInFeaturesArgs body)
Launches the command to copy images for one or more features (a comma separated list).
|
ApiExternalAccount |
ExternalAccountsResourceApi.createAccount(ApiExternalAccount body)
Create a new external account.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.createAccountAsync(ApiExternalAccount body,
ApiCallback<ApiExternalAccount> callback)
Create a new external account.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.createAccountCall(ApiExternalAccount body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAccount
|
ApiResponse<ApiExternalAccount> |
ExternalAccountsResourceApi.createAccountWithHttpInfo(ApiExternalAccount body)
Create a new external account.
|
ApiAuthRoleList |
AuthRolesResourceApi.createAuthRoles(ApiAuthRoleList body)
Creates a list of auth roles.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.createAuthRolesAsync(ApiAuthRoleList body,
ApiCallback<ApiAuthRoleList> callback)
Creates a list of auth roles.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.createAuthRolesCall(ApiAuthRoleList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthRoles
|
ApiResponse<ApiAuthRoleList> |
AuthRolesResourceApi.createAuthRolesWithHttpInfo(ApiAuthRoleList body)
Creates a list of auth roles.
|
ApiCommand |
ServicesResourceApi.createBeeswaxWarehouseCommand(String clusterName,
String serviceName)
Create the Beeswax role's Hive warehouse directory, on Hue services.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createBeeswaxWarehouseCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Beeswax role's Hive warehouse directory, on Hue services.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createBeeswaxWarehouseCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createBeeswaxWarehouseCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createBeeswaxWarehouseCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Beeswax role's Hive warehouse directory, on Hue services.
|
ApiCommand |
ReplicationsResourceApi.createCloudCredstoreOnHdfs(String clusterName,
String serviceName,
Boolean force,
String sourceAccount)
Creates a credstore provider jceks file on HDFS for the given service.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createCloudCredstoreOnHdfsAsync(String clusterName,
String serviceName,
Boolean force,
String sourceAccount,
ApiCallback<ApiCommand> callback)
Creates a credstore provider jceks file on HDFS for the given service.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createCloudCredstoreOnHdfsCall(String clusterName,
String serviceName,
Boolean force,
String sourceAccount,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCloudCredstoreOnHdfs
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.createCloudCredstoreOnHdfsWithHttpInfo(String clusterName,
String serviceName,
Boolean force,
String sourceAccount)
Creates a credstore provider jceks file on HDFS for the given service.
|
ApiClusterList |
ClustersResourceApi.createClusters(ApiClusterList body)
Creates a collection of clusters.
|
com.squareup.okhttp.Call |
ClustersResourceApi.createClustersAsync(ApiClusterList body,
ApiCallback<ApiClusterList> callback)
Creates a collection of clusters.
|
com.squareup.okhttp.Call |
ClustersResourceApi.createClustersCall(ApiClusterList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createClusters
|
ApiResponse<ApiClusterList> |
ClustersResourceApi.createClustersWithHttpInfo(ApiClusterList body)
Creates a collection of clusters.
|
ApiCommand |
ReplicationsResourceApi.createCredstore(String clusterName,
String serviceName,
String credstoreDirPath,
Boolean force,
String sourceAccount)
Use the following API endpoint instead:.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createCredstoreAsync(String clusterName,
String serviceName,
String credstoreDirPath,
Boolean force,
String sourceAccount,
ApiCallback<ApiCommand> callback)
Use the following API endpoint instead:.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createCredstoreCall(String clusterName,
String serviceName,
String credstoreDirPath,
Boolean force,
String sourceAccount,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCredstore
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.createCredstoreWithHttpInfo(String clusterName,
String serviceName,
String credstoreDirPath,
Boolean force,
String sourceAccount)
Use the following API endpoint instead:.
|
ApiDashboardList |
DashboardsResourceApi.createDashboards(ApiDashboardList body)
Creates the list of dashboards.
|
com.squareup.okhttp.Call |
DashboardsResourceApi.createDashboardsAsync(ApiDashboardList body,
ApiCallback<ApiDashboardList> callback)
Creates the list of dashboards.
|
com.squareup.okhttp.Call |
DashboardsResourceApi.createDashboardsCall(ApiDashboardList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createDashboards
|
ApiResponse<ApiDashboardList> |
DashboardsResourceApi.createDashboardsWithHttpInfo(ApiDashboardList body)
Creates the list of dashboards.
|
ApiDataContext |
DataContextsResourceApi.createDataContext(ApiDataContext body)
Create a datacontext.
|
com.squareup.okhttp.Call |
DataContextsResourceApi.createDataContextAsync(ApiDataContext body,
ApiCallback<ApiDataContext> callback)
Create a datacontext.
|
com.squareup.okhttp.Call |
DataContextsResourceApi.createDataContextCall(ApiDataContext body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createDataContext
|
ApiResponse<ApiDataContext> |
DataContextsResourceApi.createDataContextWithHttpInfo(ApiDataContext body)
Create a datacontext.
|
ApiCommand |
CdpResourceApi.createEnvironmentCommand(String serviceName,
ApiCreateEnvironment body)
Create an environment in ECS.
|
com.squareup.okhttp.Call |
CdpResourceApi.createEnvironmentCommandAsync(String serviceName,
ApiCreateEnvironment body,
ApiCallback<ApiCommand> callback)
Create an environment in ECS.
|
com.squareup.okhttp.Call |
CdpResourceApi.createEnvironmentCommandCall(String serviceName,
ApiCreateEnvironment body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createEnvironmentCommand
|
ApiResponse<ApiCommand> |
CdpResourceApi.createEnvironmentCommandWithHttpInfo(String serviceName,
ApiCreateEnvironment body)
Create an environment in ECS.
|
ApiExternalUserMappingList |
ExternalUserMappingsResourceApi.createExternalUserMappings(ApiExternalUserMappingList body)
Creates a list of external user mappings.
|
com.squareup.okhttp.Call |
ExternalUserMappingsResourceApi.createExternalUserMappingsAsync(ApiExternalUserMappingList body,
ApiCallback<ApiExternalUserMappingList> callback)
Creates a list of external user mappings.
|
com.squareup.okhttp.Call |
ExternalUserMappingsResourceApi.createExternalUserMappingsCall(ApiExternalUserMappingList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createExternalUserMappings
|
ApiResponse<ApiExternalUserMappingList> |
ExternalUserMappingsResourceApi.createExternalUserMappingsWithHttpInfo(ApiExternalUserMappingList body)
Creates a list of external user mappings.
|
ApiCommand |
ServicesResourceApi.createHBaseRootCommand(String clusterName,
String serviceName)
Creates the root directory of an HBase service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createHBaseRootCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Creates the root directory of an HBase service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createHBaseRootCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createHBaseRootCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createHBaseRootCommandWithHttpInfo(String clusterName,
String serviceName)
Creates the root directory of an HBase service.
|
ApiCommand |
ReplicationsResourceApi.createHBaseTable(String clusterName,
String serviceName,
ApiHBaseCreateTable body)
Starts a command that creates a new table in HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createHBaseTableAsync(String clusterName,
String serviceName,
ApiHBaseCreateTable body,
ApiCallback<ApiCommand> callback)
Starts a command that creates a new table in HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createHBaseTableCall(String clusterName,
String serviceName,
ApiHBaseCreateTable body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createHBaseTable
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.createHBaseTableWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseCreateTable body)
Starts a command that creates a new table in HBase.
|
String |
ServicesResourceApi.createHdfsFile(String clusterName,
String serviceName,
Boolean overwrite,
String path,
String body) |
com.squareup.okhttp.Call |
ServicesResourceApi.createHdfsFileAsync(String clusterName,
String serviceName,
Boolean overwrite,
String path,
String body,
ApiCallback<String> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ServicesResourceApi.createHdfsFileCall(String clusterName,
String serviceName,
Boolean overwrite,
String path,
String body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createHdfsFile
|
ApiResponse<String> |
ServicesResourceApi.createHdfsFileWithHttpInfo(String clusterName,
String serviceName,
Boolean overwrite,
String path,
String body) |
ApiCommand |
ServicesResourceApi.createHiveUserDirCommand(String clusterName,
String serviceName)
Create the Hive user directory.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createHiveUserDirCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Hive user directory.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createHiveUserDirCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createHiveUserDirCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createHiveUserDirCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Hive user directory.
|
ApiCommand |
ServicesResourceApi.createHiveWarehouseCommand(String clusterName,
String serviceName)
Create the Hive warehouse directory, on Hive services.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createHiveWarehouseCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Hive warehouse directory, on Hive services.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createHiveWarehouseCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createHiveWarehouseCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createHiveWarehouseCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Hive warehouse directory, on Hive services.
|
ApiCommand |
ServicesResourceApi.createHiveWarehouseExternalCommand(String clusterName,
String serviceName,
String directory)
Create the Hive warehouse external directory for Private Cloud.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createHiveWarehouseExternalCommandAsync(String clusterName,
String serviceName,
String directory,
ApiCallback<ApiCommand> callback)
Create the Hive warehouse external directory for Private Cloud.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createHiveWarehouseExternalCommandCall(String clusterName,
String serviceName,
String directory,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createHiveWarehouseExternalCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createHiveWarehouseExternalCommandWithHttpInfo(String clusterName,
String serviceName,
String directory)
Create the Hive warehouse external directory for Private Cloud.
|
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)
.
|
ApiHostTemplateList |
HostTemplatesResourceApi.createHostTemplates(String clusterName,
ApiHostTemplateList body)
Creates new host templates.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.createHostTemplatesAsync(String clusterName,
ApiHostTemplateList body,
ApiCallback<ApiHostTemplateList> callback)
Creates new host templates.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.createHostTemplatesCall(String clusterName,
ApiHostTemplateList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createHostTemplates
|
ApiResponse<ApiHostTemplateList> |
HostTemplatesResourceApi.createHostTemplatesWithHttpInfo(String clusterName,
ApiHostTemplateList body)
Creates new host templates.
|
ApiCommand |
ServicesResourceApi.createImpalaUserDirCommand(String clusterName,
String serviceName)
Create the Impala user directory.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createImpalaUserDirCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Impala user directory.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createImpalaUserDirCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createImpalaUserDirCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createImpalaUserDirCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Impala user directory.
|
ApiCommand |
ServicesResourceApi.createOozieDb(String clusterName,
String serviceName)
Creates the Oozie Database Schema in the configured database.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createOozieDbAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Creates the Oozie Database Schema in the configured database.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createOozieDbCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createOozieDb
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createOozieDbWithHttpInfo(String clusterName,
String serviceName)
Creates the Oozie Database Schema in the configured database.
|
ApiCmPeer |
CmPeersResourceApi.createPeer(ApiCmPeer body)
Create a new Cloudera Manager peer.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.createPeerAsync(ApiCmPeer body,
ApiCallback<ApiCmPeer> callback)
Create a new Cloudera Manager peer.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.createPeerCall(ApiCmPeer body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPeer
|
ApiResponse<ApiCmPeer> |
CmPeersResourceApi.createPeerWithHttpInfo(ApiCmPeer body)
Create a new Cloudera Manager peer.
|
ApiSnapshotPolicyList |
SnapshotsResourceApi.createPolicies(String clusterName,
String serviceName,
ApiSnapshotPolicyList body)
Creates one or more snapshot policies.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.createPoliciesAsync(String clusterName,
String serviceName,
ApiSnapshotPolicyList body,
ApiCallback<ApiSnapshotPolicyList> callback)
Creates one or more snapshot policies.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.createPoliciesCall(String clusterName,
String serviceName,
ApiSnapshotPolicyList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPolicies
|
ApiResponse<ApiSnapshotPolicyList> |
SnapshotsResourceApi.createPoliciesWithHttpInfo(String clusterName,
String serviceName,
ApiSnapshotPolicyList body)
Creates one or more snapshot policies.
|
ApiRoleConfigGroupList |
RoleConfigGroupsResourceApi.createRoleConfigGroups(String clusterName,
String serviceName,
ApiRoleConfigGroupList body)
Creates new role config groups.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.createRoleConfigGroupsAsync(String clusterName,
String serviceName,
ApiRoleConfigGroupList body,
ApiCallback<ApiRoleConfigGroupList> callback)
Creates new role config groups.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.createRoleConfigGroupsCall(String clusterName,
String serviceName,
ApiRoleConfigGroupList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRoleConfigGroups
|
ApiResponse<ApiRoleConfigGroupList> |
RoleConfigGroupsResourceApi.createRoleConfigGroupsWithHttpInfo(String clusterName,
String serviceName,
ApiRoleConfigGroupList body)
Creates new role config groups.
|
ApiRoleList |
MgmtRolesResourceApi.createRoles(ApiRoleList body)
Create new roles in the Cloudera Management Services.
|
ApiRoleList |
AuthServiceRolesResourceApi.createRoles(ApiRoleList body)
Create new roles in the Authentication Services.
|
ApiRoleList |
RolesResourceApi.createRoles(String clusterName,
String serviceName,
ApiRoleList body)
Create new roles in a given service.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.createRolesAsync(ApiRoleList body,
ApiCallback<ApiRoleList> callback)
Create new roles in the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.createRolesAsync(ApiRoleList body,
ApiCallback<ApiRoleList> callback)
Create new roles in the Authentication Services.
|
com.squareup.okhttp.Call |
RolesResourceApi.createRolesAsync(String clusterName,
String serviceName,
ApiRoleList body,
ApiCallback<ApiRoleList> callback)
Create new roles in a given service.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.createRolesCall(ApiRoleList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRoles
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.createRolesCall(ApiRoleList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRoles
|
com.squareup.okhttp.Call |
RolesResourceApi.createRolesCall(String clusterName,
String serviceName,
ApiRoleList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRoles
|
ApiResponse<ApiRoleList> |
MgmtRolesResourceApi.createRolesWithHttpInfo(ApiRoleList body)
Create new roles in the Cloudera Management Services.
|
ApiResponse<ApiRoleList> |
AuthServiceRolesResourceApi.createRolesWithHttpInfo(ApiRoleList body)
Create new roles in the Authentication Services.
|
ApiResponse<ApiRoleList> |
RolesResourceApi.createRolesWithHttpInfo(String clusterName,
String serviceName,
ApiRoleList body)
Create new roles in a given service.
|
ApiReplicationScheduleList |
ReplicationsResourceApi.createSchedules(String clusterName,
String serviceName,
ApiReplicationScheduleList body)
Creates one or more replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createSchedulesAsync(String clusterName,
String serviceName,
ApiReplicationScheduleList body,
ApiCallback<ApiReplicationScheduleList> callback)
Creates one or more replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createSchedulesCall(String clusterName,
String serviceName,
ApiReplicationScheduleList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSchedules
|
ApiResponse<ApiReplicationScheduleList> |
ReplicationsResourceApi.createSchedulesWithHttpInfo(String clusterName,
String serviceName,
ApiReplicationScheduleList body)
Creates one or more replication schedules.
|
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.
|
ApiCommand |
ServicesResourceApi.createSolrHdfsHomeDirCommand(String clusterName,
String serviceName)
Creates the home directory of a Solr service in HDFS.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createSolrHdfsHomeDirCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Creates the home directory of a Solr service in HDFS.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createSolrHdfsHomeDirCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSolrHdfsHomeDirCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createSolrHdfsHomeDirCommandWithHttpInfo(String clusterName,
String serviceName)
Creates the home directory of a Solr service in HDFS.
|
ApiCommand |
ServicesResourceApi.createSqoopUserDirCommand(String clusterName,
String serviceName)
Creates the user directory of a Sqoop service in HDFS.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createSqoopUserDirCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Creates the user directory of a Sqoop service in HDFS.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createSqoopUserDirCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSqoopUserDirCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createSqoopUserDirCommandWithHttpInfo(String clusterName,
String serviceName)
Creates the user directory of a Sqoop service in HDFS.
|
ApiUser2List |
UsersResourceApi.createUsers2(ApiUser2List body)
Creates a list of users.
|
com.squareup.okhttp.Call |
UsersResourceApi.createUsers2Async(ApiUser2List body,
ApiCallback<ApiUser2List> callback)
Creates a list of users.
|
com.squareup.okhttp.Call |
UsersResourceApi.createUsers2Call(ApiUser2List body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createUsers2
|
ApiResponse<ApiUser2List> |
UsersResourceApi.createUsers2WithHttpInfo(ApiUser2List body)
Creates a list of users.
|
ApiCommand |
ServicesResourceApi.createYarnCmContainerUsageInputDirCommand(String clusterName,
String serviceName)
Creates the HDFS directory where YARN container usage metrics are stored by NodeManagers for CM to read and aggregate into app usage metrics.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createYarnCmContainerUsageInputDirCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Creates the HDFS directory where YARN container usage metrics are stored by NodeManagers for CM to read and aggregate into app usage metrics.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createYarnCmContainerUsageInputDirCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createYarnCmContainerUsageInputDirCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createYarnCmContainerUsageInputDirCommandWithHttpInfo(String clusterName,
String serviceName)
Creates the HDFS directory where YARN container usage metrics are stored by NodeManagers for CM to read and aggregate into app usage metrics.
|
ApiCommand |
ServicesResourceApi.createYarnJobHistoryDirCommand(String clusterName,
String serviceName)
Create the Yarn job history directory.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createYarnJobHistoryDirCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Yarn job history directory.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createYarnJobHistoryDirCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createYarnJobHistoryDirCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createYarnJobHistoryDirCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Yarn job history directory.
|
ApiCommand |
ServicesResourceApi.createYarnNodeManagerRemoteAppLogDirCommand(String clusterName,
String serviceName)
Create the Yarn NodeManager remote application log directory.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createYarnNodeManagerRemoteAppLogDirCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Yarn NodeManager remote application log directory.
|
com.squareup.okhttp.Call |
ServicesResourceApi.createYarnNodeManagerRemoteAppLogDirCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createYarnNodeManagerRemoteAppLogDirCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.createYarnNodeManagerRemoteAppLogDirCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Yarn NodeManager remote application log directory.
|
ApiCommand |
ParcelResourceApi.deactivateCommand(String clusterName,
String product,
String version)
A synchronous command that deactivates the parcel on the cluster.
|
com.squareup.okhttp.Call |
ParcelResourceApi.deactivateCommandAsync(String clusterName,
String product,
String version,
ApiCallback<ApiCommand> callback)
A synchronous command that deactivates the parcel on the cluster.
|
com.squareup.okhttp.Call |
ParcelResourceApi.deactivateCommandCall(String clusterName,
String product,
String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deactivateCommand
|
ApiResponse<ApiCommand> |
ParcelResourceApi.deactivateCommandWithHttpInfo(String clusterName,
String product,
String version)
A synchronous command that deactivates the parcel on the cluster.
|
ApiCommand |
ServicesResourceApi.decommissionCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Decommission roles of a service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.decommissionCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiCommand> callback)
Decommission roles of a service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.decommissionCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for decommissionCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.decommissionCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Decommission roles of a service.
|
ApiService |
AuthServiceResourceApi.delete()
Delete the Authentication Service.
|
ApiExternalAccount |
ExternalAccountsResourceApi.deleteAccount(String name)
Delete an external account, specifying its name.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.deleteAccountAsync(String name,
ApiCallback<ApiExternalAccount> callback)
Delete an external account, specifying its name.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.deleteAccountCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAccount
|
ApiResponse<ApiExternalAccount> |
ExternalAccountsResourceApi.deleteAccountWithHttpInfo(String name)
Delete an external account, specifying its name.
|
ApiHostList |
HostsResourceApi.deleteAllHosts()
Delete all hosts in the system.
|
com.squareup.okhttp.Call |
HostsResourceApi.deleteAllHostsAsync(ApiCallback<ApiHostList> callback)
Delete all hosts in the system.
|
com.squareup.okhttp.Call |
HostsResourceApi.deleteAllHostsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAllHosts
|
ApiResponse<ApiHostList> |
HostsResourceApi.deleteAllHostsWithHttpInfo()
Delete all hosts in the system.
|
ApiReplicationScheduleList |
ReplicationsResourceApi.deleteAllSchedules(String clusterName,
String serviceName)
Deletes all existing replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.deleteAllSchedulesAsync(String clusterName,
String serviceName,
ApiCallback<ApiReplicationScheduleList> callback)
Deletes all existing replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.deleteAllSchedulesCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAllSchedules
|
ApiResponse<ApiReplicationScheduleList> |
ReplicationsResourceApi.deleteAllSchedulesWithHttpInfo(String clusterName,
String serviceName)
Deletes all existing replication schedules.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.deleteAsync(ApiCallback<ApiService> callback)
Delete the Authentication Service.
|
ApiAuthRole |
AuthRolesResourceApi.deleteAuthRole(String uuid)
Deletes an auth role from the system.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.deleteAuthRoleAsync(String uuid,
ApiCallback<ApiAuthRole> callback)
Deletes an auth role from the system.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.deleteAuthRoleCall(String uuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAuthRole
|
ApiResponse<ApiAuthRole> |
AuthRolesResourceApi.deleteAuthRoleWithHttpInfo(String uuid)
Deletes an auth role from the system.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.deleteCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for delete
|
ApiCluster |
ClustersResourceApi.deleteCluster(String clusterName)
Deletes a cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deleteClusterAsync(String clusterName,
ApiCallback<ApiCluster> callback)
Deletes a cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deleteClusterCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCluster
|
ApiCommand |
ClustersResourceApi.deleteClusterCredentialsCommand(String clusterName)
Delete existing Kerberos credentials for the cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deleteClusterCredentialsCommandAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Delete existing Kerberos credentials for the cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deleteClusterCredentialsCommandCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteClusterCredentialsCommand
|
ApiResponse<ApiCommand> |
ClustersResourceApi.deleteClusterCredentialsCommandWithHttpInfo(String clusterName)
Delete existing Kerberos credentials for the cluster.
|
ApiResponse<ApiCluster> |
ClustersResourceApi.deleteClusterWithHttpInfo(String clusterName)
Deletes a cluster.
|
ApiService |
MgmtServiceResourceApi.deleteCMS()
Delete the Cloudera Management Services.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.deleteCMSAsync(ApiCallback<ApiService> callback)
Delete the Cloudera Management Services.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.deleteCMSCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCMS
|
ApiResponse<ApiService> |
MgmtServiceResourceApi.deleteCMSWithHttpInfo()
Delete the Cloudera Management Services.
|
ApiCommand |
ClouderaManagerResourceApi.deleteCredentialsCommand(String deleteCredentialsMode)
Delete existing Kerberos credentials.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.deleteCredentialsCommandAsync(String deleteCredentialsMode,
ApiCallback<ApiCommand> callback)
Delete existing Kerberos credentials.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.deleteCredentialsCommandCall(String deleteCredentialsMode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCredentialsCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.deleteCredentialsCommandWithHttpInfo(String deleteCredentialsMode)
Delete existing Kerberos credentials.
|
ApiDashboard |
DashboardsResourceApi.deleteDashboard(String dashboardName)
Deletes a dashboard.
|
com.squareup.okhttp.Call |
DashboardsResourceApi.deleteDashboardAsync(String dashboardName,
ApiCallback<ApiDashboard> callback)
Deletes a dashboard.
|
com.squareup.okhttp.Call |
DashboardsResourceApi.deleteDashboardCall(String dashboardName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteDashboard
|
ApiResponse<ApiDashboard> |
DashboardsResourceApi.deleteDashboardWithHttpInfo(String dashboardName)
Deletes a dashboard.
|
ApiDataContext |
DataContextsResourceApi.deleteDataContext(String dataContextName)
Delete a datacontext.
|
com.squareup.okhttp.Call |
DataContextsResourceApi.deleteDataContextAsync(String dataContextName,
ApiCallback<ApiDataContext> callback)
Delete a datacontext.
|
com.squareup.okhttp.Call |
DataContextsResourceApi.deleteDataContextCall(String dataContextName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteDataContext
|
ApiResponse<ApiDataContext> |
DataContextsResourceApi.deleteDataContextWithHttpInfo(String dataContextName)
Delete a datacontext.
|
ApiExternalUserMapping |
ExternalUserMappingsResourceApi.deleteExternalUserMapping(String uuid)
Deletes an external user mapping from the system.
|
com.squareup.okhttp.Call |
ExternalUserMappingsResourceApi.deleteExternalUserMappingAsync(String uuid,
ApiCallback<ApiExternalUserMapping> callback)
Deletes an external user mapping from the system.
|
com.squareup.okhttp.Call |
ExternalUserMappingsResourceApi.deleteExternalUserMappingCall(String uuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExternalUserMapping
|
ApiResponse<ApiExternalUserMapping> |
ExternalUserMappingsResourceApi.deleteExternalUserMappingWithHttpInfo(String uuid)
Deletes an external user mapping from the system.
|
DeleteHdfsPathResult |
ServicesResourceApi.deleteHdfsPath(String clusterName,
String serviceName,
String path,
Boolean recursive)
Deletes the file or directory, specified by the given path, on the given HDFS service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.deleteHdfsPathAsync(String clusterName,
String serviceName,
String path,
Boolean recursive,
ApiCallback<DeleteHdfsPathResult> callback)
Deletes the file or directory, specified by the given path, on the given HDFS service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.deleteHdfsPathCall(String clusterName,
String serviceName,
String path,
Boolean recursive,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteHdfsPath
|
ApiResponse<DeleteHdfsPathResult> |
ServicesResourceApi.deleteHdfsPathWithHttpInfo(String clusterName,
String serviceName,
String path,
Boolean recursive)
Deletes the file or directory, specified by the given path, on the given HDFS service.
|
ApiHost |
HostsResourceApi.deleteHost(String hostId)
Delete a host from the system.
|
com.squareup.okhttp.Call |
HostsResourceApi.deleteHostAsync(String hostId,
ApiCallback<ApiHost> callback)
Delete a host from the system.
|
com.squareup.okhttp.Call |
HostsResourceApi.deleteHostCall(String hostId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteHost
|
ApiHostTemplate |
HostTemplatesResourceApi.deleteHostTemplate(String clusterName,
String hostTemplateName)
Deletes a host template.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.deleteHostTemplateAsync(String clusterName,
String hostTemplateName,
ApiCallback<ApiHostTemplate> callback)
Deletes a host template.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.deleteHostTemplateCall(String clusterName,
String hostTemplateName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteHostTemplate
|
ApiResponse<ApiHostTemplate> |
HostTemplatesResourceApi.deleteHostTemplateWithHttpInfo(String clusterName,
String hostTemplateName)
Deletes a host template.
|
ApiResponse<ApiHost> |
HostsResourceApi.deleteHostWithHttpInfo(String hostId)
Delete a host from the system.
|
ApiCmServerList |
ClouderaManagerResourceApi.deleteInstances(ApiStringList body)
Remove a list of cm servers from ha cluster.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.deleteInstancesAsync(ApiStringList body,
ApiCallback<ApiCmServerList> callback)
Remove a list of cm servers from ha cluster.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.deleteInstancesCall(ApiStringList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteInstances
|
ApiResponse<ApiCmServerList> |
ClouderaManagerResourceApi.deleteInstancesWithHttpInfo(ApiStringList body)
Remove a list of cm servers from ha cluster.
|
ApiCmPeer |
CmPeersResourceApi.deletePeer(String peerName,
String type)
Delete Cloudera Manager peer.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.deletePeerAsync(String peerName,
String type,
ApiCallback<ApiCmPeer> callback)
Delete Cloudera Manager peer.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.deletePeerCall(String peerName,
String type,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePeer
|
ApiResponse<ApiCmPeer> |
CmPeersResourceApi.deletePeerWithHttpInfo(String peerName,
String type)
Delete Cloudera Manager peer.
|
ApiSnapshotPolicy |
SnapshotsResourceApi.deletePolicy(String clusterName,
String policyName,
String serviceName)
Deletes an existing snapshot policy.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.deletePolicyAsync(String clusterName,
String policyName,
String serviceName,
ApiCallback<ApiSnapshotPolicy> callback)
Deletes an existing snapshot policy.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.deletePolicyCall(String clusterName,
String policyName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePolicy
|
ApiResponse<ApiSnapshotPolicy> |
SnapshotsResourceApi.deletePolicyWithHttpInfo(String clusterName,
String policyName,
String serviceName)
Deletes an existing snapshot policy.
|
ApiRole |
MgmtRolesResourceApi.deleteRole(String roleName)
Delete a role from the Cloudera Management Services.
|
ApiRole |
AuthServiceRolesResourceApi.deleteRole(String roleName)
Delete a role from the Authentication Services.
|
ApiRole |
RolesResourceApi.deleteRole(String clusterName,
String roleName,
String serviceName)
Deletes a role from a given service.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.deleteRoleAsync(String roleName,
ApiCallback<ApiRole> callback)
Delete a role from the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.deleteRoleAsync(String roleName,
ApiCallback<ApiRole> callback)
Delete a role from the Authentication Services.
|
com.squareup.okhttp.Call |
RolesResourceApi.deleteRoleAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<ApiRole> callback)
Deletes a role from a given service.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.deleteRoleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRole
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.deleteRoleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRole
|
com.squareup.okhttp.Call |
RolesResourceApi.deleteRoleCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRole
|
ApiRoleConfigGroup |
RoleConfigGroupsResourceApi.deleteRoleConfigGroup(String clusterName,
String roleConfigGroupName,
String serviceName)
Deletes a role config group.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.deleteRoleConfigGroupAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiCallback<ApiRoleConfigGroup> callback)
Deletes a role config group.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.deleteRoleConfigGroupCall(String clusterName,
String roleConfigGroupName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRoleConfigGroup
|
ApiResponse<ApiRoleConfigGroup> |
RoleConfigGroupsResourceApi.deleteRoleConfigGroupWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName)
Deletes a role config group.
|
ApiResponse<ApiRole> |
MgmtRolesResourceApi.deleteRoleWithHttpInfo(String roleName)
Delete a role from the Cloudera Management Services.
|
ApiResponse<ApiRole> |
AuthServiceRolesResourceApi.deleteRoleWithHttpInfo(String roleName)
Delete a role from the Authentication Services.
|
ApiResponse<ApiRole> |
RolesResourceApi.deleteRoleWithHttpInfo(String clusterName,
String roleName,
String serviceName)
Deletes a role from a given service.
|
ApiReplicationSchedule |
ReplicationsResourceApi.deleteSchedule(String clusterName,
BigDecimal scheduleId,
String serviceName)
Deletes an existing replication schedule.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.deleteScheduleAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiCallback<ApiReplicationSchedule> callback)
Deletes an existing replication schedule.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.deleteScheduleCall(String clusterName,
BigDecimal scheduleId,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSchedule
|
ApiResponse<ApiReplicationSchedule> |
ReplicationsResourceApi.deleteScheduleWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName)
Deletes an existing replication schedule.
|
ApiService |
ServicesResourceApi.deleteService(String clusterName,
String serviceName)
Deletes a service from the system.
|
com.squareup.okhttp.Call |
ServicesResourceApi.deleteServiceAsync(String clusterName,
String serviceName,
ApiCallback<ApiService> callback)
Deletes a service from the system.
|
com.squareup.okhttp.Call |
ServicesResourceApi.deleteServiceCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteService
|
ApiResponse<ApiService> |
ServicesResourceApi.deleteServiceWithHttpInfo(String clusterName,
String serviceName)
Deletes a service from the system.
|
List<ApiEntityTag> |
HostsResourceApi.deleteTags(String hostname,
List<ApiEntityTag> body)
Remove the tags associated with the host.
|
List<ApiEntityTag> |
ControlPlanesResourceApi.deleteTags(String controlPlaneUuid,
List<ApiEntityTag> body)
Remove the tags associated with the control plane.
|
List<ApiEntityTag> |
ClustersResourceApi.deleteTags(String clusterName,
List<ApiEntityTag> body)
Remove the tags associated with the cluster.
|
List<ApiEntityTag> |
ServicesResourceApi.deleteTags(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the service.
|
List<ApiEntityTag> |
RolesResourceApi.deleteTags(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the role.
|
com.squareup.okhttp.Call |
HostsResourceApi.deleteTagsAsync(String hostname,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the host.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.deleteTagsAsync(String controlPlaneUuid,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the control plane.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deleteTagsAsync(String clusterName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.deleteTagsAsync(String clusterName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the service.
|
com.squareup.okhttp.Call |
RolesResourceApi.deleteTagsAsync(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the role.
|
com.squareup.okhttp.Call |
HostsResourceApi.deleteTagsCall(String hostname,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTags
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.deleteTagsCall(String controlPlaneUuid,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTags
|
com.squareup.okhttp.Call |
ClustersResourceApi.deleteTagsCall(String clusterName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTags
|
com.squareup.okhttp.Call |
ServicesResourceApi.deleteTagsCall(String clusterName,
String serviceName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTags
|
com.squareup.okhttp.Call |
RolesResourceApi.deleteTagsCall(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTags
|
ApiResponse<List<ApiEntityTag>> |
HostsResourceApi.deleteTagsWithHttpInfo(String hostname,
List<ApiEntityTag> body)
Remove the tags associated with the host.
|
ApiResponse<List<ApiEntityTag>> |
ControlPlanesResourceApi.deleteTagsWithHttpInfo(String controlPlaneUuid,
List<ApiEntityTag> body)
Remove the tags associated with the control plane.
|
ApiResponse<List<ApiEntityTag>> |
ClustersResourceApi.deleteTagsWithHttpInfo(String clusterName,
List<ApiEntityTag> body)
Remove the tags associated with the cluster.
|
ApiResponse<List<ApiEntityTag>> |
ServicesResourceApi.deleteTagsWithHttpInfo(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the service.
|
ApiResponse<List<ApiEntityTag>> |
RolesResourceApi.deleteTagsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the role.
|
ApiUser2 |
UsersResourceApi.deleteUser2(String userName)
Deletes a user from the system.
|
com.squareup.okhttp.Call |
UsersResourceApi.deleteUser2Async(String userName,
ApiCallback<ApiUser2> callback)
Deletes a user from the system.
|
com.squareup.okhttp.Call |
UsersResourceApi.deleteUser2Call(String userName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteUser2
|
ApiResponse<ApiUser2> |
UsersResourceApi.deleteUser2WithHttpInfo(String userName)
Deletes a user from the system.
|
ApiResponse<ApiService> |
AuthServiceResourceApi.deleteWithHttpInfo()
Delete the Authentication Service.
|
ApiCommand |
ClustersResourceApi.deployClientConfig(String clusterName)
Deploy the cluster-wide client configuration.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deployClientConfigAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Deploy the cluster-wide client configuration.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deployClientConfigCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deployClientConfig
|
ApiCommand |
ServicesResourceApi.deployClientConfigCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Deploy a service's client configuration.
|
com.squareup.okhttp.Call |
ServicesResourceApi.deployClientConfigCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiCommand> callback)
Deploy a service's client configuration.
|
com.squareup.okhttp.Call |
ServicesResourceApi.deployClientConfigCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deployClientConfigCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.deployClientConfigCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Deploy a service's client configuration.
|
ApiCommand |
ClustersResourceApi.deployClientConfigsAndRefresh(String clusterName)
Performs a command with the 2 steps - deploy cc - cluster refresh This orchestration is needed for the staleness wizard, so it can invoke a single command at wizard finish.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deployClientConfigsAndRefreshAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Performs a command with the 2 steps - deploy cc - cluster refresh This orchestration is needed for the staleness wizard, so it can invoke a single command at wizard finish.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deployClientConfigsAndRefreshCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deployClientConfigsAndRefresh
|
ApiResponse<ApiCommand> |
ClustersResourceApi.deployClientConfigsAndRefreshWithHttpInfo(String clusterName)
Performs a command with the 2 steps - deploy cc - cluster refresh This orchestration is needed for the staleness wizard, so it can invoke a single command at wizard finish.
|
ApiResponse<ApiCommand> |
ClustersResourceApi.deployClientConfigWithHttpInfo(String clusterName)
Deploy the cluster-wide client configuration.
|
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.
|
ApiCommand |
ClouderaManagerResourceApi.disableCsp()
Disables the CSP by setting csp type to \"none\", only when currently the csp type is either \"embedded\" or \"vault\".
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.disableCspAsync(ApiCallback<ApiCommand> callback)
Disables the CSP by setting csp type to \"none\", only when currently the csp type is either \"embedded\" or \"vault\".
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.disableCspCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for disableCsp
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.disableCspWithHttpInfo()
Disables the CSP by setting csp type to \"none\", only when currently the csp type is either \"embedded\" or \"vault\".
|
ApiCommand |
ServicesResourceApi.disableJtHaCommand(String clusterName,
String serviceName,
ApiDisableJtHaArguments body)
Disable high availability (HA) for JobTracker.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableJtHaCommandAsync(String clusterName,
String serviceName,
ApiDisableJtHaArguments body,
ApiCallback<ApiCommand> callback)
Disable high availability (HA) for JobTracker.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableJtHaCommandCall(String clusterName,
String serviceName,
ApiDisableJtHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for disableJtHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.disableJtHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiDisableJtHaArguments body)
Disable high availability (HA) for JobTracker.
|
ApiCommand |
ServicesResourceApi.disableLlamaHaCommand(String clusterName,
String serviceName,
ApiDisableLlamaHaArguments body)
Not Supported.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableLlamaHaCommandAsync(String clusterName,
String serviceName,
ApiDisableLlamaHaArguments body,
ApiCallback<ApiCommand> callback)
Not Supported.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableLlamaHaCommandCall(String clusterName,
String serviceName,
ApiDisableLlamaHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for disableLlamaHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.disableLlamaHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiDisableLlamaHaArguments body)
Not Supported.
|
ApiCommand |
ServicesResourceApi.disableLlamaRmCommand(String clusterName,
String serviceName)
Not Supported.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableLlamaRmCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Not Supported.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableLlamaRmCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for disableLlamaRmCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.disableLlamaRmCommandWithHttpInfo(String clusterName,
String serviceName)
Not Supported.
|
ApiCommand |
ServicesResourceApi.disableOozieHaCommand(String clusterName,
String serviceName,
ApiDisableOozieHaArguments body)
Disable high availability (HA) for Oozie.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableOozieHaCommandAsync(String clusterName,
String serviceName,
ApiDisableOozieHaArguments body,
ApiCallback<ApiCommand> callback)
Disable high availability (HA) for Oozie.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableOozieHaCommandCall(String clusterName,
String serviceName,
ApiDisableOozieHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for disableOozieHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.disableOozieHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiDisableOozieHaArguments body)
Disable high availability (HA) for Oozie.
|
ApiCommand |
ServicesResourceApi.disableRmHaCommand(String clusterName,
String serviceName,
ApiDisableRmHaArguments body)
Disable high availability (HA) for ResourceManager.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableRmHaCommandAsync(String clusterName,
String serviceName,
ApiDisableRmHaArguments body,
ApiCallback<ApiCommand> callback)
Disable high availability (HA) for ResourceManager.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableRmHaCommandCall(String clusterName,
String serviceName,
ApiDisableRmHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for disableRmHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.disableRmHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiDisableRmHaArguments body)
Disable high availability (HA) for ResourceManager.
|
ApiCommand |
ServicesResourceApi.disableSentryHaCommand(String clusterName,
String serviceName,
ApiDisableSentryHaArgs body)
Disable high availability (HA) for Sentry service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableSentryHaCommandAsync(String clusterName,
String serviceName,
ApiDisableSentryHaArgs body,
ApiCallback<ApiCommand> callback)
Disable high availability (HA) for Sentry service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.disableSentryHaCommandCall(String clusterName,
String serviceName,
ApiDisableSentryHaArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for disableSentryHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.disableSentryHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiDisableSentryHaArgs body)
Disable high availability (HA) for Sentry service.
|
ApiCommand |
ClustersResourceApi.disableTls(String clusterName)
Disables TLS settings on a cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.disableTlsAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Disables TLS settings on a cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.disableTlsCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for disableTls
|
ApiResponse<ApiCommand> |
ClustersResourceApi.disableTlsWithHttpInfo(String clusterName)
Disables TLS settings on a cluster.
|
ApiEcho |
ToolsResourceApi.echo(String message)
Echoes the provided message back to the caller.
|
com.squareup.okhttp.Call |
ToolsResourceApi.echoAsync(String message,
ApiCallback<ApiEcho> callback)
Echoes the provided message back to the caller.
|
com.squareup.okhttp.Call |
ToolsResourceApi.echoCall(String message,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for echo
|
ApiEcho |
ToolsResourceApi.echoError(String message)
Throws an error containing the given input message.
|
com.squareup.okhttp.Call |
ToolsResourceApi.echoErrorAsync(String message,
ApiCallback<ApiEcho> callback)
Throws an error containing the given input message.
|
com.squareup.okhttp.Call |
ToolsResourceApi.echoErrorCall(String message,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for echoError
|
ApiResponse<ApiEcho> |
ToolsResourceApi.echoErrorWithHttpInfo(String message)
Throws an error containing the given input message.
|
ApiResponse<ApiEcho> |
ToolsResourceApi.echoWithHttpInfo(String message)
Echoes the provided message back to the caller.
|
ApiCommand |
ServicesResourceApi.enableJtHaCommand(String clusterName,
String serviceName,
ApiEnableJtHaArguments body)
Enable high availability (HA) for a JobTracker.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableJtHaCommandAsync(String clusterName,
String serviceName,
ApiEnableJtHaArguments body,
ApiCallback<ApiCommand> callback)
Enable high availability (HA) for a JobTracker.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableJtHaCommandCall(String clusterName,
String serviceName,
ApiEnableJtHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enableJtHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.enableJtHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiEnableJtHaArguments body)
Enable high availability (HA) for a JobTracker.
|
ApiCommand |
ServicesResourceApi.enableLlamaHaCommand(String clusterName,
String serviceName,
ApiEnableLlamaHaArguments body)
Not Supported.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableLlamaHaCommandAsync(String clusterName,
String serviceName,
ApiEnableLlamaHaArguments body,
ApiCallback<ApiCommand> callback)
Not Supported.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableLlamaHaCommandCall(String clusterName,
String serviceName,
ApiEnableLlamaHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enableLlamaHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.enableLlamaHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiEnableLlamaHaArguments body)
Not Supported.
|
ApiCommand |
ServicesResourceApi.enableLlamaRmCommand(String clusterName,
String serviceName,
ApiEnableLlamaRmArguments body)
Not Supported.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableLlamaRmCommandAsync(String clusterName,
String serviceName,
ApiEnableLlamaRmArguments body,
ApiCallback<ApiCommand> callback)
Not Supported.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableLlamaRmCommandCall(String clusterName,
String serviceName,
ApiEnableLlamaRmArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enableLlamaRmCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.enableLlamaRmCommandWithHttpInfo(String clusterName,
String serviceName,
ApiEnableLlamaRmArguments body)
Not Supported.
|
ApiCommand |
ServicesResourceApi.enableOozieHaCommand(String clusterName,
String serviceName,
ApiEnableOozieHaArguments body)
Enable high availability (HA) for Oozie service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableOozieHaCommandAsync(String clusterName,
String serviceName,
ApiEnableOozieHaArguments body,
ApiCallback<ApiCommand> callback)
Enable high availability (HA) for Oozie service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableOozieHaCommandCall(String clusterName,
String serviceName,
ApiEnableOozieHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enableOozieHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.enableOozieHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiEnableOozieHaArguments body)
Enable high availability (HA) for Oozie service.
|
ApiCommand |
ServicesResourceApi.enableRmHaCommand(String clusterName,
String serviceName,
ApiEnableRmHaArguments body)
Enable high availability (HA) for a YARN ResourceManager.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableRmHaCommandAsync(String clusterName,
String serviceName,
ApiEnableRmHaArguments body,
ApiCallback<ApiCommand> callback)
Enable high availability (HA) for a YARN ResourceManager.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableRmHaCommandCall(String clusterName,
String serviceName,
ApiEnableRmHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enableRmHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.enableRmHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiEnableRmHaArguments body)
Enable high availability (HA) for a YARN ResourceManager.
|
ApiCommand |
ServicesResourceApi.enableSentryHaCommand(String clusterName,
String serviceName,
ApiEnableSentryHaArgs body)
Enable high availability (HA) for Sentry service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableSentryHaCommandAsync(String clusterName,
String serviceName,
ApiEnableSentryHaArgs body,
ApiCallback<ApiCommand> callback)
Enable high availability (HA) for Sentry service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enableSentryHaCommandCall(String clusterName,
String serviceName,
ApiEnableSentryHaArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enableSentryHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.enableSentryHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiEnableSentryHaArgs body)
Enable high availability (HA) for Sentry service.
|
void |
ClouderaManagerResourceApi.endTrial()
End trial license.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.endTrialAsync(ApiCallback<Void> callback)
End trial license.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.endTrialCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endTrial
|
ApiResponse<Void> |
ClouderaManagerResourceApi.endTrialWithHttpInfo()
End trial license.
|
ApiCommand |
MgmtServiceResourceApi.enterMaintenanceMode()
Put Cloudera Management Service into maintenance mode.
|
ApiCommand |
AuthServiceResourceApi.enterMaintenanceMode()
Put the Authentication Service into maintenance mode.
|
ApiCommand |
MgmtRolesResourceApi.enterMaintenanceMode(String roleName)
Put the Cloudera Management Service role into maintenance mode.
|
ApiCommand |
HostsResourceApi.enterMaintenanceMode(String hostId)
Put the host into maintenance mode.
|
ApiCommand |
ClustersResourceApi.enterMaintenanceMode(String clusterName)
Put the cluster into maintenance mode.
|
ApiCommand |
AuthServiceRolesResourceApi.enterMaintenanceMode(String roleName)
Put the Authentication Service role into maintenance mode.
|
ApiCommand |
ServicesResourceApi.enterMaintenanceMode(String clusterName,
String serviceName)
Put the service into maintenance mode.
|
ApiCommand |
RolesResourceApi.enterMaintenanceMode(String clusterName,
String roleName,
String serviceName)
Put the role into maintenance mode.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.enterMaintenanceModeAsync(ApiCallback<ApiCommand> callback)
Put Cloudera Management Service into maintenance mode.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.enterMaintenanceModeAsync(ApiCallback<ApiCommand> callback)
Put the Authentication Service into maintenance mode.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.enterMaintenanceModeAsync(String roleName,
ApiCallback<ApiCommand> callback)
Put the Cloudera Management Service role into maintenance mode.
|
com.squareup.okhttp.Call |
HostsResourceApi.enterMaintenanceModeAsync(String hostId,
ApiCallback<ApiCommand> callback)
Put the host into maintenance mode.
|
com.squareup.okhttp.Call |
ClustersResourceApi.enterMaintenanceModeAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Put the cluster into maintenance mode.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.enterMaintenanceModeAsync(String roleName,
ApiCallback<ApiCommand> callback)
Put the Authentication Service role into maintenance mode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.enterMaintenanceModeAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Put the service into maintenance mode.
|
com.squareup.okhttp.Call |
RolesResourceApi.enterMaintenanceModeAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<ApiCommand> callback)
Put the role into maintenance mode.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.enterMaintenanceModeCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enterMaintenanceMode
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.enterMaintenanceModeCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enterMaintenanceMode
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.enterMaintenanceModeCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enterMaintenanceMode
|
com.squareup.okhttp.Call |
HostsResourceApi.enterMaintenanceModeCall(String hostId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enterMaintenanceMode
|
com.squareup.okhttp.Call |
ClustersResourceApi.enterMaintenanceModeCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enterMaintenanceMode
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.enterMaintenanceModeCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enterMaintenanceMode
|
com.squareup.okhttp.Call |
ServicesResourceApi.enterMaintenanceModeCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enterMaintenanceMode
|
com.squareup.okhttp.Call |
RolesResourceApi.enterMaintenanceModeCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enterMaintenanceMode
|
ApiResponse<ApiCommand> |
MgmtServiceResourceApi.enterMaintenanceModeWithHttpInfo()
Put Cloudera Management Service into maintenance mode.
|
ApiResponse<ApiCommand> |
AuthServiceResourceApi.enterMaintenanceModeWithHttpInfo()
Put the Authentication Service into maintenance mode.
|
ApiResponse<ApiCommand> |
MgmtRolesResourceApi.enterMaintenanceModeWithHttpInfo(String roleName)
Put the Cloudera Management Service role into maintenance mode.
|
ApiResponse<ApiCommand> |
HostsResourceApi.enterMaintenanceModeWithHttpInfo(String hostId)
Put the host into maintenance mode.
|
ApiResponse<ApiCommand> |
ClustersResourceApi.enterMaintenanceModeWithHttpInfo(String clusterName)
Put the cluster into maintenance mode.
|
ApiResponse<ApiCommand> |
AuthServiceRolesResourceApi.enterMaintenanceModeWithHttpInfo(String roleName)
Put the Authentication Service role into maintenance mode.
|
ApiResponse<ApiCommand> |
ServicesResourceApi.enterMaintenanceModeWithHttpInfo(String clusterName,
String serviceName)
Put the service into maintenance mode.
|
ApiResponse<ApiCommand> |
RolesResourceApi.enterMaintenanceModeWithHttpInfo(String clusterName,
String roleName,
String serviceName)
Put the role into maintenance mode.
|
ApiBatchResponse |
BatchResourceApi.execute(ApiBatchRequest body)
Executes a batch of API requests in one database transaction.
|
com.squareup.okhttp.Call |
BatchResourceApi.executeAsync(ApiBatchRequest body,
ApiCallback<ApiBatchResponse> callback)
Executes a batch of API requests in one database transaction.
|
com.squareup.okhttp.Call |
BatchResourceApi.executeCall(ApiBatchRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for execute
|
ApiResponse<ApiBatchResponse> |
BatchResourceApi.executeWithHttpInfo(ApiBatchRequest body)
Executes a batch of API requests in one database transaction.
|
ApiCommand |
MgmtServiceResourceApi.exitMaintenanceMode()
Take Cloudera Management Service out of maintenance mode.
|
ApiCommand |
AuthServiceResourceApi.exitMaintenanceMode()
Take the Authentication Service out of maintenance mode.
|
ApiCommand |
MgmtRolesResourceApi.exitMaintenanceMode(String roleName)
Take the Cloudera Management Service role out of maintenance mode.
|
ApiCommand |
HostsResourceApi.exitMaintenanceMode(String hostId)
Take the host out of maintenance mode.
|
ApiCommand |
ClustersResourceApi.exitMaintenanceMode(String clusterName)
Take the cluster out of maintenance mode.
|
ApiCommand |
AuthServiceRolesResourceApi.exitMaintenanceMode(String roleName)
Take the Authentication Service role out of maintenance mode.
|
ApiCommand |
ServicesResourceApi.exitMaintenanceMode(String clusterName,
String serviceName)
Take the service out of maintenance mode.
|
ApiCommand |
RolesResourceApi.exitMaintenanceMode(String clusterName,
String roleName,
String serviceName)
Take the role out of maintenance mode.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.exitMaintenanceModeAsync(ApiCallback<ApiCommand> callback)
Take Cloudera Management Service out of maintenance mode.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.exitMaintenanceModeAsync(ApiCallback<ApiCommand> callback)
Take the Authentication Service out of maintenance mode.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.exitMaintenanceModeAsync(String roleName,
ApiCallback<ApiCommand> callback)
Take the Cloudera Management Service role out of maintenance mode.
|
com.squareup.okhttp.Call |
HostsResourceApi.exitMaintenanceModeAsync(String hostId,
ApiCallback<ApiCommand> callback)
Take the host out of maintenance mode.
|
com.squareup.okhttp.Call |
ClustersResourceApi.exitMaintenanceModeAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Take the cluster out of maintenance mode.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.exitMaintenanceModeAsync(String roleName,
ApiCallback<ApiCommand> callback)
Take the Authentication Service role out of maintenance mode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.exitMaintenanceModeAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Take the service out of maintenance mode.
|
com.squareup.okhttp.Call |
RolesResourceApi.exitMaintenanceModeAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<ApiCommand> callback)
Take the role out of maintenance mode.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.exitMaintenanceModeCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exitMaintenanceMode
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.exitMaintenanceModeCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exitMaintenanceMode
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.exitMaintenanceModeCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exitMaintenanceMode
|
com.squareup.okhttp.Call |
HostsResourceApi.exitMaintenanceModeCall(String hostId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exitMaintenanceMode
|
com.squareup.okhttp.Call |
ClustersResourceApi.exitMaintenanceModeCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exitMaintenanceMode
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.exitMaintenanceModeCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exitMaintenanceMode
|
com.squareup.okhttp.Call |
ServicesResourceApi.exitMaintenanceModeCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exitMaintenanceMode
|
com.squareup.okhttp.Call |
RolesResourceApi.exitMaintenanceModeCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exitMaintenanceMode
|
ApiResponse<ApiCommand> |
MgmtServiceResourceApi.exitMaintenanceModeWithHttpInfo()
Take Cloudera Management Service out of maintenance mode.
|
ApiResponse<ApiCommand> |
AuthServiceResourceApi.exitMaintenanceModeWithHttpInfo()
Take the Authentication Service out of maintenance mode.
|
ApiResponse<ApiCommand> |
MgmtRolesResourceApi.exitMaintenanceModeWithHttpInfo(String roleName)
Take the Cloudera Management Service role out of maintenance mode.
|
ApiResponse<ApiCommand> |
HostsResourceApi.exitMaintenanceModeWithHttpInfo(String hostId)
Take the host out of maintenance mode.
|
ApiResponse<ApiCommand> |
ClustersResourceApi.exitMaintenanceModeWithHttpInfo(String clusterName)
Take the cluster out of maintenance mode.
|
ApiResponse<ApiCommand> |
AuthServiceRolesResourceApi.exitMaintenanceModeWithHttpInfo(String roleName)
Take the Authentication Service role out of maintenance mode.
|
ApiResponse<ApiCommand> |
ServicesResourceApi.exitMaintenanceModeWithHttpInfo(String clusterName,
String serviceName)
Take the service out of maintenance mode.
|
ApiResponse<ApiCommand> |
RolesResourceApi.exitMaintenanceModeWithHttpInfo(String clusterName,
String roleName,
String serviceName)
Take the role out of maintenance mode.
|
ApiCommand |
ClustersResourceApi.expireLogs(String clusterName,
BigDecimal days,
Boolean scheduleNext)
Remove backup and disaster related log files in hdfs.
|
com.squareup.okhttp.Call |
ClustersResourceApi.expireLogsAsync(String clusterName,
BigDecimal days,
Boolean scheduleNext,
ApiCallback<ApiCommand> callback)
Remove backup and disaster related log files in hdfs.
|
com.squareup.okhttp.Call |
ClustersResourceApi.expireLogsCall(String clusterName,
BigDecimal days,
Boolean scheduleNext,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for expireLogs
|
ApiResponse<ApiCommand> |
ClustersResourceApi.expireLogsWithHttpInfo(String clusterName,
BigDecimal days,
Boolean scheduleNext)
Remove backup and disaster related log files in hdfs.
|
void |
UsersResourceApi.expireSessions(String userName)
Expires the sessions associated with interactive authenticated user in Cloudera Manager.
|
com.squareup.okhttp.Call |
UsersResourceApi.expireSessionsAsync(String userName,
ApiCallback<Void> callback)
Expires the sessions associated with interactive authenticated user in Cloudera Manager.
|
com.squareup.okhttp.Call |
UsersResourceApi.expireSessionsCall(String userName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for expireSessions
|
ApiResponse<Void> |
UsersResourceApi.expireSessionsWithHttpInfo(String userName)
Expires the sessions associated with interactive authenticated user in Cloudera Manager.
|
ApiClusterTemplate |
ClustersResourceApi.export(String clusterName,
Boolean exportAutoConfig)
Export the cluster template for the given cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.exportAsync(String clusterName,
Boolean exportAutoConfig,
ApiCallback<ApiClusterTemplate> callback)
Export the cluster template for the given cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.exportCall(String clusterName,
Boolean exportAutoConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for export
|
ApiCommand |
ReplicationsResourceApi.exportRangerServices(String clusterName,
String serviceName,
ApiRangerReplicationExportArgs body)
Exports the given Ranger services and policies (defined in the API body) to a zipped file.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.exportRangerServicesAsync(String clusterName,
String serviceName,
ApiRangerReplicationExportArgs body,
ApiCallback<ApiCommand> callback)
Exports the given Ranger services and policies (defined in the API body) to a zipped file.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.exportRangerServicesCall(String clusterName,
String serviceName,
ApiRangerReplicationExportArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exportRangerServices
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.exportRangerServicesWithHttpInfo(String clusterName,
String serviceName,
ApiRangerReplicationExportArgs body)
Exports the given Ranger services and policies (defined in the API body) to a zipped file.
|
ApiCommand |
ServicesResourceApi.exportSentryPermissionsCommand(String clusterName,
String serviceName)
Export Sentry Permissions.
|
com.squareup.okhttp.Call |
ServicesResourceApi.exportSentryPermissionsCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Export Sentry Permissions.
|
com.squareup.okhttp.Call |
ServicesResourceApi.exportSentryPermissionsCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exportSentryPermissionsCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.exportSentryPermissionsCommandWithHttpInfo(String clusterName,
String serviceName)
Export Sentry Permissions.
|
ApiResponse<ApiClusterTemplate> |
ClustersResourceApi.exportWithHttpInfo(String clusterName,
Boolean exportAutoConfig)
Export the cluster template for the given cluster.
|
ApiCommand |
ExternalAccountsResourceApi.externalAccountCommandByName(String commandName,
String name)
Executes a command on the external account specified by name.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.externalAccountCommandByNameAsync(String commandName,
String name,
ApiCallback<ApiCommand> callback)
Executes a command on the external account specified by name.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.externalAccountCommandByNameCall(String commandName,
String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for externalAccountCommandByName
|
ApiResponse<ApiCommand> |
ExternalAccountsResourceApi.externalAccountCommandByNameWithHttpInfo(String commandName,
String name)
Executes a command on the external account specified by name.
|
ApiCommand |
ReplicationsResourceApi.fetchHBaseColumnFamilies(String clusterName,
String serviceName,
ApiHBaseTableNames body)
Starts a command that fetches column families for the desired tables.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.fetchHBaseColumnFamiliesAsync(String clusterName,
String serviceName,
ApiHBaseTableNames body,
ApiCallback<ApiCommand> callback)
Starts a command that fetches column families for the desired tables.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.fetchHBaseColumnFamiliesCall(String clusterName,
String serviceName,
ApiHBaseTableNames body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for fetchHBaseColumnFamilies
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.fetchHBaseColumnFamiliesWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseTableNames body)
Starts a command that fetches column families for the desired tables.
|
ApiCommand |
ReplicationsResourceApi.fetchHBasePeerInfo(String clusterName,
String serviceName,
ApiHBasePeerId body)
Starts a command that fetches information about an HBase peer by its ID.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.fetchHBasePeerInfoAsync(String clusterName,
String serviceName,
ApiHBasePeerId body,
ApiCallback<ApiCommand> callback)
Starts a command that fetches information about an HBase peer by its ID.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.fetchHBasePeerInfoCall(String clusterName,
String serviceName,
ApiHBasePeerId body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for fetchHBasePeerInfo
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.fetchHBasePeerInfoWithHttpInfo(String clusterName,
String serviceName,
ApiHBasePeerId body)
Starts a command that fetches information about an HBase peer by its ID.
|
ApiCommand |
ClustersResourceApi.firstRun(String clusterName)
Prepare and start services in a cluster.
|
ApiCommand |
ServicesResourceApi.firstRun(String clusterName,
String serviceName)
Prepare and start a service.
|
com.squareup.okhttp.Call |
ClustersResourceApi.firstRunAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Prepare and start services in a cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.firstRunAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Prepare and start a service.
|
com.squareup.okhttp.Call |
ClustersResourceApi.firstRunCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for firstRun
|
com.squareup.okhttp.Call |
ServicesResourceApi.firstRunCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for firstRun
|
ApiResponse<ApiCommand> |
ClustersResourceApi.firstRunWithHttpInfo(String clusterName)
Prepare and start services in a cluster.
|
ApiResponse<ApiCommand> |
ServicesResourceApi.firstRunWithHttpInfo(String clusterName,
String serviceName)
Prepare and start a service.
|
ApiReplicationSchedule |
ReplicationsResourceApi.forceDeleteSchedule(String clusterName,
BigDecimal scheduleId,
String serviceName)
Deletes an existing replication schedule only from the DB.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.forceDeleteScheduleAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiCallback<ApiReplicationSchedule> callback)
Deletes an existing replication schedule only from the DB.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.forceDeleteScheduleCall(String clusterName,
BigDecimal scheduleId,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for forceDeleteSchedule
|
ApiResponse<ApiReplicationSchedule> |
ReplicationsResourceApi.forceDeleteScheduleWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName)
Deletes an existing replication schedule only from the DB.
|
ApiBulkCommandList |
RoleCommandsResourceApi.formatCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Format HDFS NameNodes.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.formatCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Format HDFS NameNodes.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.formatCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for formatCommand
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.formatCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Format HDFS NameNodes.
|
File |
CertManagerResourceApi.generateCertificate(ApiCertificateRequest body)
Exchange a cert request token for a certificate.
|
com.squareup.okhttp.Call |
CertManagerResourceApi.generateCertificateAsync(ApiCertificateRequest body,
ApiCallback<File> callback)
Exchange a cert request token for a certificate.
|
com.squareup.okhttp.Call |
CertManagerResourceApi.generateCertificateCall(ApiCertificateRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateCertificate
|
ApiResponse<File> |
CertManagerResourceApi.generateCertificateWithHttpInfo(ApiCertificateRequest body)
Exchange a cert request token for a certificate.
|
Boolean |
ReplicationsResourceApi.generateCloudReplCredstorePassword(String clusterName,
String serviceName,
String passwordGenerateMode)
(Re)generates the cloud credential provider password, used by the given service, for replicating to the cloud.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.generateCloudReplCredstorePasswordAsync(String clusterName,
String serviceName,
String passwordGenerateMode,
ApiCallback<Boolean> callback)
(Re)generates the cloud credential provider password, used by the given service, for replicating to the cloud.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.generateCloudReplCredstorePasswordCall(String clusterName,
String serviceName,
String passwordGenerateMode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateCloudReplCredstorePassword
|
ApiResponse<Boolean> |
ReplicationsResourceApi.generateCloudReplCredstorePasswordWithHttpInfo(String clusterName,
String serviceName,
String passwordGenerateMode)
(Re)generates the cloud credential provider password, used by the given service, for replicating to the cloud.
|
ApiCommand |
ClouderaManagerResourceApi.generateCmca(ApiGenerateCmcaArguments body)
Generate a CMCA.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.generateCmcaAsync(ApiGenerateCmcaArguments body,
ApiCallback<ApiCommand> callback)
Generate a CMCA.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.generateCmcaCall(ApiGenerateCmcaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateCmca
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.generateCmcaWithHttpInfo(ApiGenerateCmcaArguments body)
Generate a CMCA.
|
ApiCommand |
ControlPlanesResourceApi.generateCopyDocker(ApiGenerateCopyDockerArgs body)
Launches the Generate Copy Docker Script Command.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.generateCopyDockerAsync(ApiGenerateCopyDockerArgs body,
ApiCallback<ApiCommand> callback)
Launches the Generate Copy Docker Script Command.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.generateCopyDockerCall(ApiGenerateCopyDockerArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateCopyDocker
|
ApiResponse<ApiCommand> |
ControlPlanesResourceApi.generateCopyDockerWithHttpInfo(ApiGenerateCopyDockerArgs body)
Launches the Generate Copy Docker Script Command.
|
ApiCommand |
ClouderaManagerResourceApi.generateCredentialsAdhoc(ApiPrincipalList body)
Generate missing Kerberos credentials, optionally accepting a list of ad-hoc credentials to generate as well.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.generateCredentialsAdhocAsync(ApiPrincipalList body,
ApiCallback<ApiCommand> callback)
Generate missing Kerberos credentials, optionally accepting a list of ad-hoc credentials to generate as well.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.generateCredentialsAdhocCall(ApiPrincipalList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateCredentialsAdhoc
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.generateCredentialsAdhocWithHttpInfo(ApiPrincipalList body)
Generate missing Kerberos credentials, optionally accepting a list of ad-hoc credentials to generate as well.
|
ApiCommand |
ClouderaManagerResourceApi.generateCredentialsCommand()
Generate missing Kerberos credentials.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.generateCredentialsCommandAsync(ApiCallback<ApiCommand> callback)
Generate missing Kerberos credentials.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.generateCredentialsCommandCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateCredentialsCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.generateCredentialsCommandWithHttpInfo()
Generate missing Kerberos credentials.
|
ApiCommand |
ControlPlanesResourceApi.generateExternalVaultSetup(ApiGenerateExternalVaultSetupArgs body)
Launches the Generate Vault Setup Command command.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.generateExternalVaultSetupAsync(ApiGenerateExternalVaultSetupArgs body,
ApiCallback<ApiCommand> callback)
Launches the Generate Vault Setup Command command.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.generateExternalVaultSetupCall(ApiGenerateExternalVaultSetupArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateExternalVaultSetup
|
ApiResponse<ApiCommand> |
ControlPlanesResourceApi.generateExternalVaultSetupWithHttpInfo(ApiGenerateExternalVaultSetupArgs body)
Launches the Generate Vault Setup Command command.
|
ApiCommand |
HostsResourceApi.generateHostCerts(String hostId,
ApiGenerateHostCertsArguments body)
Generates (or regenerates) a key and certificate for this host if Auto-TLS is enabled.
|
com.squareup.okhttp.Call |
HostsResourceApi.generateHostCertsAsync(String hostId,
ApiGenerateHostCertsArguments body,
ApiCallback<ApiCommand> callback)
Generates (or regenerates) a key and certificate for this host if Auto-TLS is enabled.
|
com.squareup.okhttp.Call |
HostsResourceApi.generateHostCertsCall(String hostId,
ApiGenerateHostCertsArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateHostCerts
|
ApiResponse<ApiCommand> |
HostsResourceApi.generateHostCertsWithHttpInfo(String hostId,
ApiGenerateHostCertsArguments body)
Generates (or regenerates) a key and certificate for this host if Auto-TLS is enabled.
|
File |
ClustersResourceApi.getClientConfig(String clusterName)
Download a zip-compressed archive of the client configuration, of a specific cluster.
|
File |
ServicesResourceApi.getClientConfig(String clusterName,
String serviceName)
Download a zip-compressed archive of the client configuration, of a specific service.
|
com.squareup.okhttp.Call |
ClustersResourceApi.getClientConfigAsync(String clusterName,
ApiCallback<File> callback)
Download a zip-compressed archive of the client configuration, of a specific cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.getClientConfigAsync(String clusterName,
String serviceName,
ApiCallback<File> callback)
Download a zip-compressed archive of the client configuration, of a specific service.
|
com.squareup.okhttp.Call |
ClustersResourceApi.getClientConfigCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getClientConfig
|
com.squareup.okhttp.Call |
ServicesResourceApi.getClientConfigCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getClientConfig
|
ApiResponse<File> |
ClustersResourceApi.getClientConfigWithHttpInfo(String clusterName)
Download a zip-compressed archive of the client configuration, of a specific cluster.
|
ApiResponse<File> |
ServicesResourceApi.getClientConfigWithHttpInfo(String clusterName,
String serviceName)
Download a zip-compressed archive of the client configuration, of a specific service.
|
ApiClusterSupportToken |
ClustersResourceApi.getClusterSupportToken(String clusterName)
Gets the support token for a cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.getClusterSupportTokenAsync(String clusterName,
ApiCallback<ApiClusterSupportToken> callback)
Gets the support token for a cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.getClusterSupportTokenCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getClusterSupportToken
|
ApiClusterSupportTokenList |
ClouderaManagerResourceApi.getClusterSupportTokenList()
Gets the support tokens for all the clusters.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getClusterSupportTokenListAsync(ApiCallback<ApiClusterSupportTokenList> callback)
Gets the support tokens for all the clusters.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getClusterSupportTokenListCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getClusterSupportTokenList
|
ApiResponse<ApiClusterSupportTokenList> |
ClouderaManagerResourceApi.getClusterSupportTokenListWithHttpInfo()
Gets the support tokens for all the clusters.
|
ApiResponse<ApiClusterSupportToken> |
ClustersResourceApi.getClusterSupportTokenWithHttpInfo(String clusterName)
Gets the support token for a cluster.
|
File |
CommandsResourceApi.getCommandResultData(BigDecimal commandId)
Download the end result of a command.
|
com.squareup.okhttp.Call |
CommandsResourceApi.getCommandResultDataAsync(BigDecimal commandId,
ApiCallback<File> callback)
Download the end result of a command.
|
com.squareup.okhttp.Call |
CommandsResourceApi.getCommandResultDataCall(BigDecimal commandId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCommandResultData
|
ApiResponse<File> |
CommandsResourceApi.getCommandResultDataWithHttpInfo(BigDecimal commandId)
Download the end result of a command.
|
ApiCommandWithSteps |
CommandsResourceApi.getCommandWithSteps(BigDecimal commandId)
Retrieve detailed information of an asynchronous command including the command steps.
|
com.squareup.okhttp.Call |
CommandsResourceApi.getCommandWithStepsAsync(BigDecimal commandId,
ApiCallback<ApiCommandWithSteps> callback)
Retrieve detailed information of an asynchronous command including the command steps.
|
com.squareup.okhttp.Call |
CommandsResourceApi.getCommandWithStepsCall(BigDecimal commandId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCommandWithSteps
|
ApiResponse<ApiCommandWithSteps> |
CommandsResourceApi.getCommandWithStepsWithHttpInfo(BigDecimal commandId)
Retrieve detailed information of an asynchronous command including the command steps.
|
ApiConfigList |
ClouderaManagerResourceApi.getConfig(String view)
Retrieve the Cloudera Manager settings.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getConfigAsync(String view,
ApiCallback<ApiConfigList> callback)
Retrieve the Cloudera Manager settings.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getConfigCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getConfig
|
File |
ProcessResourceApi.getConfigFile(String clusterName,
String configFileName,
String roleName,
String serviceName)
Returns the contents of the specified config file.
|
com.squareup.okhttp.Call |
ProcessResourceApi.getConfigFileAsync(String clusterName,
String configFileName,
String roleName,
String serviceName,
ApiCallback<File> callback)
Returns the contents of the specified config file.
|
com.squareup.okhttp.Call |
ProcessResourceApi.getConfigFileCall(String clusterName,
String configFileName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getConfigFile
|
ApiResponse<File> |
ProcessResourceApi.getConfigFileWithHttpInfo(String clusterName,
String configFileName,
String roleName,
String serviceName)
Returns the contents of the specified config file.
|
ApiResponse<ApiConfigList> |
ClouderaManagerResourceApi.getConfigWithHttpInfo(String view)
Retrieve the Cloudera Manager settings.
|
ApiControlPlaneList |
ControlPlanesResourceApi.getControlPlanes()
Current Control Planes.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.getControlPlanesAsync(ApiCallback<ApiControlPlaneList> callback)
Current Control Planes.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.getControlPlanesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getControlPlanes
|
ApiResponse<ApiControlPlaneList> |
ControlPlanesResourceApi.getControlPlanesWithHttpInfo()
Current Control Planes.
|
ApiDashboard |
DashboardsResourceApi.getDashboard(String dashboardName)
Returns a dashboard definition for the specified name.
|
com.squareup.okhttp.Call |
DashboardsResourceApi.getDashboardAsync(String dashboardName,
ApiCallback<ApiDashboard> callback)
Returns a dashboard definition for the specified name.
|
com.squareup.okhttp.Call |
DashboardsResourceApi.getDashboardCall(String dashboardName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDashboard
|
ApiDashboardList |
DashboardsResourceApi.getDashboards()
Returns the list of all user-customized dashboards.
|
com.squareup.okhttp.Call |
DashboardsResourceApi.getDashboardsAsync(ApiCallback<ApiDashboardList> callback)
Returns the list of all user-customized dashboards.
|
com.squareup.okhttp.Call |
DashboardsResourceApi.getDashboardsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDashboards
|
ApiResponse<ApiDashboardList> |
DashboardsResourceApi.getDashboardsWithHttpInfo()
Returns the list of all user-customized dashboards.
|
ApiResponse<ApiDashboard> |
DashboardsResourceApi.getDashboardWithHttpInfo(String dashboardName)
Returns a dashboard definition for the specified name.
|
ApiDeployment2 |
ClouderaManagerResourceApi.getDeployment2(String view)
Retrieve full description of the entire Cloudera Manager deployment including all hosts, clusters, services, roles, users, settings, etc.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getDeployment2Async(String view,
ApiCallback<ApiDeployment2> callback)
Retrieve full description of the entire Cloudera Manager deployment including all hosts, clusters, services, roles, users, settings, etc.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getDeployment2Call(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDeployment2
|
ApiResponse<ApiDeployment2> |
ClouderaManagerResourceApi.getDeployment2WithHttpInfo(String view)
Retrieve full description of the entire Cloudera Manager deployment including all hosts, clusters, services, roles, users, settings, etc.
|
ApiTimeSeriesEntityAttributeList |
TimeSeriesResourceApi.getEntityTypeAttributes()
Retrieve all metric entity type attributes monitored by Cloudera Manager.
|
com.squareup.okhttp.Call |
TimeSeriesResourceApi.getEntityTypeAttributesAsync(ApiCallback<ApiTimeSeriesEntityAttributeList> callback)
Retrieve all metric entity type attributes monitored by Cloudera Manager.
|
com.squareup.okhttp.Call |
TimeSeriesResourceApi.getEntityTypeAttributesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getEntityTypeAttributes
|
ApiResponse<ApiTimeSeriesEntityAttributeList> |
TimeSeriesResourceApi.getEntityTypeAttributesWithHttpInfo()
Retrieve all metric entity type attributes monitored by Cloudera Manager.
|
ApiTimeSeriesEntityTypeList |
TimeSeriesResourceApi.getEntityTypes()
Retrieve all metric entity types monitored by Cloudera Manager.
|
com.squareup.okhttp.Call |
TimeSeriesResourceApi.getEntityTypesAsync(ApiCallback<ApiTimeSeriesEntityTypeList> callback)
Retrieve all metric entity types monitored by Cloudera Manager.
|
com.squareup.okhttp.Call |
TimeSeriesResourceApi.getEntityTypesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getEntityTypes
|
ApiResponse<ApiTimeSeriesEntityTypeList> |
TimeSeriesResourceApi.getEntityTypesWithHttpInfo()
Retrieve all metric entity types monitored by Cloudera Manager.
|
ApiCluster |
ControlPlanesResourceApi.getExperienceCluster(String controlPlaneUuid)
The cluster with tags matching this control plane's UUID, if any.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.getExperienceClusterAsync(String controlPlaneUuid,
ApiCallback<ApiCluster> callback)
The cluster with tags matching this control plane's UUID, if any.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.getExperienceClusterCall(String controlPlaneUuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getExperienceCluster
|
ApiResponse<ApiCluster> |
ControlPlanesResourceApi.getExperienceClusterWithHttpInfo(String controlPlaneUuid)
The cluster with tags matching this control plane's UUID, if any.
|
String |
MgmtRolesResourceApi.getFullLog(String roleName)
Retrieves the log file for the role's main process.
|
String |
AuthServiceRolesResourceApi.getFullLog(String roleName)
Retrieves the log file for the role's main process.
|
String |
RolesResourceApi.getFullLog(String clusterName,
String roleName,
String serviceName)
Retrieves the log file for the role's main process.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.getFullLogAsync(String roleName,
ApiCallback<String> callback)
Retrieves the log file for the role's main process.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getFullLogAsync(String roleName,
ApiCallback<String> callback)
Retrieves the log file for the role's main process.
|
com.squareup.okhttp.Call |
RolesResourceApi.getFullLogAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<String> callback)
Retrieves the log file for the role's main process.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.getFullLogCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFullLog
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getFullLogCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFullLog
|
com.squareup.okhttp.Call |
RolesResourceApi.getFullLogCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFullLog
|
ApiResponse<String> |
MgmtRolesResourceApi.getFullLogWithHttpInfo(String roleName)
Retrieves the log file for the role's main process.
|
ApiResponse<String> |
AuthServiceRolesResourceApi.getFullLogWithHttpInfo(String roleName)
Retrieves the log file for the role's main process.
|
ApiResponse<String> |
RolesResourceApi.getFullLogWithHttpInfo(String clusterName,
String roleName,
String serviceName)
Retrieves the log file for the role's main process.
|
ApiHdfsUsageReport |
ServicesResourceApi.getHdfsUsageReport(String clusterName,
String serviceName,
String aggregation,
String from,
String nameservice,
String to)
Fetch the HDFS usage report.
|
com.squareup.okhttp.Call |
ServicesResourceApi.getHdfsUsageReportAsync(String clusterName,
String serviceName,
String aggregation,
String from,
String nameservice,
String to,
ApiCallback<ApiHdfsUsageReport> callback)
Fetch the HDFS usage report.
|
com.squareup.okhttp.Call |
ServicesResourceApi.getHdfsUsageReportCall(String clusterName,
String serviceName,
String aggregation,
String from,
String nameservice,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getHdfsUsageReport
|
ApiResponse<ApiHdfsUsageReport> |
ServicesResourceApi.getHdfsUsageReportWithHttpInfo(String clusterName,
String serviceName,
String aggregation,
String from,
String nameservice,
String to)
Fetch the HDFS usage report.
|
List<ApiComponentInfo> |
HostsResourceApi.getHostComponents(String hostId)
Returns the list of Component details on the requested host.
|
com.squareup.okhttp.Call |
HostsResourceApi.getHostComponentsAsync(String hostId,
ApiCallback<List<ApiComponentInfo>> callback)
Returns the list of Component details on the requested host.
|
com.squareup.okhttp.Call |
HostsResourceApi.getHostComponentsCall(String hostId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getHostComponents
|
ApiResponse<List<ApiComponentInfo>> |
HostsResourceApi.getHostComponentsWithHttpInfo(String hostId)
Returns the list of Component details on the requested host.
|
ApiImpalaQueryResponse |
ImpalaQueriesResourceApi.getImpalaQueries(String clusterName,
String serviceName,
String filter,
String from,
BigDecimal limit,
BigDecimal offset,
String to)
Returns a list of queries that satisfy the filter.
|
com.squareup.okhttp.Call |
ImpalaQueriesResourceApi.getImpalaQueriesAsync(String clusterName,
String serviceName,
String filter,
String from,
BigDecimal limit,
BigDecimal offset,
String to,
ApiCallback<ApiImpalaQueryResponse> callback)
Returns a list of queries that satisfy the filter.
|
com.squareup.okhttp.Call |
ImpalaQueriesResourceApi.getImpalaQueriesCall(String clusterName,
String serviceName,
String filter,
String from,
BigDecimal limit,
BigDecimal offset,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImpalaQueries
|
ApiResponse<ApiImpalaQueryResponse> |
ImpalaQueriesResourceApi.getImpalaQueriesWithHttpInfo(String clusterName,
String serviceName,
String filter,
String from,
BigDecimal limit,
BigDecimal offset,
String to)
Returns a list of queries that satisfy the filter.
|
ApiImpalaQueryAttributeList |
ImpalaQueriesResourceApi.getImpalaQueryAttributes(String clusterName,
String serviceName)
Returns the list of all attributes that the Service Monitor can associate with Impala queries.
|
com.squareup.okhttp.Call |
ImpalaQueriesResourceApi.getImpalaQueryAttributesAsync(String clusterName,
String serviceName,
ApiCallback<ApiImpalaQueryAttributeList> callback)
Returns the list of all attributes that the Service Monitor can associate with Impala queries.
|
com.squareup.okhttp.Call |
ImpalaQueriesResourceApi.getImpalaQueryAttributesCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImpalaQueryAttributes
|
ApiResponse<ApiImpalaQueryAttributeList> |
ImpalaQueriesResourceApi.getImpalaQueryAttributesWithHttpInfo(String clusterName,
String serviceName)
Returns the list of all attributes that the Service Monitor can associate with Impala queries.
|
ApiImpalaUtilization |
ServicesResourceApi.getImpalaUtilization(String clusterName,
String serviceName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to)
Provides the resource utilization of the Impala service as well as the resource utilization per tenant.
|
com.squareup.okhttp.Call |
ServicesResourceApi.getImpalaUtilizationAsync(String clusterName,
String serviceName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to,
ApiCallback<ApiImpalaUtilization> callback)
Provides the resource utilization of the Impala service as well as the resource utilization per tenant.
|
com.squareup.okhttp.Call |
ServicesResourceApi.getImpalaUtilizationCall(String clusterName,
String serviceName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getImpalaUtilization
|
ApiResponse<ApiImpalaUtilization> |
ServicesResourceApi.getImpalaUtilizationWithHttpInfo(String clusterName,
String serviceName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to)
Provides the resource utilization of the Impala service as well as the resource utilization per tenant.
|
ApiKerberosInfo |
ClouderaManagerResourceApi.getKerberosInfo()
Provides Cloudera Manager Kerberos information.
|
ApiKerberosInfo |
ClustersResourceApi.getKerberosInfo(String clusterName)
Provides Cluster Kerberos information.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getKerberosInfoAsync(ApiCallback<ApiKerberosInfo> callback)
Provides Cloudera Manager Kerberos information.
|
com.squareup.okhttp.Call |
ClustersResourceApi.getKerberosInfoAsync(String clusterName,
ApiCallback<ApiKerberosInfo> callback)
Provides Cluster Kerberos information.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getKerberosInfoCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getKerberosInfo
|
com.squareup.okhttp.Call |
ClustersResourceApi.getKerberosInfoCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getKerberosInfo
|
ApiResponse<ApiKerberosInfo> |
ClouderaManagerResourceApi.getKerberosInfoWithHttpInfo()
Provides Cloudera Manager Kerberos information.
|
ApiResponse<ApiKerberosInfo> |
ClustersResourceApi.getKerberosInfoWithHttpInfo(String clusterName)
Provides Cluster Kerberos information.
|
ApiPrincipalList |
ClouderaManagerResourceApi.getKerberosPrincipals(Boolean missingOnly)
Returns the Kerberos principals needed by the services being managed by Cloudera Manager.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getKerberosPrincipalsAsync(Boolean missingOnly,
ApiCallback<ApiPrincipalList> callback)
Returns the Kerberos principals needed by the services being managed by Cloudera Manager.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getKerberosPrincipalsCall(Boolean missingOnly,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getKerberosPrincipals
|
ApiResponse<ApiPrincipalList> |
ClouderaManagerResourceApi.getKerberosPrincipalsWithHttpInfo(Boolean missingOnly)
Returns the Kerberos principals needed by the services being managed by Cloudera Manager.
|
File |
ClouderaManagerResourceApi.getKrb5Conf()
Retrieves krb5.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getKrb5ConfAsync(ApiCallback<File> callback)
Retrieves krb5.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getKrb5ConfCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getKrb5Conf
|
ApiResponse<File> |
ClouderaManagerResourceApi.getKrb5ConfWithHttpInfo()
Retrieves krb5.
|
ApiLicensedFeatureUsage |
ClouderaManagerResourceApi.getLicensedFeatureUsage()
Retrieve a summary of licensed feature usage.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getLicensedFeatureUsageAsync(ApiCallback<ApiLicensedFeatureUsage> callback)
Retrieve a summary of licensed feature usage.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getLicensedFeatureUsageCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLicensedFeatureUsage
|
ApiResponse<ApiLicensedFeatureUsage> |
ClouderaManagerResourceApi.getLicensedFeatureUsageWithHttpInfo()
Retrieve a summary of licensed feature usage.
|
String |
ClouderaManagerResourceApi.getLog()
Returns the entire contents of the Cloudera Manager log file.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getLogAsync(ApiCallback<String> callback)
Returns the entire contents of the Cloudera Manager log file.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getLogCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLog
|
File |
ControlPlanesResourceApi.getLogContent(BigDecimal commandId)
Fetches the log content for the specific command.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.getLogContentAsync(BigDecimal commandId,
ApiCallback<File> callback)
Fetches the log content for the specific command.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.getLogContentCall(BigDecimal commandId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLogContent
|
ApiResponse<File> |
ControlPlanesResourceApi.getLogContentWithHttpInfo(BigDecimal commandId)
Fetches the log content for the specific command.
|
ApiResponse<String> |
ClouderaManagerResourceApi.getLogWithHttpInfo()
Returns the entire contents of the Cloudera Manager log file.
|
File |
ControlPlanesResourceApi.getManifestJson(ApiRemoteRepoUrl body)
Fetches the manifest.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.getManifestJsonAsync(ApiRemoteRepoUrl body,
ApiCallback<File> callback)
Fetches the manifest.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.getManifestJsonCall(ApiRemoteRepoUrl body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getManifestJson
|
ApiResponse<File> |
ControlPlanesResourceApi.getManifestJsonWithHttpInfo(ApiRemoteRepoUrl body)
Fetches the manifest.
|
ApiMetricList |
HostsResourceApi.getMetrics(String hostId,
String from,
List<String> ifs,
List<String> metrics,
Boolean queryNw,
Boolean queryStorage,
List<String> storageIds,
String to,
String view)
Fetch metric readings for a host.
|
ApiMetricList |
ServicesResourceApi.getMetrics(String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular service.
|
ApiMetricList |
RolesResourceApi.getMetrics(String clusterName,
String roleName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular role.
|
ApiMetricList |
NameservicesResourceApi.getMetrics(String clusterName,
String nameservice,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular nameservice.
|
ApiMetricList |
ActivitiesResourceApi.getMetrics(String activityId,
String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular activity.
|
com.squareup.okhttp.Call |
HostsResourceApi.getMetricsAsync(String hostId,
String from,
List<String> ifs,
List<String> metrics,
Boolean queryNw,
Boolean queryStorage,
List<String> storageIds,
String to,
String view,
ApiCallback<ApiMetricList> callback)
Fetch metric readings for a host.
|
com.squareup.okhttp.Call |
ServicesResourceApi.getMetricsAsync(String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ApiCallback<ApiMetricList> callback)
Fetch metric readings for a particular service.
|
com.squareup.okhttp.Call |
RolesResourceApi.getMetricsAsync(String clusterName,
String roleName,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ApiCallback<ApiMetricList> callback)
Fetch metric readings for a particular role.
|
com.squareup.okhttp.Call |
NameservicesResourceApi.getMetricsAsync(String clusterName,
String nameservice,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ApiCallback<ApiMetricList> callback)
Fetch metric readings for a particular nameservice.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.getMetricsAsync(String activityId,
String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ApiCallback<ApiMetricList> callback)
Fetch metric readings for a particular activity.
|
com.squareup.okhttp.Call |
HostsResourceApi.getMetricsCall(String hostId,
String from,
List<String> ifs,
List<String> metrics,
Boolean queryNw,
Boolean queryStorage,
List<String> storageIds,
String to,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMetrics
|
com.squareup.okhttp.Call |
ServicesResourceApi.getMetricsCall(String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMetrics
|
com.squareup.okhttp.Call |
RolesResourceApi.getMetricsCall(String clusterName,
String roleName,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMetrics
|
com.squareup.okhttp.Call |
NameservicesResourceApi.getMetricsCall(String clusterName,
String nameservice,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMetrics
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.getMetricsCall(String activityId,
String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMetrics
|
ApiMetricSchemaList |
TimeSeriesResourceApi.getMetricSchema()
Retrieve schema for all metrics.
|
com.squareup.okhttp.Call |
TimeSeriesResourceApi.getMetricSchemaAsync(ApiCallback<ApiMetricSchemaList> callback)
Retrieve schema for all metrics.
|
com.squareup.okhttp.Call |
TimeSeriesResourceApi.getMetricSchemaCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMetricSchema
|
ApiResponse<ApiMetricSchemaList> |
TimeSeriesResourceApi.getMetricSchemaWithHttpInfo()
Retrieve schema for all metrics.
|
ApiResponse<ApiMetricList> |
HostsResourceApi.getMetricsWithHttpInfo(String hostId,
String from,
List<String> ifs,
List<String> metrics,
Boolean queryNw,
Boolean queryStorage,
List<String> storageIds,
String to,
String view)
Fetch metric readings for a host.
|
ApiResponse<ApiMetricList> |
ServicesResourceApi.getMetricsWithHttpInfo(String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular service.
|
ApiResponse<ApiMetricList> |
RolesResourceApi.getMetricsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular role.
|
ApiResponse<ApiMetricList> |
NameservicesResourceApi.getMetricsWithHttpInfo(String clusterName,
String nameservice,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular nameservice.
|
ApiResponse<ApiMetricList> |
ActivitiesResourceApi.getMetricsWithHttpInfo(String activityId,
String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular activity.
|
ApiMrUsageReport |
ServicesResourceApi.getMrUsageReport(String clusterName,
String serviceName,
String aggregation,
String from,
String to)
Fetch the MR usage report.
|
com.squareup.okhttp.Call |
ServicesResourceApi.getMrUsageReportAsync(String clusterName,
String serviceName,
String aggregation,
String from,
String to,
ApiCallback<ApiMrUsageReport> callback)
Fetch the MR usage report.
|
com.squareup.okhttp.Call |
ServicesResourceApi.getMrUsageReportCall(String clusterName,
String serviceName,
String aggregation,
String from,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMrUsageReport
|
ApiResponse<ApiMrUsageReport> |
ServicesResourceApi.getMrUsageReportWithHttpInfo(String clusterName,
String serviceName,
String aggregation,
String from,
String to)
Fetch the MR usage report.
|
ApiOzoneBucketInfo |
ClustersResourceApi.getOzoneBucketInfo(String clusterName,
String bucketName,
String volumeName)
Returns the properties of the provided ozone bucket if the bucket exists.
|
com.squareup.okhttp.Call |
ClustersResourceApi.getOzoneBucketInfoAsync(String clusterName,
String bucketName,
String volumeName,
ApiCallback<ApiOzoneBucketInfo> callback)
Returns the properties of the provided ozone bucket if the bucket exists.
|
com.squareup.okhttp.Call |
ClustersResourceApi.getOzoneBucketInfoCall(String clusterName,
String bucketName,
String volumeName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getOzoneBucketInfo
|
ApiResponse<ApiOzoneBucketInfo> |
ClustersResourceApi.getOzoneBucketInfoWithHttpInfo(String clusterName,
String bucketName,
String volumeName)
Returns the properties of the provided ozone bucket if the bucket exists.
|
ApiOzoneS3GatewayInfo |
ClustersResourceApi.getOzoneS3GatewayInfo(String clusterName,
String bucketName)
Returns the REST url for the Ozone S3 Gateway, as well as the AWS credentials needed to access the S3 endpoint.
|
com.squareup.okhttp.Call |
ClustersResourceApi.getOzoneS3GatewayInfoAsync(String clusterName,
String bucketName,
ApiCallback<ApiOzoneS3GatewayInfo> callback)
Returns the REST url for the Ozone S3 Gateway, as well as the AWS credentials needed to access the S3 endpoint.
|
com.squareup.okhttp.Call |
ClustersResourceApi.getOzoneS3GatewayInfoCall(String clusterName,
String bucketName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getOzoneS3GatewayInfo
|
ApiResponse<ApiOzoneS3GatewayInfo> |
ClustersResourceApi.getOzoneS3GatewayInfoWithHttpInfo(String clusterName,
String bucketName)
Returns the REST url for the Ozone S3 Gateway, as well as the AWS credentials needed to access the S3 endpoint.
|
ApiParcelUsage |
ParcelsResourceApi.getParcelUsage(String clusterName)
Retrieve details parcel usage information for the cluster.
|
com.squareup.okhttp.Call |
ParcelsResourceApi.getParcelUsageAsync(String clusterName,
ApiCallback<ApiParcelUsage> callback)
Retrieve details parcel usage information for the cluster.
|
com.squareup.okhttp.Call |
ParcelsResourceApi.getParcelUsageCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getParcelUsage
|
ApiResponse<ApiParcelUsage> |
ParcelsResourceApi.getParcelUsageWithHttpInfo(String clusterName)
Retrieve details parcel usage information for the cluster.
|
ApiProcess |
ProcessResourceApi.getProcess(String clusterName,
String roleName,
String serviceName) |
com.squareup.okhttp.Call |
ProcessResourceApi.getProcessAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<ApiProcess> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ProcessResourceApi.getProcessCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getProcess
|
ApiResponse<ApiProcess> |
ProcessResourceApi.getProcessWithHttpInfo(String clusterName,
String roleName,
String serviceName) |
ApiImpalaQueryDetailsResponse |
ImpalaQueriesResourceApi.getQueryDetails(String clusterName,
String queryId,
String serviceName,
String format)
Returns details about the query.
|
com.squareup.okhttp.Call |
ImpalaQueriesResourceApi.getQueryDetailsAsync(String clusterName,
String queryId,
String serviceName,
String format,
ApiCallback<ApiImpalaQueryDetailsResponse> callback)
Returns details about the query.
|
com.squareup.okhttp.Call |
ImpalaQueriesResourceApi.getQueryDetailsCall(String clusterName,
String queryId,
String serviceName,
String format,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getQueryDetails
|
ApiResponse<ApiImpalaQueryDetailsResponse> |
ImpalaQueriesResourceApi.getQueryDetailsWithHttpInfo(String clusterName,
String queryId,
String serviceName,
String format)
Returns details about the query.
|
ApiRemoteDataContext |
CdpResourceApi.getRemoteContext(String dataContextName)
Get a JSON for creating a remote data context in a Workload cluster.
|
com.squareup.okhttp.Call |
CdpResourceApi.getRemoteContextAsync(String dataContextName,
ApiCallback<ApiRemoteDataContext> callback)
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.
|
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.getRemoteContextByClusterCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRemoteContextByCluster
|
ApiResponse<ApiRemoteDataContext> |
CdpResourceApi.getRemoteContextByClusterWithHttpInfo(String clusterName)
Get a JSON for creating a remote data context in a Workload cluster.
|
com.squareup.okhttp.Call |
CdpResourceApi.getRemoteContextCall(String dataContextName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRemoteContext
|
ApiResponse<ApiRemoteDataContext> |
CdpResourceApi.getRemoteContextWithHttpInfo(String dataContextName)
Get a JSON for creating a remote data context in a Workload cluster.
|
ApiReplicationState |
ReplicationsResourceApi.getReplicationState(String clusterName,
String serviceName,
String view)
returns the replication state.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.getReplicationStateAsync(String clusterName,
String serviceName,
String view,
ApiCallback<ApiReplicationState> callback)
returns the replication state.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.getReplicationStateCall(String clusterName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getReplicationState
|
ApiResponse<ApiReplicationState> |
ReplicationsResourceApi.getReplicationStateWithHttpInfo(String clusterName,
String serviceName,
String view)
returns the replication state.
|
ApiScmDbInfo |
ClouderaManagerResourceApi.getScmDbInfo()
Provides Cloudera Manager server's database information.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getScmDbInfoAsync(ApiCallback<ApiScmDbInfo> callback)
Provides Cloudera Manager server's database information.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getScmDbInfoCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getScmDbInfo
|
ApiResponse<ApiScmDbInfo> |
ClouderaManagerResourceApi.getScmDbInfoWithHttpInfo()
Provides Cloudera Manager server's database information.
|
ApiUserSessionList |
UsersResourceApi.getSessions()
Return a list of the sessions associated with interactive authenticated users in Cloudera Manager.
|
com.squareup.okhttp.Call |
UsersResourceApi.getSessionsAsync(ApiCallback<ApiUserSessionList> callback)
Return a list of the sessions associated with interactive authenticated users in Cloudera Manager.
|
com.squareup.okhttp.Call |
UsersResourceApi.getSessionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSessions
|
ApiResponse<ApiUserSessionList> |
UsersResourceApi.getSessionsWithHttpInfo()
Return a list of the sessions associated with interactive authenticated users in Cloudera Manager.
|
ApiShutdownReadiness |
ClouderaManagerResourceApi.getShutdownReadiness(String lastActivityTime)
Retrieve Cloudera Manager's readiness for shutdown and destroy.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getShutdownReadinessAsync(String lastActivityTime,
ApiCallback<ApiShutdownReadiness> callback)
Retrieve Cloudera Manager's readiness for shutdown and destroy.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getShutdownReadinessCall(String lastActivityTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getShutdownReadiness
|
ApiResponse<ApiShutdownReadiness> |
ClouderaManagerResourceApi.getShutdownReadinessWithHttpInfo(String lastActivityTime)
Retrieve Cloudera Manager's readiness for shutdown and destroy.
|
String |
MgmtRolesResourceApi.getStacksLog(String roleName)
Retrieves the stacks log file, if any, for the role's main process.
|
String |
AuthServiceRolesResourceApi.getStacksLog(String roleName)
Retrieves the stacks log file, if any, for the role's main process.
|
String |
RolesResourceApi.getStacksLog(String clusterName,
String roleName,
String serviceName)
Retrieves the stacks log file, if any, for the role's main process.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.getStacksLogAsync(String roleName,
ApiCallback<String> callback)
Retrieves the stacks log file, if any, for the role's main process.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getStacksLogAsync(String roleName,
ApiCallback<String> callback)
Retrieves the stacks log file, if any, for the role's main process.
|
com.squareup.okhttp.Call |
RolesResourceApi.getStacksLogAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<String> callback)
Retrieves the stacks log file, if any, for the role's main process.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.getStacksLogCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStacksLog
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getStacksLogCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStacksLog
|
com.squareup.okhttp.Call |
RolesResourceApi.getStacksLogCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStacksLog
|
File |
MgmtRolesResourceApi.getStacksLogsBundle(String roleName)
Download a zip-compressed archive of role stacks logs.
|
File |
AuthServiceRolesResourceApi.getStacksLogsBundle(String roleName)
Download a zip-compressed archive of role stacks logs.
|
File |
RolesResourceApi.getStacksLogsBundle(String clusterName,
String roleName,
String serviceName)
Download a zip-compressed archive of role stacks logs.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.getStacksLogsBundleAsync(String roleName,
ApiCallback<File> callback)
Download a zip-compressed archive of role stacks logs.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getStacksLogsBundleAsync(String roleName,
ApiCallback<File> callback)
Download a zip-compressed archive of role stacks logs.
|
com.squareup.okhttp.Call |
RolesResourceApi.getStacksLogsBundleAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<File> callback)
Download a zip-compressed archive of role stacks logs.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.getStacksLogsBundleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStacksLogsBundle
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getStacksLogsBundleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStacksLogsBundle
|
com.squareup.okhttp.Call |
RolesResourceApi.getStacksLogsBundleCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStacksLogsBundle
|
ApiResponse<File> |
MgmtRolesResourceApi.getStacksLogsBundleWithHttpInfo(String roleName)
Download a zip-compressed archive of role stacks logs.
|
ApiResponse<File> |
AuthServiceRolesResourceApi.getStacksLogsBundleWithHttpInfo(String roleName)
Download a zip-compressed archive of role stacks logs.
|
ApiResponse<File> |
RolesResourceApi.getStacksLogsBundleWithHttpInfo(String clusterName,
String roleName,
String serviceName)
Download a zip-compressed archive of role stacks logs.
|
ApiResponse<String> |
MgmtRolesResourceApi.getStacksLogWithHttpInfo(String roleName)
Retrieves the stacks log file, if any, for the role's main process.
|
ApiResponse<String> |
AuthServiceRolesResourceApi.getStacksLogWithHttpInfo(String roleName)
Retrieves the stacks log file, if any, for the role's main process.
|
ApiResponse<String> |
RolesResourceApi.getStacksLogWithHttpInfo(String clusterName,
String roleName,
String serviceName)
Retrieves the stacks log file, if any, for the role's main process.
|
File |
CommandsResourceApi.getStandardError(BigDecimal commandId)
Download a zip-compressed archive of standard error outputs for the command's one-off processes.
|
String |
MgmtRolesResourceApi.getStandardError(String roleName)
Retrieves the role's standard error output.
|
String |
AuthServiceRolesResourceApi.getStandardError(String roleName)
Retrieves the role's standard error output.
|
String |
RolesResourceApi.getStandardError(String clusterName,
String roleName,
String serviceName)
Retrieves the role's standard error output.
|
com.squareup.okhttp.Call |
CommandsResourceApi.getStandardErrorAsync(BigDecimal commandId,
ApiCallback<File> callback)
Download a zip-compressed archive of standard error outputs for the command's one-off processes.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.getStandardErrorAsync(String roleName,
ApiCallback<String> callback)
Retrieves the role's standard error output.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getStandardErrorAsync(String roleName,
ApiCallback<String> callback)
Retrieves the role's standard error output.
|
com.squareup.okhttp.Call |
RolesResourceApi.getStandardErrorAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<String> callback)
Retrieves the role's standard error output.
|
com.squareup.okhttp.Call |
CommandsResourceApi.getStandardErrorCall(BigDecimal commandId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardError
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.getStandardErrorCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardError
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getStandardErrorCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardError
|
com.squareup.okhttp.Call |
RolesResourceApi.getStandardErrorCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardError
|
ApiResponse<File> |
CommandsResourceApi.getStandardErrorWithHttpInfo(BigDecimal commandId)
Download a zip-compressed archive of standard error outputs for the command's one-off processes.
|
ApiResponse<String> |
MgmtRolesResourceApi.getStandardErrorWithHttpInfo(String roleName)
Retrieves the role's standard error output.
|
ApiResponse<String> |
AuthServiceRolesResourceApi.getStandardErrorWithHttpInfo(String roleName)
Retrieves the role's standard error output.
|
ApiResponse<String> |
RolesResourceApi.getStandardErrorWithHttpInfo(String clusterName,
String roleName,
String serviceName)
Retrieves the role's standard error output.
|
File |
CommandsResourceApi.getStandardOutput(BigDecimal commandId)
Download a zip-compressed archive of standard outputs for the command's one-off processes.
|
String |
MgmtRolesResourceApi.getStandardOutput(String roleName)
Retrieves the role's standard output.
|
String |
AuthServiceRolesResourceApi.getStandardOutput(String roleName)
Retrieves the role's standard output.
|
String |
RolesResourceApi.getStandardOutput(String clusterName,
String roleName,
String serviceName)
Retrieves the role's standard output.
|
com.squareup.okhttp.Call |
CommandsResourceApi.getStandardOutputAsync(BigDecimal commandId,
ApiCallback<File> callback)
Download a zip-compressed archive of standard outputs for the command's one-off processes.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.getStandardOutputAsync(String roleName,
ApiCallback<String> callback)
Retrieves the role's standard output.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getStandardOutputAsync(String roleName,
ApiCallback<String> callback)
Retrieves the role's standard output.
|
com.squareup.okhttp.Call |
RolesResourceApi.getStandardOutputAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<String> callback)
Retrieves the role's standard output.
|
com.squareup.okhttp.Call |
CommandsResourceApi.getStandardOutputCall(BigDecimal commandId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardOutput
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.getStandardOutputCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardOutput
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getStandardOutputCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardOutput
|
com.squareup.okhttp.Call |
RolesResourceApi.getStandardOutputCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardOutput
|
ApiResponse<File> |
CommandsResourceApi.getStandardOutputWithHttpInfo(BigDecimal commandId)
Download a zip-compressed archive of standard outputs for the command's one-off processes.
|
ApiResponse<String> |
MgmtRolesResourceApi.getStandardOutputWithHttpInfo(String roleName)
Retrieves the role's standard output.
|
ApiResponse<String> |
AuthServiceRolesResourceApi.getStandardOutputWithHttpInfo(String roleName)
Retrieves the role's standard output.
|
ApiResponse<String> |
RolesResourceApi.getStandardOutputWithHttpInfo(String clusterName,
String roleName,
String serviceName)
Retrieves the role's standard output.
|
ApiExternalAccountCategoryList |
ExternalAccountsResourceApi.getSupportedCategories()
List of external account categories supported by this Cloudera Manager.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.getSupportedCategoriesAsync(ApiCallback<ApiExternalAccountCategoryList> callback)
List of external account categories supported by this Cloudera Manager.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.getSupportedCategoriesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSupportedCategories
|
ApiResponse<ApiExternalAccountCategoryList> |
ExternalAccountsResourceApi.getSupportedCategoriesWithHttpInfo()
List of external account categories supported by this Cloudera Manager.
|
ApiExternalAccountTypeList |
ExternalAccountsResourceApi.getSupportedTypes(String categoryName)
List of external account types supported by this Cloudera Manager by category.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.getSupportedTypesAsync(String categoryName,
ApiCallback<ApiExternalAccountTypeList> callback)
List of external account types supported by this Cloudera Manager by category.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.getSupportedTypesCall(String categoryName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSupportedTypes
|
ApiResponse<ApiExternalAccountTypeList> |
ExternalAccountsResourceApi.getSupportedTypesWithHttpInfo(String categoryName)
List of external account types supported by this Cloudera Manager by category.
|
ApiTagToEntitiesList |
TagsResourceApi.getTags(BigDecimal limit,
BigDecimal offset)
Current CM entities and their tags.
|
com.squareup.okhttp.Call |
TagsResourceApi.getTagsAsync(BigDecimal limit,
BigDecimal offset,
ApiCallback<ApiTagToEntitiesList> callback)
Current CM entities and their tags.
|
com.squareup.okhttp.Call |
TagsResourceApi.getTagsCall(BigDecimal limit,
BigDecimal offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTags
|
ApiResponse<ApiTagToEntitiesList> |
TagsResourceApi.getTagsWithHttpInfo(BigDecimal limit,
BigDecimal offset)
Current CM entities and their tags.
|
File |
CertManagerResourceApi.getTruststore(String type)
Gets the Auto-TLS truststore contents.
|
com.squareup.okhttp.Call |
CertManagerResourceApi.getTruststoreAsync(String type,
ApiCallback<File> callback)
Gets the Auto-TLS truststore contents.
|
com.squareup.okhttp.Call |
CertManagerResourceApi.getTruststoreCall(String type,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTruststore
|
String |
CertManagerResourceApi.getTruststorePassword()
Gets the configured CM truststore password.
|
com.squareup.okhttp.Call |
CertManagerResourceApi.getTruststorePasswordAsync(ApiCallback<String> callback)
Gets the configured CM truststore password.
|
com.squareup.okhttp.Call |
CertManagerResourceApi.getTruststorePasswordCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTruststorePassword
|
ApiResponse<String> |
CertManagerResourceApi.getTruststorePasswordWithHttpInfo()
Gets the configured CM truststore password.
|
ApiResponse<File> |
CertManagerResourceApi.getTruststoreWithHttpInfo(String type)
Gets the Auto-TLS truststore contents.
|
ApiClusterUtilization |
ClustersResourceApi.getUtilizationReport(String clusterName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to)
Provides the resource utilization of the entire cluster as well as the resource utilization per tenant.
|
com.squareup.okhttp.Call |
ClustersResourceApi.getUtilizationReportAsync(String clusterName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to,
ApiCallback<ApiClusterUtilization> callback)
Provides the resource utilization of the entire cluster as well as the resource utilization per tenant.
|
com.squareup.okhttp.Call |
ClustersResourceApi.getUtilizationReportCall(String clusterName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUtilizationReport
|
ApiResponse<ApiClusterUtilization> |
ClustersResourceApi.getUtilizationReportWithHttpInfo(String clusterName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to)
Provides the resource utilization of the entire cluster as well as the resource utilization per tenant.
|
ApiVersionInfo |
ClouderaManagerResourceApi.getVersion()
Provides version information of Cloudera Manager itself.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getVersionAsync(ApiCallback<ApiVersionInfo> callback)
Provides version information of Cloudera Manager itself.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getVersionCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getVersion
|
ApiResponse<ApiVersionInfo> |
ClouderaManagerResourceApi.getVersionWithHttpInfo()
Provides version information of Cloudera Manager itself.
|
ApiYarnApplicationAttributeList |
YarnApplicationsResourceApi.getYarnApplicationAttributes(String clusterName,
String serviceName)
Returns the list of all attributes that the Service Monitor can associate with YARN applications.
|
com.squareup.okhttp.Call |
YarnApplicationsResourceApi.getYarnApplicationAttributesAsync(String clusterName,
String serviceName,
ApiCallback<ApiYarnApplicationAttributeList> callback)
Returns the list of all attributes that the Service Monitor can associate with YARN applications.
|
com.squareup.okhttp.Call |
YarnApplicationsResourceApi.getYarnApplicationAttributesCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getYarnApplicationAttributes
|
ApiResponse<ApiYarnApplicationAttributeList> |
YarnApplicationsResourceApi.getYarnApplicationAttributesWithHttpInfo(String clusterName,
String serviceName)
Returns the list of all attributes that the Service Monitor can associate with YARN applications.
|
ApiYarnApplicationResponse |
YarnApplicationsResourceApi.getYarnApplications(String clusterName,
String serviceName,
String filter,
String from,
BigDecimal limit,
BigDecimal offset,
String to)
Returns a list of applications that satisfy the filter.
|
com.squareup.okhttp.Call |
YarnApplicationsResourceApi.getYarnApplicationsAsync(String clusterName,
String serviceName,
String filter,
String from,
BigDecimal limit,
BigDecimal offset,
String to,
ApiCallback<ApiYarnApplicationResponse> callback)
Returns a list of applications that satisfy the filter.
|
com.squareup.okhttp.Call |
YarnApplicationsResourceApi.getYarnApplicationsCall(String clusterName,
String serviceName,
String filter,
String from,
BigDecimal limit,
BigDecimal offset,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getYarnApplications
|
ApiResponse<ApiYarnApplicationResponse> |
YarnApplicationsResourceApi.getYarnApplicationsWithHttpInfo(String clusterName,
String serviceName,
String filter,
String from,
BigDecimal limit,
BigDecimal offset,
String to)
Returns a list of applications that satisfy the filter.
|
ApiYarnUtilization |
ServicesResourceApi.getYarnUtilization(String clusterName,
String serviceName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to)
Provides the resource utilization of the yarn service as well as the resource utilization per tenant.
|
com.squareup.okhttp.Call |
ServicesResourceApi.getYarnUtilizationAsync(String clusterName,
String serviceName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to,
ApiCallback<ApiYarnUtilization> callback)
Provides the resource utilization of the yarn service as well as the resource utilization per tenant.
|
com.squareup.okhttp.Call |
ServicesResourceApi.getYarnUtilizationCall(String clusterName,
String serviceName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getYarnUtilization
|
ApiResponse<ApiYarnUtilization> |
ServicesResourceApi.getYarnUtilizationWithHttpInfo(String clusterName,
String serviceName,
List<String> daysOfWeek,
BigDecimal endHourOfDay,
String from,
BigDecimal startHourOfDay,
String tenantType,
String to)
Provides the resource utilization of the yarn service as well as the resource utilization per tenant.
|
ApiCommand |
ServicesResourceApi.hbaseReplicationCreateUserDirectory(String clusterName,
String serviceName)
Create the HBase user directory (usually /user/hbase).
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationCreateUserDirectoryAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the HBase user directory (usually /user/hbase).
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationCreateUserDirectoryCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseReplicationCreateUserDirectory
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hbaseReplicationCreateUserDirectoryWithHttpInfo(String clusterName,
String serviceName)
Create the HBase user directory (usually /user/hbase).
|
ApiCommand |
ServicesResourceApi.hbaseReplicationFirstTimeSetupAutomatic(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body)
Starts an automatic HBase replication first time setup.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupAutomaticAsync(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body,
ApiCallback<ApiCommand> callback)
Starts an automatic HBase replication first time setup.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupAutomaticCall(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseReplicationFirstTimeSetupAutomatic
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hbaseReplicationFirstTimeSetupAutomaticWithHttpInfo(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body)
Starts an automatic HBase replication first time setup.
|
ApiCommand |
ServicesResourceApi.hbaseReplicationFirstTimeSetupCleanAndReset(String clusterName,
String serviceName,
ApiHBaseReplicationSetupCleanAndResetArgs body)
Cleans and resets the HBase replication first time setup on the given source and target:.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupCleanAndResetAsync(String clusterName,
String serviceName,
ApiHBaseReplicationSetupCleanAndResetArgs body,
ApiCallback<ApiCommand> callback)
Cleans and resets the HBase replication first time setup on the given source and target:.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupCleanAndResetCall(String clusterName,
String serviceName,
ApiHBaseReplicationSetupCleanAndResetArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseReplicationFirstTimeSetupCleanAndReset
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hbaseReplicationFirstTimeSetupCleanAndResetWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseReplicationSetupCleanAndResetArgs body)
Cleans and resets the HBase replication first time setup on the given source and target:.
|
void |
ServicesResourceApi.hbaseReplicationFirstTimeSetupForceReady(String clusterName,
String serviceName,
ApiServiceRef body)
Force sets the HBase replication first time setup status to be READY for the given source and target.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupForceReadyAsync(String clusterName,
String serviceName,
ApiServiceRef body,
ApiCallback<Void> callback)
Force sets the HBase replication first time setup status to be READY for the given source and target.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupForceReadyCall(String clusterName,
String serviceName,
ApiServiceRef body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseReplicationFirstTimeSetupForceReady
|
ApiResponse<Void> |
ServicesResourceApi.hbaseReplicationFirstTimeSetupForceReadyWithHttpInfo(String clusterName,
String serviceName,
ApiServiceRef body)
Force sets the HBase replication first time setup status to be READY for the given source and target.
|
ApiCommand |
ServicesResourceApi.hbaseReplicationFirstTimeSetupManual(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body)
Starts a manual HBase replication first time setup.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupManualAsync(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body,
ApiCallback<ApiCommand> callback)
Starts a manual HBase replication first time setup.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupManualCall(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseReplicationFirstTimeSetupManual
|
ApiCommand |
ServicesResourceApi.hbaseReplicationFirstTimeSetupManualContinue(String clusterName,
String serviceName,
ApiServiceRef body)
Should be called after #hbaseReplicationFirstTimeSetupManual(String, ApiHBaseReplicationSetupCommandArgs) to finish the manual HBase replication first time setup.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupManualContinueAsync(String clusterName,
String serviceName,
ApiServiceRef body,
ApiCallback<ApiCommand> callback)
Should be called after #hbaseReplicationFirstTimeSetupManual(String, ApiHBaseReplicationSetupCommandArgs) to finish the manual HBase replication first time setup.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupManualContinueCall(String clusterName,
String serviceName,
ApiServiceRef body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseReplicationFirstTimeSetupManualContinue
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hbaseReplicationFirstTimeSetupManualContinueWithHttpInfo(String clusterName,
String serviceName,
ApiServiceRef body)
Should be called after #hbaseReplicationFirstTimeSetupManual(String, ApiHBaseReplicationSetupCommandArgs) to finish the manual HBase replication first time setup.
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hbaseReplicationFirstTimeSetupManualWithHttpInfo(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body)
Starts a manual HBase replication first time setup.
|
void |
ServicesResourceApi.hbaseReplicationFirstTimeSetupReset(String clusterName,
String serviceName,
ApiServiceRef body)
Resets/removes the HBase replication first time setup status for the given source and target.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupResetAsync(String clusterName,
String serviceName,
ApiServiceRef body,
ApiCallback<Void> callback)
Resets/removes the HBase replication first time setup status for the given source and target.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupResetCall(String clusterName,
String serviceName,
ApiServiceRef body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseReplicationFirstTimeSetupReset
|
ApiResponse<Void> |
ServicesResourceApi.hbaseReplicationFirstTimeSetupResetWithHttpInfo(String clusterName,
String serviceName,
ApiServiceRef body)
Resets/removes the HBase replication first time setup status for the given source and target.
|
ApiHBaseReplicationSetupStatus |
ServicesResourceApi.hbaseReplicationFirstTimeSetupStatus(String clusterName,
String serviceName,
String sourceCluster,
String sourcePeer,
String sourceService) |
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupStatusAsync(String clusterName,
String serviceName,
String sourceCluster,
String sourcePeer,
String sourceService,
ApiCallback<ApiHBaseReplicationSetupStatus> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationFirstTimeSetupStatusCall(String clusterName,
String serviceName,
String sourceCluster,
String sourcePeer,
String sourceService,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseReplicationFirstTimeSetupStatus
|
ApiResponse<ApiHBaseReplicationSetupStatus> |
ServicesResourceApi.hbaseReplicationFirstTimeSetupStatusWithHttpInfo(String clusterName,
String serviceName,
String sourceCluster,
String sourcePeer,
String sourceService) |
ApiCommand |
ServicesResourceApi.hbaseReplicationSetup(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body)
Perform one time setup for HBase replication.
|
ApiCommand |
ServicesResourceApi.hbaseReplicationSetupAdmin(String clusterName,
String serviceName,
String cmPeerDefinition,
String op,
String path,
String user) |
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationSetupAdminAsync(String clusterName,
String serviceName,
String cmPeerDefinition,
String op,
String path,
String user,
ApiCallback<ApiCommand> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationSetupAdminCall(String clusterName,
String serviceName,
String cmPeerDefinition,
String op,
String path,
String user,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseReplicationSetupAdmin
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hbaseReplicationSetupAdminWithHttpInfo(String clusterName,
String serviceName,
String cmPeerDefinition,
String op,
String path,
String user) |
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationSetupAsync(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body,
ApiCallback<ApiCommand> callback)
Perform one time setup for HBase replication.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseReplicationSetupCall(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseReplicationSetup
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hbaseReplicationSetupWithHttpInfo(String clusterName,
String serviceName,
Boolean force,
ApiHBaseReplicationSetupCommandArgs body)
Perform one time setup for HBase replication.
|
ApiCommand |
ServicesResourceApi.hbaseShellCommand(String clusterName,
String serviceName,
ApiHBaseShellCommand body)
Execute a hbase shell command.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseShellCommandAsync(String clusterName,
String serviceName,
ApiHBaseShellCommand body,
ApiCallback<ApiCommand> callback)
Execute a hbase shell command.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseShellCommandCall(String clusterName,
String serviceName,
ApiHBaseShellCommand body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseShellCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hbaseShellCommandWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseShellCommand body)
Execute a hbase shell command.
|
ApiCommand |
ServicesResourceApi.hbaseUpgradeCommand(String clusterName,
String serviceName)
Upgrade HBase data in HDFS and ZooKeeper as part of upgrade from CDH4 to CDH5.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseUpgradeCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Upgrade HBase data in HDFS and ZooKeeper as part of upgrade from CDH4 to CDH5.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hbaseUpgradeCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hbaseUpgradeCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hbaseUpgradeCommandWithHttpInfo(String clusterName,
String serviceName)
Upgrade HBase data in HDFS and ZooKeeper as part of upgrade from CDH4 to CDH5.
|
ApiCommand |
ServicesResourceApi.hdfsAddSBNNToNSCommand(String clusterName,
String serviceName,
ApiAddSBNNToNSArguments body) |
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsAddSBNNToNSCommandAsync(String clusterName,
String serviceName,
ApiAddSBNNToNSArguments body,
ApiCallback<ApiCommand> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsAddSBNNToNSCommandCall(String clusterName,
String serviceName,
ApiAddSBNNToNSArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsAddSBNNToNSCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsAddSBNNToNSCommandWithHttpInfo(String clusterName,
String serviceName,
ApiAddSBNNToNSArguments body) |
ApiBulkCommandList |
RoleCommandsResourceApi.hdfsBootstrapStandByCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Bootstrap HDFS stand-by NameNodes.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsBootstrapStandByCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Bootstrap HDFS stand-by NameNodes.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsBootstrapStandByCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsBootstrapStandByCommand
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.hdfsBootstrapStandByCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Bootstrap HDFS stand-by NameNodes.
|
ApiCommand |
ServicesResourceApi.hdfsCreateTmpDir(String clusterName,
String serviceName)
Creates a tmp directory on the HDFS filesystem.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsCreateTmpDirAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Creates a tmp directory on the HDFS filesystem.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsCreateTmpDirCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsCreateTmpDir
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsCreateTmpDirWithHttpInfo(String clusterName,
String serviceName)
Creates a tmp directory on the HDFS filesystem.
|
ApiCommand |
ServicesResourceApi.hdfsDisableAutoFailoverCommand(String clusterName,
String serviceName,
String body)
Disable auto-failover for a highly available HDFS nameservice.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsDisableAutoFailoverCommandAsync(String clusterName,
String serviceName,
String body,
ApiCallback<ApiCommand> callback)
Disable auto-failover for a highly available HDFS nameservice.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsDisableAutoFailoverCommandCall(String clusterName,
String serviceName,
String body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsDisableAutoFailoverCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsDisableAutoFailoverCommandWithHttpInfo(String clusterName,
String serviceName,
String body)
Disable auto-failover for a highly available HDFS nameservice.
|
ApiCommand |
ServicesResourceApi.hdfsDisableHaCommand(String clusterName,
String serviceName,
ApiHdfsDisableHaArguments body)
Disable high availability (HA) for an HDFS NameNode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsDisableHaCommandAsync(String clusterName,
String serviceName,
ApiHdfsDisableHaArguments body,
ApiCallback<ApiCommand> callback)
Disable high availability (HA) for an HDFS NameNode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsDisableHaCommandCall(String clusterName,
String serviceName,
ApiHdfsDisableHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsDisableHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsDisableHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiHdfsDisableHaArguments body)
Disable high availability (HA) for an HDFS NameNode.
|
ApiCommand |
ServicesResourceApi.hdfsDisableNnHaCommand(String clusterName,
String serviceName,
ApiDisableNnHaArguments body)
Disable High Availability (HA) with Automatic Failover for an HDFS NameNode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsDisableNnHaCommandAsync(String clusterName,
String serviceName,
ApiDisableNnHaArguments body,
ApiCallback<ApiCommand> callback)
Disable High Availability (HA) with Automatic Failover for an HDFS NameNode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsDisableNnHaCommandCall(String clusterName,
String serviceName,
ApiDisableNnHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsDisableNnHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsDisableNnHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiDisableNnHaArguments body)
Disable High Availability (HA) with Automatic Failover for an HDFS NameNode.
|
ApiCommand |
ServicesResourceApi.hdfsEnableAutoFailoverCommand(String clusterName,
String serviceName,
ApiHdfsFailoverArguments body)
Enable auto-failover for an HDFS nameservice.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsEnableAutoFailoverCommandAsync(String clusterName,
String serviceName,
ApiHdfsFailoverArguments body,
ApiCallback<ApiCommand> callback)
Enable auto-failover for an HDFS nameservice.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsEnableAutoFailoverCommandCall(String clusterName,
String serviceName,
ApiHdfsFailoverArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsEnableAutoFailoverCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsEnableAutoFailoverCommandWithHttpInfo(String clusterName,
String serviceName,
ApiHdfsFailoverArguments body)
Enable auto-failover for an HDFS nameservice.
|
ApiCommand |
ServicesResourceApi.hdfsEnableHaCommand(String clusterName,
String serviceName,
ApiHdfsHaArguments body)
Enable high availability (HA) for an HDFS NameNode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsEnableHaCommandAsync(String clusterName,
String serviceName,
ApiHdfsHaArguments body,
ApiCallback<ApiCommand> callback)
Enable high availability (HA) for an HDFS NameNode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsEnableHaCommandCall(String clusterName,
String serviceName,
ApiHdfsHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsEnableHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsEnableHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiHdfsHaArguments body)
Enable high availability (HA) for an HDFS NameNode.
|
ApiCommand |
ServicesResourceApi.hdfsEnableNnHaCommand(String clusterName,
String serviceName,
ApiEnableNnHaArguments body)
Enable High Availability (HA) with Automatic Failover for an HDFS NameNode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsEnableNnHaCommandAsync(String clusterName,
String serviceName,
ApiEnableNnHaArguments body,
ApiCallback<ApiCommand> callback)
Enable High Availability (HA) with Automatic Failover for an HDFS NameNode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsEnableNnHaCommandCall(String clusterName,
String serviceName,
ApiEnableNnHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsEnableNnHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsEnableNnHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiEnableNnHaArguments body)
Enable High Availability (HA) with Automatic Failover for an HDFS NameNode.
|
ApiBulkCommandList |
RoleCommandsResourceApi.hdfsEnterSafemode(String clusterName,
String serviceName,
ApiRoleNameList body)
Enter safemode for namenodes.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsEnterSafemodeAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Enter safemode for namenodes.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsEnterSafemodeCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsEnterSafemode
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.hdfsEnterSafemodeWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Enter safemode for namenodes.
|
ApiCommand |
ServicesResourceApi.hdfsFailoverCommand(String clusterName,
String serviceName,
Boolean force,
ApiRoleNameList body)
Initiate a failover in an HDFS HA NameNode pair.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsFailoverCommandAsync(String clusterName,
String serviceName,
Boolean force,
ApiRoleNameList body,
ApiCallback<ApiCommand> callback)
Initiate a failover in an HDFS HA NameNode pair.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsFailoverCommandCall(String clusterName,
String serviceName,
Boolean force,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsFailoverCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsFailoverCommandWithHttpInfo(String clusterName,
String serviceName,
Boolean force,
ApiRoleNameList body)
Initiate a failover in an HDFS HA NameNode pair.
|
ApiBulkCommandList |
RoleCommandsResourceApi.hdfsFinalizeMetadataUpgrade(String clusterName,
String serviceName,
ApiRoleNameList body)
Finalize HDFS NameNode metadata upgrade.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsFinalizeMetadataUpgradeAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Finalize HDFS NameNode metadata upgrade.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsFinalizeMetadataUpgradeCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsFinalizeMetadataUpgrade
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.hdfsFinalizeMetadataUpgradeWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Finalize HDFS NameNode metadata upgrade.
|
ApiCommand |
ServicesResourceApi.hdfsFinalizeRollingUpgrade(String clusterName,
String serviceName)
Finalizes the rolling upgrade for HDFS by updating the NameNode metadata permanently to the next version.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsFinalizeRollingUpgradeAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Finalizes the rolling upgrade for HDFS by updating the NameNode metadata permanently to the next version.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsFinalizeRollingUpgradeCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsFinalizeRollingUpgrade
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsFinalizeRollingUpgradeWithHttpInfo(String clusterName,
String serviceName)
Finalizes the rolling upgrade for HDFS by updating the NameNode metadata permanently to the next version.
|
ApiBulkCommandList |
RoleCommandsResourceApi.hdfsInitializeAutoFailoverCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Initialize HDFS HA failover controller metadata.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsInitializeAutoFailoverCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Initialize HDFS HA failover controller metadata.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsInitializeAutoFailoverCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsInitializeAutoFailoverCommand
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.hdfsInitializeAutoFailoverCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Initialize HDFS HA failover controller metadata.
|
ApiBulkCommandList |
RoleCommandsResourceApi.hdfsInitializeSharedDirCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Initialize HDFS NameNodes' shared edit directory.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsInitializeSharedDirCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Initialize HDFS NameNodes' shared edit directory.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsInitializeSharedDirCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsInitializeSharedDirCommand
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.hdfsInitializeSharedDirCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Initialize HDFS NameNodes' shared edit directory.
|
ApiBulkCommandList |
RoleCommandsResourceApi.hdfsLeaveSafemode(String clusterName,
String serviceName,
ApiRoleNameList body)
Leave safemode for namenodes.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsLeaveSafemodeAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Leave safemode for namenodes.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsLeaveSafemodeCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsLeaveSafemode
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.hdfsLeaveSafemodeWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Leave safemode for namenodes.
|
ApiCommand |
ServicesResourceApi.hdfsRollEditsCommand(String clusterName,
String serviceName,
ApiRollEditsArgs body)
Roll the edits of an HDFS NameNode or Nameservice.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsRollEditsCommandAsync(String clusterName,
String serviceName,
ApiRollEditsArgs body,
ApiCallback<ApiCommand> callback)
Roll the edits of an HDFS NameNode or Nameservice.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsRollEditsCommandCall(String clusterName,
String serviceName,
ApiRollEditsArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsRollEditsCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsRollEditsCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRollEditsArgs body)
Roll the edits of an HDFS NameNode or Nameservice.
|
ApiBulkCommandList |
RoleCommandsResourceApi.hdfsSaveNamespace(String clusterName,
String serviceName,
ApiRoleNameList body)
Save namespace for namenodes.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsSaveNamespaceAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Save namespace for namenodes.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.hdfsSaveNamespaceCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsSaveNamespace
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.hdfsSaveNamespaceWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Save namespace for namenodes.
|
ApiCommand |
ServicesResourceApi.hdfsUpgradeMetadataCommand(String clusterName,
String serviceName)
Upgrade HDFS Metadata as part of a major version upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsUpgradeMetadataCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Upgrade HDFS Metadata as part of a major version upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsUpgradeMetadataCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsUpgradeMetadataCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsUpgradeMetadataCommandWithHttpInfo(String clusterName,
String serviceName)
Upgrade HDFS Metadata as part of a major version upgrade.
|
ApiCommand |
ServicesResourceApi.hiveCreateMetastoreDatabaseCommand(String clusterName,
String serviceName)
Create the Hive Metastore Database.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hiveCreateMetastoreDatabaseCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Hive Metastore Database.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hiveCreateMetastoreDatabaseCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hiveCreateMetastoreDatabaseCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hiveCreateMetastoreDatabaseCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Hive Metastore Database.
|
ApiCommand |
ServicesResourceApi.hiveCreateMetastoreDatabaseTablesCommand(String clusterName,
String serviceName)
Create the Hive Metastore Database tables.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hiveCreateMetastoreDatabaseTablesCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Hive Metastore Database tables.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hiveCreateMetastoreDatabaseTablesCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hiveCreateMetastoreDatabaseTablesCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hiveCreateMetastoreDatabaseTablesCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Hive Metastore Database tables.
|
ApiCommand |
ServicesResourceApi.hiveUpdateMetastoreNamenodesCommand(String clusterName,
String serviceName)
Update Hive Metastore to point to a NameNode's Nameservice name instead of hostname.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hiveUpdateMetastoreNamenodesCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Update Hive Metastore to point to a NameNode's Nameservice name instead of hostname.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hiveUpdateMetastoreNamenodesCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hiveUpdateMetastoreNamenodesCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hiveUpdateMetastoreNamenodesCommandWithHttpInfo(String clusterName,
String serviceName)
Update Hive Metastore to point to a NameNode's Nameservice name instead of hostname.
|
ApiCommand |
ServicesResourceApi.hiveUpgradeMetastoreCommand(String clusterName,
String serviceName)
Upgrade Hive Metastore as part of a major version upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hiveUpgradeMetastoreCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Upgrade Hive Metastore as part of a major version upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hiveUpgradeMetastoreCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hiveUpgradeMetastoreCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hiveUpgradeMetastoreCommandWithHttpInfo(String clusterName,
String serviceName)
Upgrade Hive Metastore as part of a major version upgrade.
|
ApiCommand |
ServicesResourceApi.hiveValidateMetastoreSchemaCommand(String clusterName,
String serviceName)
Validate the Hive Metastore Schema.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hiveValidateMetastoreSchemaCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Validate the Hive Metastore Schema.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hiveValidateMetastoreSchemaCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hiveValidateMetastoreSchemaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hiveValidateMetastoreSchemaCommandWithHttpInfo(String clusterName,
String serviceName)
Validate the Hive Metastore Schema.
|
ApiCommand |
ClouderaManagerResourceApi.hostInstallCommand(ApiHostInstallArguments body)
Perform installation on a set of hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostInstallCommandAsync(ApiHostInstallArguments body,
ApiCallback<ApiCommand> callback)
Perform installation on a set of hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostInstallCommandCall(ApiHostInstallArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostInstallCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostInstallCommandWithHttpInfo(ApiHostInstallArguments body)
Perform installation on a set of hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsDecommissionCommand(ApiHostNameList body)
Decommission the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsDecommissionCommandAsync(ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Decommission the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsDecommissionCommandCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsDecommissionCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsDecommissionCommandWithHttpInfo(ApiHostNameList body)
Decommission the given hosts.
|
ApiHostMaintenanceResponseList |
HostsResourceApi.hostsEnterMaintenanceMode(ApiHostNameList body)
Puts a set of hosts into Maintenance mode.
|
com.squareup.okhttp.Call |
HostsResourceApi.hostsEnterMaintenanceModeAsync(ApiHostNameList body,
ApiCallback<ApiHostMaintenanceResponseList> callback)
Puts a set of hosts into Maintenance mode.
|
com.squareup.okhttp.Call |
HostsResourceApi.hostsEnterMaintenanceModeCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsEnterMaintenanceMode
|
ApiResponse<ApiHostMaintenanceResponseList> |
HostsResourceApi.hostsEnterMaintenanceModeWithHttpInfo(ApiHostNameList body)
Puts a set of hosts into Maintenance mode.
|
ApiCommand |
ClouderaManagerResourceApi.hostsOfflineOrDecommissionCommand(BigDecimal offlineTimeout,
ApiHostNameList body)
Decommission the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsOfflineOrDecommissionCommandAsync(BigDecimal offlineTimeout,
ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Decommission the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsOfflineOrDecommissionCommandCall(BigDecimal offlineTimeout,
ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsOfflineOrDecommissionCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsOfflineOrDecommissionCommandWithHttpInfo(BigDecimal offlineTimeout,
ApiHostNameList body)
Decommission the given hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsPerfInspectorCommand(ApiHostsPerfInspectorArgs body)
Run performance diagnostics test against specified hosts in ApiHostsPerfInspectorArgs User must be Full Administrator or Global Cluster Administrator.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsPerfInspectorCommandAsync(ApiHostsPerfInspectorArgs body,
ApiCallback<ApiCommand> callback)
Run performance diagnostics test against specified hosts in ApiHostsPerfInspectorArgs User must be Full Administrator or Global Cluster Administrator.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsPerfInspectorCommandCall(ApiHostsPerfInspectorArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsPerfInspectorCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsPerfInspectorCommandWithHttpInfo(ApiHostsPerfInspectorArgs body)
Run performance diagnostics test against specified hosts in ApiHostsPerfInspectorArgs User must be Full Administrator or Global Cluster Administrator.
|
ApiCommand |
ClouderaManagerResourceApi.hostsRecommissionAndExitMaintenanceModeCommand(String recommissionType,
ApiHostNameList body)
Recommission and exit maintenance on the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsRecommissionAndExitMaintenanceModeCommandAsync(String recommissionType,
ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Recommission and exit maintenance on the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsRecommissionAndExitMaintenanceModeCommandCall(String recommissionType,
ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsRecommissionAndExitMaintenanceModeCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsRecommissionAndExitMaintenanceModeCommandWithHttpInfo(String recommissionType,
ApiHostNameList body)
Recommission and exit maintenance on the given hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsRecommissionCommand(ApiHostNameList body)
Recommission the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsRecommissionCommandAsync(ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Recommission the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsRecommissionCommandCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsRecommissionCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsRecommissionCommandWithHttpInfo(ApiHostNameList body)
Recommission the given hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsRecommissionWithStartCommand(ApiHostNameList body)
Recommission the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsRecommissionWithStartCommandAsync(ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Recommission the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsRecommissionWithStartCommandCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsRecommissionWithStartCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsRecommissionWithStartCommandWithHttpInfo(ApiHostNameList body)
Recommission the given hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsStartRolesCommand(ApiHostNameList body)
Start all the roles on the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsStartRolesCommandAsync(ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Start all the roles on the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsStartRolesCommandCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsStartRolesCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsStartRolesCommandWithHttpInfo(ApiHostNameList body)
Start all the roles on the given hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsStopRolesCommand(ApiHostNameList body)
Stop all the roles on the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsStopRolesCommandAsync(ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Stop all the roles on the given hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostsStopRolesCommandCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsStopRolesCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsStopRolesCommandWithHttpInfo(ApiHostNameList body)
Stop all the roles on the given hosts.
|
ApiCommand |
ServicesResourceApi.hueDumpDbCommand(String clusterName,
String serviceName)
Runs Hue's dumpdata command.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hueDumpDbCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Runs Hue's dumpdata command.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hueDumpDbCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hueDumpDbCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hueDumpDbCommandWithHttpInfo(String clusterName,
String serviceName)
Runs Hue's dumpdata command.
|
ApiCommand |
ServicesResourceApi.hueLoadDbCommand(String clusterName,
String serviceName)
Runs Hue's loaddata command.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hueLoadDbCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Runs Hue's loaddata command.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hueLoadDbCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hueLoadDbCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hueLoadDbCommandWithHttpInfo(String clusterName,
String serviceName)
Runs Hue's loaddata command.
|
ApiCommand |
ServicesResourceApi.hueSyncDbCommand(String clusterName,
String serviceName)
Runs Hue's syncdb command.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hueSyncDbCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Runs Hue's syncdb command.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hueSyncDbCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hueSyncDbCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hueSyncDbCommandWithHttpInfo(String clusterName,
String serviceName)
Runs Hue's syncdb command.
|
ApiCommand |
ServicesResourceApi.impalaCreateCatalogDatabaseCommand(String clusterName,
String serviceName)
.
|
com.squareup.okhttp.Call |
ServicesResourceApi.impalaCreateCatalogDatabaseCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
.
|
com.squareup.okhttp.Call |
ServicesResourceApi.impalaCreateCatalogDatabaseCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for impalaCreateCatalogDatabaseCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.impalaCreateCatalogDatabaseCommandWithHttpInfo(String clusterName,
String serviceName)
.
|
ApiCommand |
ServicesResourceApi.impalaCreateCatalogDatabaseTablesCommand(String clusterName,
String serviceName)
.
|
com.squareup.okhttp.Call |
ServicesResourceApi.impalaCreateCatalogDatabaseTablesCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
.
|
com.squareup.okhttp.Call |
ServicesResourceApi.impalaCreateCatalogDatabaseTablesCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for impalaCreateCatalogDatabaseTablesCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.impalaCreateCatalogDatabaseTablesCommandWithHttpInfo(String clusterName,
String serviceName)
.
|
ApiCommand |
RolesResourceApi.impalaDiagnostics(String clusterName,
String roleName,
String serviceName,
ApiImpalaRoleDiagnosticsArgs body)
Collects diagnostics data for an Impala role.
|
com.squareup.okhttp.Call |
RolesResourceApi.impalaDiagnosticsAsync(String clusterName,
String roleName,
String serviceName,
ApiImpalaRoleDiagnosticsArgs body,
ApiCallback<ApiCommand> callback)
Collects diagnostics data for an Impala role.
|
com.squareup.okhttp.Call |
RolesResourceApi.impalaDiagnosticsCall(String clusterName,
String roleName,
String serviceName,
ApiImpalaRoleDiagnosticsArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for impalaDiagnostics
|
ApiResponse<ApiCommand> |
RolesResourceApi.impalaDiagnosticsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
ApiImpalaRoleDiagnosticsArgs body)
Collects diagnostics data for an Impala role.
|
ApiCommand |
ClouderaManagerResourceApi.importAdminCredentials(String password,
String username)
Imports the KDC Account Manager credentials needed by Cloudera Manager to create kerberos principals needed by CDH services.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.importAdminCredentialsAsync(String password,
String username,
ApiCallback<ApiCommand> callback)
Imports the KDC Account Manager credentials needed by Cloudera Manager to create kerberos principals needed by CDH services.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.importAdminCredentialsCall(String password,
String username,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importAdminCredentials
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.importAdminCredentialsWithHttpInfo(String password,
String username)
Imports the KDC Account Manager credentials needed by Cloudera Manager to create kerberos principals needed by CDH services.
|
ApiCommand |
ClouderaManagerResourceApi.importClusterTemplate(Boolean addRepositories,
ApiClusterTemplate body)
Create cluster as per the given cluster template.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.importClusterTemplateAsync(Boolean addRepositories,
ApiClusterTemplate body,
ApiCallback<ApiCommand> callback)
Create cluster as per the given cluster template.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.importClusterTemplateCall(Boolean addRepositories,
ApiClusterTemplate body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importClusterTemplate
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.importClusterTemplateWithHttpInfo(Boolean addRepositories,
ApiClusterTemplate body)
Create cluster as per the given cluster template.
|
ApiCommand |
ClouderaManagerResourceApi.importKerberosPrincipal(BigDecimal kvno,
String password,
String principal)
Imports the Kerberos credentials for the specified principal which can then be used to add to a role's keytab by running Generate Credentials command.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.importKerberosPrincipalAsync(BigDecimal kvno,
String password,
String principal,
ApiCallback<ApiCommand> callback)
Imports the Kerberos credentials for the specified principal which can then be used to add to a role's keytab by running Generate Credentials command.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.importKerberosPrincipalCall(BigDecimal kvno,
String password,
String principal,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importKerberosPrincipal
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.importKerberosPrincipalWithHttpInfo(BigDecimal kvno,
String password,
String principal)
Imports the Kerberos credentials for the specified principal which can then be used to add to a role's keytab by running Generate Credentials command.
|
ApiCommand |
ServicesResourceApi.importMrConfigsIntoYarn(String clusterName,
String serviceName)
Import MapReduce configuration into Yarn, overwriting Yarn configuration.
|
com.squareup.okhttp.Call |
ServicesResourceApi.importMrConfigsIntoYarnAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Import MapReduce configuration into Yarn, overwriting Yarn configuration.
|
com.squareup.okhttp.Call |
ServicesResourceApi.importMrConfigsIntoYarnCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importMrConfigsIntoYarn
|
ApiResponse<ApiCommand> |
ServicesResourceApi.importMrConfigsIntoYarnWithHttpInfo(String clusterName,
String serviceName)
Import MapReduce configuration into Yarn, overwriting Yarn configuration.
|
ApiCommand |
ServicesResourceApi.initSolrCommand(String clusterName,
String serviceName)
Initializes the Solr service in Zookeeper.
|
com.squareup.okhttp.Call |
ServicesResourceApi.initSolrCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Initializes the Solr service in Zookeeper.
|
com.squareup.okhttp.Call |
ServicesResourceApi.initSolrCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for initSolrCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.initSolrCommandWithHttpInfo(String clusterName,
String serviceName)
Initializes the Solr service in Zookeeper.
|
ApiCommand |
ClouderaManagerResourceApi.inspectHostsCommand()
Runs the host inspector on the configured hosts.
|
ApiCommand |
ClustersResourceApi.inspectHostsCommand(String clusterName)
Runs the host inspector on the configured hosts in the specified cluster.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.inspectHostsCommandAsync(ApiCallback<ApiCommand> callback)
Runs the host inspector on the configured hosts.
|
com.squareup.okhttp.Call |
ClustersResourceApi.inspectHostsCommandAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Runs the host inspector on the configured hosts in the specified cluster.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.inspectHostsCommandCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for inspectHostsCommand
|
com.squareup.okhttp.Call |
ClustersResourceApi.inspectHostsCommandCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for inspectHostsCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.inspectHostsCommandWithHttpInfo()
Runs the host inspector on the configured hosts.
|
ApiResponse<ApiCommand> |
ClustersResourceApi.inspectHostsCommandWithHttpInfo(String clusterName)
Runs the host inspector on the configured hosts in the specified cluster.
|
ApiCommand |
ControlPlanesResourceApi.installControlPlane(ApiInstallControlPlaneArgs body)
Launches the install control plane command.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.installControlPlaneAsync(ApiInstallControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Launches the install control plane command.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.installControlPlaneCall(ApiInstallControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for installControlPlane
|
ApiResponse<ApiCommand> |
ControlPlanesResourceApi.installControlPlaneWithHttpInfo(ApiInstallControlPlaneArgs body)
Launches the install control plane command.
|
ApiCommand |
ControlPlanesResourceApi.installEmbeddedControlPlane(ApiInstallEmbeddedControlPlaneArgs body)
Brings up a control plane on embedded kubernetes.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.installEmbeddedControlPlaneAsync(ApiInstallEmbeddedControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Brings up a control plane on embedded kubernetes.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.installEmbeddedControlPlaneCall(ApiInstallEmbeddedControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for installEmbeddedControlPlane
|
ApiResponse<ApiCommand> |
ControlPlanesResourceApi.installEmbeddedControlPlaneWithHttpInfo(ApiInstallEmbeddedControlPlaneArgs body)
Brings up a control plane on embedded kubernetes.
|
ApiCommand |
ServicesResourceApi.installMrFrameworkJars(String clusterName,
String serviceName)
Creates an HDFS directory to hold the MapReduce2 framework JARs (if necessary), and uploads the framework JARs to it.
|
com.squareup.okhttp.Call |
ServicesResourceApi.installMrFrameworkJarsAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Creates an HDFS directory to hold the MapReduce2 framework JARs (if necessary), and uploads the framework JARs to it.
|
com.squareup.okhttp.Call |
ServicesResourceApi.installMrFrameworkJarsCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for installMrFrameworkJars
|
ApiResponse<ApiCommand> |
ServicesResourceApi.installMrFrameworkJarsWithHttpInfo(String clusterName,
String serviceName)
Creates an HDFS directory to hold the MapReduce2 framework JARs (if necessary), and uploads the framework JARs to it.
|
ApiCommand |
ServicesResourceApi.installOozieShareLib(String clusterName,
String serviceName)
Creates directory for Oozie user in HDFS and installs the ShareLib in it.
|
com.squareup.okhttp.Call |
ServicesResourceApi.installOozieShareLibAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Creates directory for Oozie user in HDFS and installs the ShareLib in it.
|
com.squareup.okhttp.Call |
ServicesResourceApi.installOozieShareLibCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for installOozieShareLib
|
ApiResponse<ApiCommand> |
ServicesResourceApi.installOozieShareLibWithHttpInfo(String clusterName,
String serviceName)
Creates directory for Oozie user in HDFS and installs the ShareLib in it.
|
Boolean |
ReplicationsResourceApi.isHive3ReverseDirectionEnabled(String clusterName,
String serviceName,
String clusterUuidOnRemote,
String serviceNameOnRemote,
String sourceDbNameOnRemote,
String targetDbNameOnRemote)
This API endpoint checks if there is an ENABLED Hive3 replication policy on this server that replicates for the reverse direction.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.isHive3ReverseDirectionEnabledAsync(String clusterName,
String serviceName,
String clusterUuidOnRemote,
String serviceNameOnRemote,
String sourceDbNameOnRemote,
String targetDbNameOnRemote,
ApiCallback<Boolean> callback)
This API endpoint checks if there is an ENABLED Hive3 replication policy on this server that replicates for the reverse direction.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.isHive3ReverseDirectionEnabledCall(String clusterName,
String serviceName,
String clusterUuidOnRemote,
String serviceNameOnRemote,
String sourceDbNameOnRemote,
String targetDbNameOnRemote,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for isHive3ReverseDirectionEnabled
|
ApiResponse<Boolean> |
ReplicationsResourceApi.isHive3ReverseDirectionEnabledWithHttpInfo(String clusterName,
String serviceName,
String clusterUuidOnRemote,
String serviceNameOnRemote,
String sourceDbNameOnRemote,
String targetDbNameOnRemote)
This API endpoint checks if there is an ENABLED Hive3 replication policy on this server that replicates for the reverse direction.
|
Boolean |
ClustersResourceApi.isTlsEnabled(String clusterName)
Returns whether a cluster has any TLS settings enabled.
|
com.squareup.okhttp.Call |
ClustersResourceApi.isTlsEnabledAsync(String clusterName,
ApiCallback<Boolean> callback)
Returns whether a cluster has any TLS settings enabled.
|
com.squareup.okhttp.Call |
ClustersResourceApi.isTlsEnabledCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for isTlsEnabled
|
ApiResponse<Boolean> |
ClustersResourceApi.isTlsEnabledWithHttpInfo(String clusterName)
Returns whether a cluster has any TLS settings enabled.
|
ApiBulkCommandList |
MgmtRoleCommandsResourceApi.jmapDump(ApiRoleNameList body)
Run the jmapDump diagnostic command.
|
ApiBulkCommandList |
RoleCommandsResourceApi.jmapDump(String clusterName,
String serviceName,
ApiRoleNameList body)
Run the jmapDump diagnostic command.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.jmapDumpAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the jmapDump diagnostic command.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.jmapDumpAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the jmapDump diagnostic command.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.jmapDumpCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for jmapDump
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.jmapDumpCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for jmapDump
|
ApiResponse<ApiBulkCommandList> |
MgmtRoleCommandsResourceApi.jmapDumpWithHttpInfo(ApiRoleNameList body)
Run the jmapDump diagnostic command.
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.jmapDumpWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Run the jmapDump diagnostic command.
|
ApiBulkCommandList |
MgmtRoleCommandsResourceApi.jmapHisto(ApiRoleNameList body)
Run the jmapHisto diagnostic command.
|
ApiBulkCommandList |
RoleCommandsResourceApi.jmapHisto(String clusterName,
String serviceName,
ApiRoleNameList body)
Run the jmapHisto diagnostic command.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.jmapHistoAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the jmapHisto diagnostic command.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.jmapHistoAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the jmapHisto diagnostic command.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.jmapHistoCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for jmapHisto
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.jmapHistoCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for jmapHisto
|
ApiResponse<ApiBulkCommandList> |
MgmtRoleCommandsResourceApi.jmapHistoWithHttpInfo(ApiRoleNameList body)
Run the jmapHisto diagnostic command.
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.jmapHistoWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Run the jmapHisto diagnostic command.
|
ApiBulkCommandList |
MgmtRoleCommandsResourceApi.jstack(ApiRoleNameList body)
Run the jstack diagnostic command.
|
ApiBulkCommandList |
RoleCommandsResourceApi.jstack(String clusterName,
String serviceName,
ApiRoleNameList body)
Run the jstack diagnostic command.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.jstackAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the jstack diagnostic command.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.jstackAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the jstack diagnostic command.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.jstackCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for jstack
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.jstackCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for jstack
|
ApiResponse<ApiBulkCommandList> |
MgmtRoleCommandsResourceApi.jstackWithHttpInfo(ApiRoleNameList body)
Run the jstack diagnostic command.
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.jstackWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Run the jstack diagnostic command.
|
ApiYarnKillResponse |
YarnApplicationsResourceApi.killYarnApplication(String applicationId,
String clusterName,
String serviceName)
Kills an YARN Application.
|
com.squareup.okhttp.Call |
YarnApplicationsResourceApi.killYarnApplicationAsync(String applicationId,
String clusterName,
String serviceName,
ApiCallback<ApiYarnKillResponse> callback)
Kills an YARN Application.
|
com.squareup.okhttp.Call |
YarnApplicationsResourceApi.killYarnApplicationCall(String applicationId,
String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for killYarnApplication
|
ApiResponse<ApiYarnKillResponse> |
YarnApplicationsResourceApi.killYarnApplicationWithHttpInfo(String applicationId,
String clusterName,
String serviceName)
Kills an YARN Application.
|
ApiCommand |
ServicesResourceApi.ksMigrateToSentry(String clusterName,
String serviceName)
Migrates the HBase Indexer policy-based permissions to Sentry, by invoking the SentryConfigToolIndexer.
|
com.squareup.okhttp.Call |
ServicesResourceApi.ksMigrateToSentryAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Migrates the HBase Indexer policy-based permissions to Sentry, by invoking the SentryConfigToolIndexer.
|
com.squareup.okhttp.Call |
ServicesResourceApi.ksMigrateToSentryCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for ksMigrateToSentry
|
ApiResponse<ApiCommand> |
ServicesResourceApi.ksMigrateToSentryWithHttpInfo(String clusterName,
String serviceName)
Migrates the HBase Indexer policy-based permissions to Sentry, by invoking the SentryConfigToolIndexer.
|
ApiCommandList |
MgmtServiceResourceApi.listActiveCommands(String view)
List active Cloudera Management Services commands.
|
ApiCommandList |
ClouderaManagerResourceApi.listActiveCommands(String view)
List active global commands.
|
ApiCommandList |
AuthServiceResourceApi.listActiveCommands(String view)
List active Authentication Service commands.
|
ApiCommandList |
MgmtRolesResourceApi.listActiveCommands(String roleName,
String view)
List active role commands.
|
ApiCommandList |
AuthServiceRolesResourceApi.listActiveCommands(String roleName,
String view)
List active role commands.
|
ApiCommandList |
ClustersResourceApi.listActiveCommands(String clusterName,
String commandName,
String view)
List active cluster commands.
|
ApiCommandList |
ServicesResourceApi.listActiveCommands(String clusterName,
String serviceName,
String commandName,
String view)
List active service commands.
|
ApiCommandList |
RolesResourceApi.listActiveCommands(String clusterName,
String roleName,
String serviceName,
String view)
List active role commands.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.listActiveCommandsAsync(String view,
ApiCallback<ApiCommandList> callback)
List active Cloudera Management Services commands.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.listActiveCommandsAsync(String view,
ApiCallback<ApiCommandList> callback)
List active global commands.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.listActiveCommandsAsync(String view,
ApiCallback<ApiCommandList> callback)
List active Authentication Service commands.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.listActiveCommandsAsync(String roleName,
String view,
ApiCallback<ApiCommandList> callback)
List active role commands.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.listActiveCommandsAsync(String roleName,
String view,
ApiCallback<ApiCommandList> callback)
List active role commands.
|
com.squareup.okhttp.Call |
ClustersResourceApi.listActiveCommandsAsync(String clusterName,
String commandName,
String view,
ApiCallback<ApiCommandList> callback)
List active cluster commands.
|
com.squareup.okhttp.Call |
ServicesResourceApi.listActiveCommandsAsync(String clusterName,
String serviceName,
String commandName,
String view,
ApiCallback<ApiCommandList> callback)
List active service commands.
|
com.squareup.okhttp.Call |
RolesResourceApi.listActiveCommandsAsync(String clusterName,
String roleName,
String serviceName,
String view,
ApiCallback<ApiCommandList> callback)
List active role commands.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.listActiveCommandsCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listActiveCommands
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.listActiveCommandsCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listActiveCommands
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.listActiveCommandsCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listActiveCommands
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.listActiveCommandsCall(String roleName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listActiveCommands
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.listActiveCommandsCall(String roleName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listActiveCommands
|
com.squareup.okhttp.Call |
ClustersResourceApi.listActiveCommandsCall(String clusterName,
String commandName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listActiveCommands
|
com.squareup.okhttp.Call |
ServicesResourceApi.listActiveCommandsCall(String clusterName,
String serviceName,
String commandName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listActiveCommands
|
com.squareup.okhttp.Call |
RolesResourceApi.listActiveCommandsCall(String clusterName,
String roleName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listActiveCommands
|
ApiResponse<ApiCommandList> |
MgmtServiceResourceApi.listActiveCommandsWithHttpInfo(String view)
List active Cloudera Management Services commands.
|
ApiResponse<ApiCommandList> |
ClouderaManagerResourceApi.listActiveCommandsWithHttpInfo(String view)
List active global commands.
|
ApiResponse<ApiCommandList> |
AuthServiceResourceApi.listActiveCommandsWithHttpInfo(String view)
List active Authentication Service commands.
|
ApiResponse<ApiCommandList> |
MgmtRolesResourceApi.listActiveCommandsWithHttpInfo(String roleName,
String view)
List active role commands.
|
ApiResponse<ApiCommandList> |
AuthServiceRolesResourceApi.listActiveCommandsWithHttpInfo(String roleName,
String view)
List active role commands.
|
ApiResponse<ApiCommandList> |
ClustersResourceApi.listActiveCommandsWithHttpInfo(String clusterName,
String commandName,
String view)
List active cluster commands.
|
ApiResponse<ApiCommandList> |
ServicesResourceApi.listActiveCommandsWithHttpInfo(String clusterName,
String serviceName,
String commandName,
String view)
List active service commands.
|
ApiResponse<ApiCommandList> |
RolesResourceApi.listActiveCommandsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
String view)
List active role commands.
|
ApiCommandMetadataList |
RolesResourceApi.listCommands(String clusterName,
String roleName,
String serviceName)
Lists all the commands that can be executed by name on the provided role.
|
com.squareup.okhttp.Call |
RolesResourceApi.listCommandsAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<ApiCommandMetadataList> callback)
Lists all the commands that can be executed by name on the provided role.
|
com.squareup.okhttp.Call |
RolesResourceApi.listCommandsCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCommands
|
ApiResponse<ApiCommandMetadataList> |
RolesResourceApi.listCommandsWithHttpInfo(String clusterName,
String roleName,
String serviceName)
Lists all the commands that can be executed by name on the provided role.
|
ApiServiceList |
ClustersResourceApi.listDfsServices(String clusterName,
String view)
List the services that can provide distributed file system (DFS) capabilities in this cluster.
|
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 |
ClustersResourceApi.listDfsServicesCall(String clusterName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listDfsServices
|
ApiResponse<ApiServiceList> |
ClustersResourceApi.listDfsServicesWithHttpInfo(String clusterName,
String view)
List the services that can provide distributed file system (DFS) capabilities in this cluster.
|
ApiCommandMetadataList |
ExternalAccountsResourceApi.listExternalAccountCommands(String typeName)
Lists all the commands that can be executed by name on the provided external account type.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.listExternalAccountCommandsAsync(String typeName,
ApiCallback<ApiCommandMetadataList> callback)
Lists all the commands that can be executed by name on the provided external account type.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.listExternalAccountCommandsCall(String typeName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listExternalAccountCommands
|
ApiResponse<ApiCommandMetadataList> |
ExternalAccountsResourceApi.listExternalAccountCommandsWithHttpInfo(String typeName)
Lists all the commands that can be executed by name on the provided external account type.
|
ApiCommand |
ReplicationsResourceApi.listHBaseNamespaces(String clusterName,
String serviceName)
Starts a command that lists all namespaces in HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.listHBaseNamespacesAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Starts a command that lists all namespaces in HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.listHBaseNamespacesCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listHBaseNamespaces
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.listHBaseNamespacesWithHttpInfo(String clusterName,
String serviceName)
Starts a command that lists all namespaces in HBase.
|
ApiCommand |
ReplicationsResourceApi.listHBasePeers(String clusterName,
String serviceName)
Starts a command that retrieves all peers registered in the HBase service.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.listHBasePeersAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Starts a command that retrieves all peers registered in the HBase service.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.listHBasePeersCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listHBasePeers
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.listHBasePeersWithHttpInfo(String clusterName,
String serviceName)
Starts a command that retrieves all peers registered in the HBase service.
|
ApiCommand |
ReplicationsResourceApi.listHBaseTables(String clusterName,
String serviceName)
Starts a command that lists tables from the HBase service.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.listHBaseTablesAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Starts a command that lists tables from the HBase service.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.listHBaseTablesCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listHBaseTables
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.listHBaseTablesWithHttpInfo(String clusterName,
String serviceName)
Starts a command that lists tables from the HBase service.
|
ApiHostList |
ClustersResourceApi.listHosts(String clusterName,
String configName,
String configValue,
String view)
Returns hosts in the system filtered by optional host configuration parameters, if specified.
|
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 |
ClustersResourceApi.listHostsCall(String clusterName,
String configName,
String configValue,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listHosts
|
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.
|
ApiNameserviceList |
NameservicesResourceApi.listNameservices(String clusterName,
String serviceName,
String view)
List the nameservices of an HDFS service.
|
com.squareup.okhttp.Call |
NameservicesResourceApi.listNameservicesAsync(String clusterName,
String serviceName,
String view,
ApiCallback<ApiNameserviceList> callback)
List the nameservices of an HDFS service.
|
com.squareup.okhttp.Call |
NameservicesResourceApi.listNameservicesCall(String clusterName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNameservices
|
ApiResponse<ApiNameserviceList> |
NameservicesResourceApi.listNameservicesWithHttpInfo(String clusterName,
String serviceName,
String view)
List the nameservices of an HDFS service.
|
ApiCmPeerList |
CmPeersResourceApi.listPeers()
Retrieves all configured Cloudera Manager peers.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.listPeersAsync(ApiCallback<ApiCmPeerList> callback)
Retrieves all configured Cloudera Manager peers.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.listPeersCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPeers
|
ApiResponse<ApiCmPeerList> |
CmPeersResourceApi.listPeersWithHttpInfo()
Retrieves all configured Cloudera Manager peers.
|
ApiRoleTypeList |
MgmtServiceResourceApi.listRoleTypes()
List the supported role types for the Cloudera Management Services.
|
ApiRoleTypeList |
AuthServiceResourceApi.listRoleTypes()
List the supported role types for the Authentication Service.
|
ApiRoleTypeList |
ServicesResourceApi.listRoleTypes(String clusterName,
String serviceName)
List the supported role types for a service.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.listRoleTypesAsync(ApiCallback<ApiRoleTypeList> callback)
List the supported role types for the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.listRoleTypesAsync(ApiCallback<ApiRoleTypeList> callback)
List the supported role types for the Authentication Service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.listRoleTypesAsync(String clusterName,
String serviceName,
ApiCallback<ApiRoleTypeList> callback)
List the supported role types for a service.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.listRoleTypesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRoleTypes
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.listRoleTypesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRoleTypes
|
com.squareup.okhttp.Call |
ServicesResourceApi.listRoleTypesCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRoleTypes
|
ApiResponse<ApiRoleTypeList> |
MgmtServiceResourceApi.listRoleTypesWithHttpInfo()
List the supported role types for the Cloudera Management Services.
|
ApiResponse<ApiRoleTypeList> |
AuthServiceResourceApi.listRoleTypesWithHttpInfo()
List the supported role types for the Authentication Service.
|
ApiResponse<ApiRoleTypeList> |
ServicesResourceApi.listRoleTypesWithHttpInfo(String clusterName,
String serviceName)
List the supported role types for a service.
|
ApiCommandMetadataList |
ServicesResourceApi.listServiceCommands(String clusterName,
String serviceName)
Lists all the commands (for CSD based services only) that can be executed by name on the provided service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.listServiceCommandsAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommandMetadataList> callback)
Lists all the commands (for CSD based services only) that can be executed by name on the provided service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.listServiceCommandsCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listServiceCommands
|
ApiResponse<ApiCommandMetadataList> |
ServicesResourceApi.listServiceCommandsWithHttpInfo(String clusterName,
String serviceName)
Lists all the commands (for CSD based services only) that can be executed by name on the provided service.
|
ApiServiceTypeList |
ClustersResourceApi.listServiceTypes(String clusterName)
List the supported service types for a cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.listServiceTypesAsync(String clusterName,
ApiCallback<ApiServiceTypeList> callback)
List the supported service types for a cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.listServiceTypesCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listServiceTypes
|
ApiResponse<ApiServiceTypeList> |
ClustersResourceApi.listServiceTypesWithHttpInfo(String clusterName)
List the supported service types for a cluster.
|
ApiHdfsUpgradeDomainList |
ClustersResourceApi.listUpgradeDomains(String clusterName)
Returns the Upgrade Domains associated with the cluster and the host names that belong to each Upgrade Domain.
|
com.squareup.okhttp.Call |
ClustersResourceApi.listUpgradeDomainsAsync(String clusterName,
ApiCallback<ApiHdfsUpgradeDomainList> callback)
Returns the Upgrade Domains associated with the cluster and the host names that belong to each Upgrade Domain.
|
com.squareup.okhttp.Call |
ClustersResourceApi.listUpgradeDomainsCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listUpgradeDomains
|
ApiResponse<ApiHdfsUpgradeDomainList> |
ClustersResourceApi.listUpgradeDomainsWithHttpInfo(String clusterName)
Returns the Upgrade Domains associated with the cluster and the host names that belong to each Upgrade Domain.
|
ApiWatchedDirList |
WatchedDirResourceApi.listWatchedDirectories(String clusterName,
String serviceName)
Lists all the watched directories.
|
com.squareup.okhttp.Call |
WatchedDirResourceApi.listWatchedDirectoriesAsync(String clusterName,
String serviceName,
ApiCallback<ApiWatchedDirList> callback)
Lists all the watched directories.
|
com.squareup.okhttp.Call |
WatchedDirResourceApi.listWatchedDirectoriesCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listWatchedDirectories
|
ApiResponse<ApiWatchedDirList> |
WatchedDirResourceApi.listWatchedDirectoriesWithHttpInfo(String clusterName,
String serviceName)
Lists all the watched directories.
|
ApiBulkCommandList |
MgmtRoleCommandsResourceApi.lsof(ApiRoleNameList body)
Run the lsof diagnostic command.
|
ApiBulkCommandList |
RoleCommandsResourceApi.lsof(String clusterName,
String serviceName,
ApiRoleNameList body)
Run the lsof diagnostic command.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.lsofAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the lsof diagnostic command.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.lsofAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the lsof diagnostic command.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.lsofCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for lsof
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.lsofCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for lsof
|
ApiResponse<ApiBulkCommandList> |
MgmtRoleCommandsResourceApi.lsofWithHttpInfo(ApiRoleNameList body)
Run the lsof diagnostic command.
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.lsofWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Run the lsof diagnostic command.
|
ApiCommand |
ClouderaManagerResourceApi.migrateCmcaToDb()
Migrate CMCA to the DB.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.migrateCmcaToDbAsync(ApiCallback<ApiCommand> callback)
Migrate CMCA to the DB.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.migrateCmcaToDbCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for migrateCmcaToDb
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.migrateCmcaToDbWithHttpInfo()
Migrate CMCA to the DB.
|
ApiCommand |
HostsResourceApi.migrateRoles(String hostId,
ApiMigrateRolesArguments body)
Migrate roles to a different host.
|
com.squareup.okhttp.Call |
HostsResourceApi.migrateRolesAsync(String hostId,
ApiMigrateRolesArguments body,
ApiCallback<ApiCommand> callback)
Migrate roles to a different host.
|
com.squareup.okhttp.Call |
HostsResourceApi.migrateRolesCall(String hostId,
ApiMigrateRolesArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for migrateRoles
|
ApiResponse<ApiCommand> |
HostsResourceApi.migrateRolesWithHttpInfo(String hostId,
ApiMigrateRolesArguments body)
Migrate roles to a different host.
|
ApiRoleList |
RoleConfigGroupsResourceApi.moveRoles(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiRoleNameList body)
Moves roles to the specified role config group.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.moveRolesAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiRoleList> callback)
Moves roles to the specified role config group.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.moveRolesCall(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveRoles
|
ApiRoleList |
RoleConfigGroupsResourceApi.moveRolesToBaseGroup(String clusterName,
String serviceName,
ApiRoleNameList body)
Moves roles to the base role config group.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.moveRolesToBaseGroupAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiRoleList> callback)
Moves roles to the base role config group.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.moveRolesToBaseGroupCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveRolesToBaseGroup
|
ApiResponse<ApiRoleList> |
RoleConfigGroupsResourceApi.moveRolesToBaseGroupWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Moves roles to the base role config group.
|
ApiResponse<ApiRoleList> |
RoleConfigGroupsResourceApi.moveRolesWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiRoleNameList body)
Moves roles to the specified role config group.
|
ApiCommand |
ServicesResourceApi.offlineCommand(String clusterName,
String serviceName,
BigDecimal timeout,
ApiRoleNameList body)
Offline roles of a service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.offlineCommandAsync(String clusterName,
String serviceName,
BigDecimal timeout,
ApiRoleNameList body,
ApiCallback<ApiCommand> callback)
Offline roles of a service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.offlineCommandCall(String clusterName,
String serviceName,
BigDecimal timeout,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for offlineCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.offlineCommandWithHttpInfo(String clusterName,
String serviceName,
BigDecimal timeout,
ApiRoleNameList body)
Offline roles of a service.
|
ApiCommand |
ServicesResourceApi.oozieCreateEmbeddedDatabaseCommand(String clusterName,
String serviceName)
Create the Oozie Server Database.
|
com.squareup.okhttp.Call |
ServicesResourceApi.oozieCreateEmbeddedDatabaseCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Oozie Server Database.
|
com.squareup.okhttp.Call |
ServicesResourceApi.oozieCreateEmbeddedDatabaseCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for oozieCreateEmbeddedDatabaseCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.oozieCreateEmbeddedDatabaseCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Oozie Server Database.
|
ApiCommand |
ServicesResourceApi.oozieDumpDatabaseCommand(String clusterName,
String serviceName)
Dump the Oozie Server Database.
|
com.squareup.okhttp.Call |
ServicesResourceApi.oozieDumpDatabaseCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Dump the Oozie Server Database.
|
com.squareup.okhttp.Call |
ServicesResourceApi.oozieDumpDatabaseCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for oozieDumpDatabaseCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.oozieDumpDatabaseCommandWithHttpInfo(String clusterName,
String serviceName)
Dump the Oozie Server Database.
|
ApiCommand |
ServicesResourceApi.oozieLoadDatabaseCommand(String clusterName,
String serviceName)
Load the Oozie Server Database from dump.
|
com.squareup.okhttp.Call |
ServicesResourceApi.oozieLoadDatabaseCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Load the Oozie Server Database from dump.
|
com.squareup.okhttp.Call |
ServicesResourceApi.oozieLoadDatabaseCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for oozieLoadDatabaseCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.oozieLoadDatabaseCommandWithHttpInfo(String clusterName,
String serviceName)
Load the Oozie Server Database from dump.
|
ApiCommand |
ServicesResourceApi.oozieUpgradeDbCommand(String clusterName,
String serviceName)
Upgrade Oozie Database schema as part of a major version upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.oozieUpgradeDbCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Upgrade Oozie Database schema as part of a major version upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.oozieUpgradeDbCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for oozieUpgradeDbCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.oozieUpgradeDbCommandWithHttpInfo(String clusterName,
String serviceName)
Upgrade Oozie Database schema as part of a major version upgrade.
|
ApiCommand |
ClustersResourceApi.perfInspectorCommand(String clusterName,
ApiClusterPerfInspectorArgs body)
Run cluster performance diagnostics test.
|
com.squareup.okhttp.Call |
ClustersResourceApi.perfInspectorCommandAsync(String clusterName,
ApiClusterPerfInspectorArgs body,
ApiCallback<ApiCommand> callback)
Run cluster performance diagnostics test.
|
com.squareup.okhttp.Call |
ClustersResourceApi.perfInspectorCommandCall(String clusterName,
ApiClusterPerfInspectorArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for perfInspectorCommand
|
ApiResponse<ApiCommand> |
ClustersResourceApi.perfInspectorCommandWithHttpInfo(String clusterName,
ApiClusterPerfInspectorArgs body)
Run cluster performance diagnostics test.
|
ApiCommand |
ClustersResourceApi.poolsRefresh(String clusterName)
Updates all refreshable configuration files for services with Dynamic Resource Pools.
|
com.squareup.okhttp.Call |
ClustersResourceApi.poolsRefreshAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Updates all refreshable configuration files for services with Dynamic Resource Pools.
|
com.squareup.okhttp.Call |
ClustersResourceApi.poolsRefreshCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for poolsRefresh
|
ApiResponse<ApiCommand> |
ClustersResourceApi.poolsRefreshWithHttpInfo(String clusterName)
Updates all refreshable configuration files for services with Dynamic Resource Pools.
|
ApiCommand |
ClustersResourceApi.postClouderaRuntimeUpgrade(String clusterName)
Post Cloudera Runtime upgrade API.
|
com.squareup.okhttp.Call |
ClustersResourceApi.postClouderaRuntimeUpgradeAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Post Cloudera Runtime upgrade API.
|
com.squareup.okhttp.Call |
ClustersResourceApi.postClouderaRuntimeUpgradeCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postClouderaRuntimeUpgrade
|
ApiResponse<ApiCommand> |
ClustersResourceApi.postClouderaRuntimeUpgradeWithHttpInfo(String clusterName)
Post Cloudera Runtime upgrade API.
|
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.
|
ApiCommand |
ClustersResourceApi.preUpgradeCheckCommand(String clusterName,
ApiCdhUpgradeArgs body)
Run cluster pre-upgrade check(s) when upgrading from specified version of CDH to the other.
|
com.squareup.okhttp.Call |
ClustersResourceApi.preUpgradeCheckCommandAsync(String clusterName,
ApiCdhUpgradeArgs body,
ApiCallback<ApiCommand> callback)
Run cluster pre-upgrade check(s) when upgrading from specified version of CDH to the other.
|
com.squareup.okhttp.Call |
ClustersResourceApi.preUpgradeCheckCommandCall(String clusterName,
ApiCdhUpgradeArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for preUpgradeCheckCommand
|
ApiResponse<ApiCommand> |
ClustersResourceApi.preUpgradeCheckCommandWithHttpInfo(String clusterName,
ApiCdhUpgradeArgs body)
Run cluster pre-upgrade check(s) when upgrading from specified version of CDH to the other.
|
ApiTimeSeriesResponseList |
TimeSeriesResourceApi.queryTimeSeries_0(ApiTimeSeriesRequest body)
Retrieve time-series data from the Cloudera Manager (CM) time-series data store accepting HTTP POST request.
|
com.squareup.okhttp.Call |
TimeSeriesResourceApi.queryTimeSeries_0Async(ApiTimeSeriesRequest body,
ApiCallback<ApiTimeSeriesResponseList> callback)
Retrieve time-series data from the Cloudera Manager (CM) time-series data store accepting HTTP POST request.
|
com.squareup.okhttp.Call |
TimeSeriesResourceApi.queryTimeSeries_0Call(ApiTimeSeriesRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryTimeSeries_0
|
ApiResponse<ApiTimeSeriesResponseList> |
TimeSeriesResourceApi.queryTimeSeries_0WithHttpInfo(ApiTimeSeriesRequest body)
Retrieve time-series data from the Cloudera Manager (CM) time-series data store accepting HTTP POST request.
|
ApiTimeSeriesResponseList |
TimeSeriesResourceApi.queryTimeSeries(String contentType,
String desiredRollup,
String from,
Boolean mustUseDesiredRollup,
String query,
String to)
Retrieve time-series data from the Cloudera Manager (CM) time-series data store using a tsquery.
|
com.squareup.okhttp.Call |
TimeSeriesResourceApi.queryTimeSeriesAsync(String contentType,
String desiredRollup,
String from,
Boolean mustUseDesiredRollup,
String query,
String to,
ApiCallback<ApiTimeSeriesResponseList> callback)
Retrieve time-series data from the Cloudera Manager (CM) time-series data store using a tsquery.
|
com.squareup.okhttp.Call |
TimeSeriesResourceApi.queryTimeSeriesCall(String contentType,
String desiredRollup,
String from,
Boolean mustUseDesiredRollup,
String query,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryTimeSeries
|
ApiResponse<ApiTimeSeriesResponseList> |
TimeSeriesResourceApi.queryTimeSeriesWithHttpInfo(String contentType,
String desiredRollup,
String from,
Boolean mustUseDesiredRollup,
String query,
String to)
Retrieve time-series data from the Cloudera Manager (CM) time-series data store using a tsquery.
|
ApiExternalAccount |
ExternalAccountsResourceApi.readAccount(String name,
String view)
Get a single external account by account name.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.readAccountAsync(String name,
String view,
ApiCallback<ApiExternalAccount> callback)
Get a single external account by account name.
|
ApiExternalAccount |
ExternalAccountsResourceApi.readAccountByDisplayName(String displayName,
String view)
Get a single external account by display name.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.readAccountByDisplayNameAsync(String displayName,
String view,
ApiCallback<ApiExternalAccount> callback)
Get a single external account by display name.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.readAccountByDisplayNameCall(String displayName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAccountByDisplayName
|
ApiResponse<ApiExternalAccount> |
ExternalAccountsResourceApi.readAccountByDisplayNameWithHttpInfo(String displayName,
String view)
Get a single external account by display name.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.readAccountCall(String name,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAccount
|
ApiExternalAccountList |
ExternalAccountsResourceApi.readAccounts(String typeName,
String view)
Get a list of external accounts for a specific account type.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.readAccountsAsync(String typeName,
String view,
ApiCallback<ApiExternalAccountList> callback)
Get a list of external accounts for a specific account type.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.readAccountsCall(String typeName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAccounts
|
ApiResponse<ApiExternalAccountList> |
ExternalAccountsResourceApi.readAccountsWithHttpInfo(String typeName,
String view)
Get a list of external accounts for a specific account type.
|
ApiResponse<ApiExternalAccount> |
ExternalAccountsResourceApi.readAccountWithHttpInfo(String name,
String view)
Get a single external account by account name.
|
ApiActivityList |
ActivitiesResourceApi.readActivities(String clusterName,
String serviceName,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String view)
Read all activities in the system.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readActivitiesAsync(String clusterName,
String serviceName,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String view,
ApiCallback<ApiActivityList> callback)
Read all activities in the system.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readActivitiesCall(String clusterName,
String serviceName,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readActivities
|
ApiResponse<ApiActivityList> |
ActivitiesResourceApi.readActivitiesWithHttpInfo(String clusterName,
String serviceName,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String view)
Read all activities in the system.
|
ApiActivity |
ActivitiesResourceApi.readActivity(String activityId,
String clusterName,
String serviceName,
String view)
Returns a specific activity in the system.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readActivityAsync(String activityId,
String clusterName,
String serviceName,
String view,
ApiCallback<ApiActivity> callback)
Returns a specific activity in the system.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readActivityCall(String activityId,
String clusterName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readActivity
|
ApiResponse<ApiActivity> |
ActivitiesResourceApi.readActivityWithHttpInfo(String activityId,
String clusterName,
String serviceName,
String view)
Returns a specific activity in the system.
|
ApiAuditList |
AuditsResourceApi.readAudits(String endTime,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String startTime)
Fetch audit events from Cloudera Manager (CM) and CM managed services like HDFS, HBase, Impala, Hive, and Sentry.
|
com.squareup.okhttp.Call |
AuditsResourceApi.readAuditsAsync(String endTime,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String startTime,
ApiCallback<ApiAuditList> callback)
Fetch audit events from Cloudera Manager (CM) and CM managed services like HDFS, HBase, Impala, Hive, and Sentry.
|
com.squareup.okhttp.Call |
AuditsResourceApi.readAuditsCall(String endTime,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String startTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAudits
|
ApiResponse<ApiAuditList> |
AuditsResourceApi.readAuditsWithHttpInfo(String endTime,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String startTime)
Fetch audit events from Cloudera Manager (CM) and CM managed services like HDFS, HBase, Impala, Hive, and Sentry.
|
ApiAuthRole |
AuthRolesResourceApi.readAuthRole(String uuid)
Returns detailed information about an auth role.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.readAuthRoleAsync(String uuid,
ApiCallback<ApiAuthRole> callback)
Returns detailed information about an auth role.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.readAuthRoleCall(String uuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAuthRole
|
ApiAuthRoleList |
AuthRolesResourceApi.readAuthRoles(String view)
Returns a list of the auth roles configured in the system.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.readAuthRolesAsync(String view,
ApiCallback<ApiAuthRoleList> callback)
Returns a list of the auth roles configured in the system.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.readAuthRolesCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAuthRoles
|
ApiAuthRoleMetadataList |
AuthRolesResourceApi.readAuthRolesMetadata(String view)
Returns a list of the auth roles' metadata for the built-in roles.
|
ApiAuthRoleMetadataList |
AuthRoleMetadatasResourceApi.readAuthRolesMetadata(String view)
Returns a list of the auth roles' metadata for the built-in roles.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.readAuthRolesMetadataAsync(String view,
ApiCallback<ApiAuthRoleMetadataList> callback)
Returns a list of the auth roles' metadata for the built-in roles.
|
com.squareup.okhttp.Call |
AuthRoleMetadatasResourceApi.readAuthRolesMetadataAsync(String view,
ApiCallback<ApiAuthRoleMetadataList> callback)
Returns a list of the auth roles' metadata for the built-in roles.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.readAuthRolesMetadataCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAuthRolesMetadata
|
com.squareup.okhttp.Call |
AuthRoleMetadatasResourceApi.readAuthRolesMetadataCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAuthRolesMetadata
|
ApiResponse<ApiAuthRoleMetadataList> |
AuthRolesResourceApi.readAuthRolesMetadataWithHttpInfo(String view)
Returns a list of the auth roles' metadata for the built-in roles.
|
ApiResponse<ApiAuthRoleMetadataList> |
AuthRoleMetadatasResourceApi.readAuthRolesMetadataWithHttpInfo(String view)
Returns a list of the auth roles' metadata for the built-in roles.
|
ApiResponse<ApiAuthRoleList> |
AuthRolesResourceApi.readAuthRolesWithHttpInfo(String view)
Returns a list of the auth roles configured in the system.
|
ApiResponse<ApiAuthRole> |
AuthRolesResourceApi.readAuthRoleWithHttpInfo(String uuid)
Returns detailed information about an auth role.
|
ApiActivityList |
ActivitiesResourceApi.readChildActivities(String activityId,
String clusterName,
String serviceName,
BigDecimal maxResults,
BigDecimal resultOffset,
String view)
Returns the child activities.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readChildActivitiesAsync(String activityId,
String clusterName,
String serviceName,
BigDecimal maxResults,
BigDecimal resultOffset,
String view,
ApiCallback<ApiActivityList> callback)
Returns the child activities.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readChildActivitiesCall(String activityId,
String clusterName,
String serviceName,
BigDecimal maxResults,
BigDecimal resultOffset,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readChildActivities
|
ApiResponse<ApiActivityList> |
ActivitiesResourceApi.readChildActivitiesWithHttpInfo(String activityId,
String clusterName,
String serviceName,
BigDecimal maxResults,
BigDecimal resultOffset,
String view)
Returns the child activities.
|
ApiCluster |
ClustersResourceApi.readCluster(String clusterName)
Reads information about a cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.readClusterAsync(String clusterName,
ApiCallback<ApiCluster> callback)
Reads information about a cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.readClusterCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCluster
|
ApiClusterList |
ClustersResourceApi.readClusters(String clusterType,
String view)
List all known clusters.
|
com.squareup.okhttp.Call |
ClustersResourceApi.readClustersAsync(String clusterType,
String view,
ApiCallback<ApiClusterList> callback)
List all known clusters.
|
com.squareup.okhttp.Call |
ClustersResourceApi.readClustersCall(String clusterType,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readClusters
|
ApiResponse<ApiClusterList> |
ClustersResourceApi.readClustersWithHttpInfo(String clusterType,
String view)
List all known clusters.
|
ApiResponse<ApiCluster> |
ClustersResourceApi.readClusterWithHttpInfo(String clusterName)
Reads information about a cluster.
|
ApiCommand |
CommandsResourceApi.readCommand(BigDecimal commandId)
Retrieve detailed information on an asynchronous command.
|
com.squareup.okhttp.Call |
CommandsResourceApi.readCommandAsync(BigDecimal commandId,
ApiCallback<ApiCommand> callback)
Retrieve detailed information on an asynchronous command.
|
com.squareup.okhttp.Call |
CommandsResourceApi.readCommandCall(BigDecimal commandId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCommand
|
ApiCommandList |
CommandsResourceApi.readCommands(BigDecimal endTime,
BigDecimal limit,
String name,
BigDecimal offset,
BigDecimal startTime,
Boolean success)
Retrieve detailed information on all recent commands.
|
com.squareup.okhttp.Call |
CommandsResourceApi.readCommandsAsync(BigDecimal endTime,
BigDecimal limit,
String name,
BigDecimal offset,
BigDecimal startTime,
Boolean success,
ApiCallback<ApiCommandList> callback)
Retrieve detailed information on all recent commands.
|
com.squareup.okhttp.Call |
CommandsResourceApi.readCommandsCall(BigDecimal endTime,
BigDecimal limit,
String name,
BigDecimal offset,
BigDecimal startTime,
Boolean success,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCommands
|
ApiResponse<ApiCommandList> |
CommandsResourceApi.readCommandsWithHttpInfo(BigDecimal endTime,
BigDecimal limit,
String name,
BigDecimal offset,
BigDecimal startTime,
Boolean success)
Retrieve detailed information on all recent commands.
|
ApiResponse<ApiCommand> |
CommandsResourceApi.readCommandWithHttpInfo(BigDecimal commandId)
Retrieve detailed information on an asynchronous command.
|
ApiConfigList |
AllHostsResourceApi.readConfig(String view)
Retrieve the default configuration for all hosts.
|
ApiConfigList |
MgmtRoleConfigGroupsResourceApi.readConfig(String roleConfigGroupName,
String view)
Returns the current revision of the config for the specified role config group in the Cloudera Management Services.
|
ApiConfigList |
ExternalAccountsResourceApi.readConfig(String name,
String view)
Get configs of external account for the given account name.
|
ApiConfigList |
AuthServiceRoleConfigGroupsResourceApi.readConfig(String roleConfigGroupName,
String view)
Returns the current revision of the config for the specified role config group in the Authentication Service.
|
ApiConfigList |
RoleConfigGroupsResourceApi.readConfig(String clusterName,
String roleConfigGroupName,
String serviceName,
String view)
Returns the current revision of the config for the specified role config group.
|
com.squareup.okhttp.Call |
AllHostsResourceApi.readConfigAsync(String view,
ApiCallback<ApiConfigList> callback)
Retrieve the default configuration for all hosts.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.readConfigAsync(String roleConfigGroupName,
String view,
ApiCallback<ApiConfigList> callback)
Returns the current revision of the config for the specified role config group in the Cloudera Management Services.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.readConfigAsync(String name,
String view,
ApiCallback<ApiConfigList> callback)
Get configs of external account for the given account name.
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.readConfigAsync(String roleConfigGroupName,
String view,
ApiCallback<ApiConfigList> callback)
Returns the current revision of the config for the specified role config group in the Authentication Service.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.readConfigAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
String view,
ApiCallback<ApiConfigList> callback)
Returns the current revision of the config for the specified role config group.
|
com.squareup.okhttp.Call |
AllHostsResourceApi.readConfigCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readConfig
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.readConfigCall(String roleConfigGroupName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readConfig
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.readConfigCall(String name,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readConfig
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.readConfigCall(String roleConfigGroupName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readConfig
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.readConfigCall(String clusterName,
String roleConfigGroupName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readConfig
|
ApiResponse<ApiConfigList> |
AllHostsResourceApi.readConfigWithHttpInfo(String view)
Retrieve the default configuration for all hosts.
|
ApiResponse<ApiConfigList> |
MgmtRoleConfigGroupsResourceApi.readConfigWithHttpInfo(String roleConfigGroupName,
String view)
Returns the current revision of the config for the specified role config group in the Cloudera Management Services.
|
ApiResponse<ApiConfigList> |
ExternalAccountsResourceApi.readConfigWithHttpInfo(String name,
String view)
Get configs of external account for the given account name.
|
ApiResponse<ApiConfigList> |
AuthServiceRoleConfigGroupsResourceApi.readConfigWithHttpInfo(String roleConfigGroupName,
String view)
Returns the current revision of the config for the specified role config group in the Authentication Service.
|
ApiResponse<ApiConfigList> |
RoleConfigGroupsResourceApi.readConfigWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
String view)
Returns the current revision of the config for the specified role config group.
|
ApiControlPlane |
ControlPlanesResourceApi.readControlPlaneByUuid(String controlPlaneUuid)
The control plane with the given id.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.readControlPlaneByUuidAsync(String controlPlaneUuid,
ApiCallback<ApiControlPlane> callback)
The control plane with the given id.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.readControlPlaneByUuidCall(String controlPlaneUuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readControlPlaneByUuid
|
ApiResponse<ApiControlPlane> |
ControlPlanesResourceApi.readControlPlaneByUuidWithHttpInfo(String controlPlaneUuid)
The control plane with the given id.
|
ApiDataContext |
DataContextsResourceApi.readDataContext(String dataContextName)
Reads information about a datacontext.
|
com.squareup.okhttp.Call |
DataContextsResourceApi.readDataContextAsync(String dataContextName,
ApiCallback<ApiDataContext> callback)
Reads information about a datacontext.
|
com.squareup.okhttp.Call |
DataContextsResourceApi.readDataContextCall(String dataContextName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readDataContext
|
ApiDataContextList |
DataContextsResourceApi.readDataContexts()
Get all the datacontexts.
|
com.squareup.okhttp.Call |
DataContextsResourceApi.readDataContextsAsync(ApiCallback<ApiDataContextList> callback)
Get all the datacontexts.
|
com.squareup.okhttp.Call |
DataContextsResourceApi.readDataContextsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readDataContexts
|
ApiResponse<ApiDataContextList> |
DataContextsResourceApi.readDataContextsWithHttpInfo()
Get all the datacontexts.
|
ApiResponse<ApiDataContext> |
DataContextsResourceApi.readDataContextWithHttpInfo(String dataContextName)
Reads information about a datacontext.
|
ApiEvent |
EventsResourceApi.readEvent(String eventId)
Returns a specific event in the system.
|
com.squareup.okhttp.Call |
EventsResourceApi.readEventAsync(String eventId,
ApiCallback<ApiEvent> callback)
Returns a specific event in the system.
|
com.squareup.okhttp.Call |
EventsResourceApi.readEventCall(String eventId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readEvent
|
ApiEventQueryResult |
EventsResourceApi.readEvents(BigDecimal maxResults,
String query,
BigDecimal resultOffset)
Allows you to query events in the system.
|
com.squareup.okhttp.Call |
EventsResourceApi.readEventsAsync(BigDecimal maxResults,
String query,
BigDecimal resultOffset,
ApiCallback<ApiEventQueryResult> callback)
Allows you to query events in the system.
|
com.squareup.okhttp.Call |
EventsResourceApi.readEventsCall(BigDecimal maxResults,
String query,
BigDecimal resultOffset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readEvents
|
ApiResponse<ApiEventQueryResult> |
EventsResourceApi.readEventsWithHttpInfo(BigDecimal maxResults,
String query,
BigDecimal resultOffset)
Allows you to query events in the system.
|
ApiResponse<ApiEvent> |
EventsResourceApi.readEventWithHttpInfo(String eventId)
Returns a specific event in the system.
|
ApiExternalUserMapping |
ExternalUserMappingsResourceApi.readExternalUserMapping(String uuid)
Returns detailed information about an external user mapping.
|
com.squareup.okhttp.Call |
ExternalUserMappingsResourceApi.readExternalUserMappingAsync(String uuid,
ApiCallback<ApiExternalUserMapping> callback)
Returns detailed information about an external user mapping.
|
com.squareup.okhttp.Call |
ExternalUserMappingsResourceApi.readExternalUserMappingCall(String uuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExternalUserMapping
|
ApiExternalUserMappingList |
ExternalUserMappingsResourceApi.readExternalUserMappings(String view)
Returns a list of the external user mappings configured in the system.
|
com.squareup.okhttp.Call |
ExternalUserMappingsResourceApi.readExternalUserMappingsAsync(String view,
ApiCallback<ApiExternalUserMappingList> callback)
Returns a list of the external user mappings configured in the system.
|
com.squareup.okhttp.Call |
ExternalUserMappingsResourceApi.readExternalUserMappingsCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExternalUserMappings
|
ApiResponse<ApiExternalUserMappingList> |
ExternalUserMappingsResourceApi.readExternalUserMappingsWithHttpInfo(String view)
Returns a list of the external user mappings configured in the system.
|
ApiResponse<ApiExternalUserMapping> |
ExternalUserMappingsResourceApi.readExternalUserMappingWithHttpInfo(String uuid)
Returns detailed information about an external user mapping.
|
ApiReplicationCommandList |
ReplicationsResourceApi.readHistory(String clusterName,
BigDecimal scheduleId,
String serviceName,
BigDecimal limit,
BigDecimal offset,
String view)
Returns a list of commands triggered by a schedule.
|
ApiSnapshotCommandList |
SnapshotsResourceApi.readHistory(String clusterName,
String policyName,
String serviceName,
BigDecimal limit,
BigDecimal offset,
String view)
Returns a list of commands triggered by a snapshot policy.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.readHistoryAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
BigDecimal limit,
BigDecimal offset,
String view,
ApiCallback<ApiReplicationCommandList> callback)
Returns a list of commands triggered by a schedule.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.readHistoryAsync(String clusterName,
String policyName,
String serviceName,
BigDecimal limit,
BigDecimal offset,
String view,
ApiCallback<ApiSnapshotCommandList> callback)
Returns a list of commands triggered by a snapshot policy.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.readHistoryCall(String clusterName,
BigDecimal scheduleId,
String serviceName,
BigDecimal limit,
BigDecimal offset,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readHistory
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.readHistoryCall(String clusterName,
String policyName,
String serviceName,
BigDecimal limit,
BigDecimal offset,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readHistory
|
ApiResponse<ApiReplicationCommandList> |
ReplicationsResourceApi.readHistoryWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName,
BigDecimal limit,
BigDecimal offset,
String view)
Returns a list of commands triggered by a schedule.
|
ApiResponse<ApiSnapshotCommandList> |
SnapshotsResourceApi.readHistoryWithHttpInfo(String clusterName,
String policyName,
String serviceName,
BigDecimal limit,
BigDecimal offset,
String view)
Returns a list of commands triggered by a snapshot policy.
|
ApiHost |
HostsResourceApi.readHost(String hostId,
String view)
Returns a specific Host in the system.
|
com.squareup.okhttp.Call |
HostsResourceApi.readHostAsync(String hostId,
String view,
ApiCallback<ApiHost> callback)
Returns a specific Host in the system.
|
com.squareup.okhttp.Call |
HostsResourceApi.readHostCall(String hostId,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readHost
|
ApiConfigList |
HostsResourceApi.readHostConfig(String hostId,
String view)
Retrieves the configuration of a specific host.
|
com.squareup.okhttp.Call |
HostsResourceApi.readHostConfigAsync(String hostId,
String view,
ApiCallback<ApiConfigList> callback)
Retrieves the configuration of a specific host.
|
com.squareup.okhttp.Call |
HostsResourceApi.readHostConfigCall(String hostId,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readHostConfig
|
ApiResponse<ApiConfigList> |
HostsResourceApi.readHostConfigWithHttpInfo(String hostId,
String view)
Retrieves the configuration of a specific host.
|
ApiHostList |
HostsResourceApi.readHosts(String configName,
String configValue,
String view)
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.
|
com.squareup.okhttp.Call |
HostsResourceApi.readHostsCall(String configName,
String configValue,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readHosts
|
ApiResponse<ApiHostList> |
HostsResourceApi.readHostsWithHttpInfo(String configName,
String configValue,
String view)
Returns hosts in the system filtered by optional host configuration parameters, if specified.
|
ApiHostTemplate |
HostTemplatesResourceApi.readHostTemplate(String clusterName,
String hostTemplateName)
Retrieves information about a host template.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.readHostTemplateAsync(String clusterName,
String hostTemplateName,
ApiCallback<ApiHostTemplate> callback)
Retrieves information about a host template.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.readHostTemplateCall(String clusterName,
String hostTemplateName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readHostTemplate
|
ApiHostTemplateList |
HostTemplatesResourceApi.readHostTemplates(String clusterName)
Lists all host templates in a cluster.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.readHostTemplatesAsync(String clusterName,
ApiCallback<ApiHostTemplateList> callback)
Lists all host templates in a cluster.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.readHostTemplatesCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readHostTemplates
|
ApiResponse<ApiHostTemplateList> |
HostTemplatesResourceApi.readHostTemplatesWithHttpInfo(String clusterName)
Lists all host templates in a cluster.
|
ApiResponse<ApiHostTemplate> |
HostTemplatesResourceApi.readHostTemplateWithHttpInfo(String clusterName,
String hostTemplateName)
Retrieves information about a host template.
|
ApiResponse<ApiHost> |
HostsResourceApi.readHostWithHttpInfo(String hostId,
String view)
Returns a specific Host in the system.
|
ApiCmServer |
ClouderaManagerResourceApi.readInstance(String cmServerId)
Retrieves the CM server information.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.readInstanceAsync(String cmServerId,
ApiCallback<ApiCmServer> callback)
Retrieves the CM server information.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.readInstanceCall(String cmServerId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readInstance
|
ApiCmServerList |
ClouderaManagerResourceApi.readInstances()
Retrieves all CM server information.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.readInstancesAsync(ApiCallback<ApiCmServerList> callback)
Retrieves all CM server information.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.readInstancesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readInstances
|
ApiResponse<ApiCmServerList> |
ClouderaManagerResourceApi.readInstancesWithHttpInfo()
Retrieves all CM server information.
|
ApiResponse<ApiCmServer> |
ClouderaManagerResourceApi.readInstanceWithHttpInfo(String cmServerId)
Retrieves the CM server information.
|
ApiLicense |
ClouderaManagerResourceApi.readLicense()
Retrieve information about the Cloudera Manager license.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.readLicenseAsync(ApiCallback<ApiLicense> callback)
Retrieve information about the Cloudera Manager license.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.readLicenseCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readLicense
|
ApiResponse<ApiLicense> |
ClouderaManagerResourceApi.readLicenseWithHttpInfo()
Retrieve information about the Cloudera Manager license.
|
ApiNameservice |
NameservicesResourceApi.readNameservice(String clusterName,
String nameservice,
String serviceName,
String view)
Retrieve information about a nameservice.
|
com.squareup.okhttp.Call |
NameservicesResourceApi.readNameserviceAsync(String clusterName,
String nameservice,
String serviceName,
String view,
ApiCallback<ApiNameservice> callback)
Retrieve information about a nameservice.
|
com.squareup.okhttp.Call |
NameservicesResourceApi.readNameserviceCall(String clusterName,
String nameservice,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNameservice
|
ApiResponse<ApiNameservice> |
NameservicesResourceApi.readNameserviceWithHttpInfo(String clusterName,
String nameservice,
String serviceName,
String view)
Retrieve information about a nameservice.
|
ApiParcel |
ParcelResourceApi.readParcel(String clusterName,
String product,
String version)
Retrieves detailed information about a parcel.
|
com.squareup.okhttp.Call |
ParcelResourceApi.readParcelAsync(String clusterName,
String product,
String version,
ApiCallback<ApiParcel> callback)
Retrieves detailed information about a parcel.
|
com.squareup.okhttp.Call |
ParcelResourceApi.readParcelCall(String clusterName,
String product,
String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readParcel
|
ApiParcelList |
ParcelsResourceApi.readParcels(String clusterName,
String view)
Lists all parcels that the cluster has access to.
|
com.squareup.okhttp.Call |
ParcelsResourceApi.readParcelsAsync(String clusterName,
String view,
ApiCallback<ApiParcelList> callback)
Lists all parcels that the cluster has access to.
|
com.squareup.okhttp.Call |
ParcelsResourceApi.readParcelsCall(String clusterName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readParcels
|
ApiResponse<ApiParcelList> |
ParcelsResourceApi.readParcelsWithHttpInfo(String clusterName,
String view)
Lists all parcels that the cluster has access to.
|
ApiResponse<ApiParcel> |
ParcelResourceApi.readParcelWithHttpInfo(String clusterName,
String product,
String version)
Retrieves detailed information about a parcel.
|
ApiCmPeer |
CmPeersResourceApi.readPeer(String peerName,
String type)
Fetch information about an existing Cloudera Manager peer.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.readPeerAsync(String peerName,
String type,
ApiCallback<ApiCmPeer> callback)
Fetch information about an existing Cloudera Manager peer.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.readPeerCall(String peerName,
String type,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readPeer
|
ApiResponse<ApiCmPeer> |
CmPeersResourceApi.readPeerWithHttpInfo(String peerName,
String type)
Fetch information about an existing Cloudera Manager peer.
|
ApiSnapshotPolicyList |
SnapshotsResourceApi.readPolicies(String clusterName,
String serviceName,
String view)
Returns information for all snapshot policies.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.readPoliciesAsync(String clusterName,
String serviceName,
String view,
ApiCallback<ApiSnapshotPolicyList> callback)
Returns information for all snapshot policies.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.readPoliciesCall(String clusterName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readPolicies
|
ApiResponse<ApiSnapshotPolicyList> |
SnapshotsResourceApi.readPoliciesWithHttpInfo(String clusterName,
String serviceName,
String view)
Returns information for all snapshot policies.
|
ApiSnapshotPolicy |
SnapshotsResourceApi.readPolicy(String clusterName,
String policyName,
String serviceName,
String view)
Returns information for a specific snapshot policy.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.readPolicyAsync(String clusterName,
String policyName,
String serviceName,
String view,
ApiCallback<ApiSnapshotPolicy> callback)
Returns information for a specific snapshot policy.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.readPolicyCall(String clusterName,
String policyName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readPolicy
|
ApiResponse<ApiSnapshotPolicy> |
SnapshotsResourceApi.readPolicyWithHttpInfo(String clusterName,
String policyName,
String serviceName,
String view)
Returns information for a specific snapshot policy.
|
ApiRole |
MgmtRolesResourceApi.readRole(String roleName)
Retrieve detailed information about a Cloudera Management Services role.
|
ApiRole |
AuthServiceRolesResourceApi.readRole(String roleName)
Retrieve detailed information about a Authentication Services role.
|
ApiRole |
RolesResourceApi.readRole(String clusterName,
String roleName,
String serviceName,
String view)
Retrieves detailed information about a role.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.readRoleAsync(String roleName,
ApiCallback<ApiRole> callback)
Retrieve detailed information about a Cloudera Management Services role.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.readRoleAsync(String roleName,
ApiCallback<ApiRole> callback)
Retrieve detailed information about a Authentication Services role.
|
com.squareup.okhttp.Call |
RolesResourceApi.readRoleAsync(String clusterName,
String roleName,
String serviceName,
String view,
ApiCallback<ApiRole> callback)
Retrieves detailed information about a role.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.readRoleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRole
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.readRoleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRole
|
com.squareup.okhttp.Call |
RolesResourceApi.readRoleCall(String clusterName,
String roleName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRole
|
ApiConfigList |
MgmtRolesResourceApi.readRoleConfig(String roleName,
String view)
Retrieve the configuration of a specific Cloudera Management Services role.
|
ApiConfigList |
AuthServiceRolesResourceApi.readRoleConfig(String roleName,
String view)
Retrieve the configuration of a specific Authentication Services role.
|
ApiConfigList |
RolesResourceApi.readRoleConfig(String clusterName,
String roleName,
String serviceName,
String view)
Retrieves the configuration of a specific role.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.readRoleConfigAsync(String roleName,
String view,
ApiCallback<ApiConfigList> callback)
Retrieve the configuration of a specific Cloudera Management Services role.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.readRoleConfigAsync(String roleName,
String view,
ApiCallback<ApiConfigList> callback)
Retrieve the configuration of a specific Authentication Services role.
|
com.squareup.okhttp.Call |
RolesResourceApi.readRoleConfigAsync(String clusterName,
String roleName,
String serviceName,
String view,
ApiCallback<ApiConfigList> callback)
Retrieves the configuration of a specific role.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.readRoleConfigCall(String roleName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfig
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.readRoleConfigCall(String roleName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfig
|
com.squareup.okhttp.Call |
RolesResourceApi.readRoleConfigCall(String clusterName,
String roleName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfig
|
ApiRoleConfigGroup |
MgmtRoleConfigGroupsResourceApi.readRoleConfigGroup(String roleConfigGroupName)
Returns the information for a given role config group in the Cloudera Management Services.
|
ApiRoleConfigGroup |
AuthServiceRoleConfigGroupsResourceApi.readRoleConfigGroup(String roleConfigGroupName)
Returns the information for a given role config group in the Authentication Service.
|
ApiRoleConfigGroup |
RoleConfigGroupsResourceApi.readRoleConfigGroup(String clusterName,
String roleConfigGroupName,
String serviceName)
Returns the information for a role config group.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.readRoleConfigGroupAsync(String roleConfigGroupName,
ApiCallback<ApiRoleConfigGroup> callback)
Returns the information for a given role config group in the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.readRoleConfigGroupAsync(String roleConfigGroupName,
ApiCallback<ApiRoleConfigGroup> callback)
Returns the information for a given role config group in the Authentication Service.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.readRoleConfigGroupAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiCallback<ApiRoleConfigGroup> callback)
Returns the information for a role config group.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.readRoleConfigGroupCall(String roleConfigGroupName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfigGroup
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.readRoleConfigGroupCall(String roleConfigGroupName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfigGroup
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.readRoleConfigGroupCall(String clusterName,
String roleConfigGroupName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfigGroup
|
ApiRoleConfigGroupList |
MgmtRoleConfigGroupsResourceApi.readRoleConfigGroups()
Returns the information for all role config groups in the Cloudera Management Services.
|
ApiRoleConfigGroupList |
AuthServiceRoleConfigGroupsResourceApi.readRoleConfigGroups()
Returns the information for all role config groups in the Authentication Service.
|
ApiRoleConfigGroupList |
RoleConfigGroupsResourceApi.readRoleConfigGroups(String clusterName,
String serviceName)
Returns the information for all role config groups for a given cluster and service.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.readRoleConfigGroupsAsync(ApiCallback<ApiRoleConfigGroupList> callback)
Returns the information for all role config groups in the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.readRoleConfigGroupsAsync(ApiCallback<ApiRoleConfigGroupList> callback)
Returns the information for all role config groups in the Authentication Service.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.readRoleConfigGroupsAsync(String clusterName,
String serviceName,
ApiCallback<ApiRoleConfigGroupList> callback)
Returns the information for all role config groups for a given cluster and service.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.readRoleConfigGroupsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfigGroups
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.readRoleConfigGroupsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfigGroups
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.readRoleConfigGroupsCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfigGroups
|
ApiResponse<ApiRoleConfigGroupList> |
MgmtRoleConfigGroupsResourceApi.readRoleConfigGroupsWithHttpInfo()
Returns the information for all role config groups in the Cloudera Management Services.
|
ApiResponse<ApiRoleConfigGroupList> |
AuthServiceRoleConfigGroupsResourceApi.readRoleConfigGroupsWithHttpInfo()
Returns the information for all role config groups in the Authentication Service.
|
ApiResponse<ApiRoleConfigGroupList> |
RoleConfigGroupsResourceApi.readRoleConfigGroupsWithHttpInfo(String clusterName,
String serviceName)
Returns the information for all role config groups for a given cluster and service.
|
ApiResponse<ApiRoleConfigGroup> |
MgmtRoleConfigGroupsResourceApi.readRoleConfigGroupWithHttpInfo(String roleConfigGroupName)
Returns the information for a given role config group in the Cloudera Management Services.
|
ApiResponse<ApiRoleConfigGroup> |
AuthServiceRoleConfigGroupsResourceApi.readRoleConfigGroupWithHttpInfo(String roleConfigGroupName)
Returns the information for a given role config group in the Authentication Service.
|
ApiResponse<ApiRoleConfigGroup> |
RoleConfigGroupsResourceApi.readRoleConfigGroupWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName)
Returns the information for a role config group.
|
ApiResponse<ApiConfigList> |
MgmtRolesResourceApi.readRoleConfigWithHttpInfo(String roleName,
String view)
Retrieve the configuration of a specific Cloudera Management Services role.
|
ApiResponse<ApiConfigList> |
AuthServiceRolesResourceApi.readRoleConfigWithHttpInfo(String roleName,
String view)
Retrieve the configuration of a specific Authentication Services role.
|
ApiResponse<ApiConfigList> |
RolesResourceApi.readRoleConfigWithHttpInfo(String clusterName,
String roleName,
String serviceName,
String view)
Retrieves the configuration of a specific role.
|
ApiRoleList |
MgmtRolesResourceApi.readRoles()
List all roles of the Cloudera Management Services.
|
ApiRoleList |
AuthServiceRolesResourceApi.readRoles()
List all roles of the Authentication Services.
|
ApiRoleList |
MgmtRoleConfigGroupsResourceApi.readRoles(String roleConfigGroupName)
Returns all roles in the given role config group in the Cloudera Management Services.
|
ApiRoleList |
AuthServiceRoleConfigGroupsResourceApi.readRoles(String roleConfigGroupName)
Returns all roles in the given role config group in the Authentication Service.
|
ApiRoleList |
RoleConfigGroupsResourceApi.readRoles(String clusterName,
String roleConfigGroupName,
String serviceName)
Returns all roles in the given role config group.
|
ApiRoleList |
RolesResourceApi.readRoles(String clusterName,
String serviceName,
String filter,
String view)
Lists all roles of a given service.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.readRolesAsync(ApiCallback<ApiRoleList> callback)
List all roles of the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.readRolesAsync(ApiCallback<ApiRoleList> callback)
List all roles of the Authentication Services.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.readRolesAsync(String roleConfigGroupName,
ApiCallback<ApiRoleList> callback)
Returns all roles in the given role config group in the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.readRolesAsync(String roleConfigGroupName,
ApiCallback<ApiRoleList> callback)
Returns all roles in the given role config group in the Authentication Service.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.readRolesAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiCallback<ApiRoleList> callback)
Returns all roles in the given role config group.
|
com.squareup.okhttp.Call |
RolesResourceApi.readRolesAsync(String clusterName,
String serviceName,
String filter,
String view,
ApiCallback<ApiRoleList> callback)
Lists all roles of a given service.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.readRolesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoles
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.readRolesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoles
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.readRolesCall(String roleConfigGroupName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoles
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.readRolesCall(String roleConfigGroupName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoles
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.readRolesCall(String clusterName,
String roleConfigGroupName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoles
|
com.squareup.okhttp.Call |
RolesResourceApi.readRolesCall(String clusterName,
String serviceName,
String filter,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoles
|
ApiResponse<ApiRoleList> |
MgmtRolesResourceApi.readRolesWithHttpInfo()
List all roles of the Cloudera Management Services.
|
ApiResponse<ApiRoleList> |
AuthServiceRolesResourceApi.readRolesWithHttpInfo()
List all roles of the Authentication Services.
|
ApiResponse<ApiRoleList> |
MgmtRoleConfigGroupsResourceApi.readRolesWithHttpInfo(String roleConfigGroupName)
Returns all roles in the given role config group in the Cloudera Management Services.
|
ApiResponse<ApiRoleList> |
AuthServiceRoleConfigGroupsResourceApi.readRolesWithHttpInfo(String roleConfigGroupName)
Returns all roles in the given role config group in the Authentication Service.
|
ApiResponse<ApiRoleList> |
RoleConfigGroupsResourceApi.readRolesWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName)
Returns all roles in the given role config group.
|
ApiResponse<ApiRoleList> |
RolesResourceApi.readRolesWithHttpInfo(String clusterName,
String serviceName,
String filter,
String view)
Lists all roles of a given service.
|
ApiResponse<ApiRole> |
MgmtRolesResourceApi.readRoleWithHttpInfo(String roleName)
Retrieve detailed information about a Cloudera Management Services role.
|
ApiResponse<ApiRole> |
AuthServiceRolesResourceApi.readRoleWithHttpInfo(String roleName)
Retrieve detailed information about a Authentication Services role.
|
ApiResponse<ApiRole> |
RolesResourceApi.readRoleWithHttpInfo(String clusterName,
String roleName,
String serviceName,
String view)
Retrieves detailed information about a role.
|
ApiReplicationSchedule |
ReplicationsResourceApi.readSchedule(String clusterName,
BigDecimal scheduleId,
String serviceName,
String view)
Returns information for a specific replication schedule.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.readScheduleAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
String view,
ApiCallback<ApiReplicationSchedule> callback)
Returns information for a specific replication schedule.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.readScheduleCall(String clusterName,
BigDecimal scheduleId,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readSchedule
|
ApiReplicationScheduleList |
ReplicationsResourceApi.readSchedules(String clusterName,
String serviceName,
BigDecimal maxCommands,
BigDecimal maxErrors,
BigDecimal maxSchedules,
BigDecimal maxTables,
String view)
Retrieves information about replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.readSchedulesAsync(String clusterName,
String serviceName,
BigDecimal maxCommands,
BigDecimal maxErrors,
BigDecimal maxSchedules,
BigDecimal maxTables,
String view,
ApiCallback<ApiReplicationScheduleList> callback)
Retrieves information about replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.readSchedulesCall(String clusterName,
String serviceName,
BigDecimal maxCommands,
BigDecimal maxErrors,
BigDecimal maxSchedules,
BigDecimal maxTables,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readSchedules
|
ApiResponse<ApiReplicationScheduleList> |
ReplicationsResourceApi.readSchedulesWithHttpInfo(String clusterName,
String serviceName,
BigDecimal maxCommands,
BigDecimal maxErrors,
BigDecimal maxSchedules,
BigDecimal maxTables,
String view)
Retrieves information about replication schedules.
|
ApiResponse<ApiReplicationSchedule> |
ReplicationsResourceApi.readScheduleWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName,
String view)
Returns information for a specific replication schedule.
|
ApiService |
AuthServiceResourceApi.readService()
Retrieve information about the Authentication Services.
|
ApiService |
MgmtServiceResourceApi.readService(String view)
Retrieve information about the Cloudera Management Services.
|
ApiService |
ServicesResourceApi.readService(String clusterName,
String serviceName,
String view)
Retrieves details information about a service.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.readServiceAsync(ApiCallback<ApiService> callback)
Retrieve information about the Authentication Services.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.readServiceAsync(String view,
ApiCallback<ApiService> callback)
Retrieve information about the Cloudera Management Services.
|
com.squareup.okhttp.Call |
ServicesResourceApi.readServiceAsync(String clusterName,
String serviceName,
String view,
ApiCallback<ApiService> callback)
Retrieves details information about a service.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.readServiceCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readService
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.readServiceCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readService
|
com.squareup.okhttp.Call |
ServicesResourceApi.readServiceCall(String clusterName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readService
|
ApiServiceConfig |
MgmtServiceResourceApi.readServiceConfig(String view)
Retrieve the configuration of the Cloudera Management Services.
|
ApiServiceConfig |
AuthServiceResourceApi.readServiceConfig(String view) |
ApiServiceConfig |
ServicesResourceApi.readServiceConfig(String clusterName,
String serviceName,
String view)
Retrieves the configuration of a specific service.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.readServiceConfigAsync(String view,
ApiCallback<ApiServiceConfig> callback)
Retrieve the configuration of the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.readServiceConfigAsync(String view,
ApiCallback<ApiServiceConfig> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ServicesResourceApi.readServiceConfigAsync(String clusterName,
String serviceName,
String view,
ApiCallback<ApiServiceConfig> callback)
Retrieves the configuration of a specific service.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.readServiceConfigCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readServiceConfig
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.readServiceConfigCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readServiceConfig
|
com.squareup.okhttp.Call |
ServicesResourceApi.readServiceConfigCall(String clusterName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readServiceConfig
|
ApiResponse<ApiServiceConfig> |
MgmtServiceResourceApi.readServiceConfigWithHttpInfo(String view)
Retrieve the configuration of the Cloudera Management Services.
|
ApiResponse<ApiServiceConfig> |
AuthServiceResourceApi.readServiceConfigWithHttpInfo(String view) |
ApiResponse<ApiServiceConfig> |
ServicesResourceApi.readServiceConfigWithHttpInfo(String clusterName,
String serviceName,
String view)
Retrieves the configuration of a specific service.
|
ApiServiceList |
ServicesResourceApi.readServices(String clusterName,
String view)
Lists all services registered in the cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.readServicesAsync(String clusterName,
String view,
ApiCallback<ApiServiceList> callback)
Lists all services registered in the cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.readServicesCall(String clusterName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readServices
|
ApiResponse<ApiServiceList> |
ServicesResourceApi.readServicesWithHttpInfo(String clusterName,
String view)
Lists all services registered in the cluster.
|
ApiResponse<ApiService> |
AuthServiceResourceApi.readServiceWithHttpInfo()
Retrieve information about the Authentication Services.
|
ApiResponse<ApiService> |
MgmtServiceResourceApi.readServiceWithHttpInfo(String view)
Retrieve information about the Cloudera Management Services.
|
ApiResponse<ApiService> |
ServicesResourceApi.readServiceWithHttpInfo(String clusterName,
String serviceName,
String view)
Retrieves details information about a service.
|
ApiActivityList |
ActivitiesResourceApi.readSimilarActivities(String activityId,
String clusterName,
String serviceName,
String view)
Returns a list of similar activities.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readSimilarActivitiesAsync(String activityId,
String clusterName,
String serviceName,
String view,
ApiCallback<ApiActivityList> callback)
Returns a list of similar activities.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readSimilarActivitiesCall(String activityId,
String clusterName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readSimilarActivities
|
ApiResponse<ApiActivityList> |
ActivitiesResourceApi.readSimilarActivitiesWithHttpInfo(String activityId,
String clusterName,
String serviceName,
String view)
Returns a list of similar activities.
|
List<ApiEntityTag> |
HostsResourceApi.readTags(String hostname,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this host.
|
List<ApiEntityTag> |
ControlPlanesResourceApi.readTags(String controlPlaneUuid,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this control plane.
|
List<ApiEntityTag> |
ClustersResourceApi.readTags(String clusterName,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this cluster.
|
List<ApiEntityTag> |
ServicesResourceApi.readTags(String clusterName,
String serviceName,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this service.
|
List<ApiEntityTag> |
RolesResourceApi.readTags(String clusterName,
String roleName,
String serviceName,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this role.
|
com.squareup.okhttp.Call |
HostsResourceApi.readTagsAsync(String hostname,
BigDecimal limit,
BigDecimal offset,
ApiCallback<List<ApiEntityTag>> callback)
Returns the tags associated with this host.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.readTagsAsync(String controlPlaneUuid,
BigDecimal limit,
BigDecimal offset,
ApiCallback<List<ApiEntityTag>> callback)
Returns the tags associated with this control plane.
|
com.squareup.okhttp.Call |
ClustersResourceApi.readTagsAsync(String clusterName,
BigDecimal limit,
BigDecimal offset,
ApiCallback<List<ApiEntityTag>> callback)
Returns the tags associated with this cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.readTagsAsync(String clusterName,
String serviceName,
BigDecimal limit,
BigDecimal offset,
ApiCallback<List<ApiEntityTag>> callback)
Returns the tags associated with this service.
|
com.squareup.okhttp.Call |
RolesResourceApi.readTagsAsync(String clusterName,
String roleName,
String serviceName,
BigDecimal limit,
BigDecimal offset,
ApiCallback<List<ApiEntityTag>> callback)
Returns the tags associated with this role.
|
ApiTagToEntitiesList |
TagsResourceApi.readTagsByName(String tagName,
BigDecimal limit,
BigDecimal offset)
Get Entities given the Tag name, grouped by entity type.
|
com.squareup.okhttp.Call |
TagsResourceApi.readTagsByNameAsync(String tagName,
BigDecimal limit,
BigDecimal offset,
ApiCallback<ApiTagToEntitiesList> callback)
Get Entities given the Tag name, grouped by entity type.
|
com.squareup.okhttp.Call |
TagsResourceApi.readTagsByNameCall(String tagName,
BigDecimal limit,
BigDecimal offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readTagsByName
|
ApiResponse<ApiTagToEntitiesList> |
TagsResourceApi.readTagsByNameWithHttpInfo(String tagName,
BigDecimal limit,
BigDecimal offset)
Get Entities given the Tag name, grouped by entity type.
|
com.squareup.okhttp.Call |
HostsResourceApi.readTagsCall(String hostname,
BigDecimal limit,
BigDecimal offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readTags
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.readTagsCall(String controlPlaneUuid,
BigDecimal limit,
BigDecimal offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readTags
|
com.squareup.okhttp.Call |
ClustersResourceApi.readTagsCall(String clusterName,
BigDecimal limit,
BigDecimal offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readTags
|
com.squareup.okhttp.Call |
ServicesResourceApi.readTagsCall(String clusterName,
String serviceName,
BigDecimal limit,
BigDecimal offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readTags
|
com.squareup.okhttp.Call |
RolesResourceApi.readTagsCall(String clusterName,
String roleName,
String serviceName,
BigDecimal limit,
BigDecimal offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readTags
|
ApiResponse<List<ApiEntityTag>> |
HostsResourceApi.readTagsWithHttpInfo(String hostname,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this host.
|
ApiResponse<List<ApiEntityTag>> |
ControlPlanesResourceApi.readTagsWithHttpInfo(String controlPlaneUuid,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this control plane.
|
ApiResponse<List<ApiEntityTag>> |
ClustersResourceApi.readTagsWithHttpInfo(String clusterName,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this cluster.
|
ApiResponse<List<ApiEntityTag>> |
ServicesResourceApi.readTagsWithHttpInfo(String clusterName,
String serviceName,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this service.
|
ApiResponse<List<ApiEntityTag>> |
RolesResourceApi.readTagsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
BigDecimal limit,
BigDecimal offset)
Returns the tags associated with this role.
|
ApiUser2 |
UsersResourceApi.readUser2(String userName)
Returns detailed information about a user.
|
com.squareup.okhttp.Call |
UsersResourceApi.readUser2Async(String userName,
ApiCallback<ApiUser2> callback)
Returns detailed information about a user.
|
com.squareup.okhttp.Call |
UsersResourceApi.readUser2Call(String userName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readUser2
|
ApiResponse<ApiUser2> |
UsersResourceApi.readUser2WithHttpInfo(String userName)
Returns detailed information about a user.
|
ApiUser2List |
UsersResourceApi.readUsers2(String view)
Returns a list of the user names configured in the system.
|
com.squareup.okhttp.Call |
UsersResourceApi.readUsers2Async(String view,
ApiCallback<ApiUser2List> callback)
Returns a list of the user names configured in the system.
|
com.squareup.okhttp.Call |
UsersResourceApi.readUsers2Call(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readUsers2
|
ApiResponse<ApiUser2List> |
UsersResourceApi.readUsers2WithHttpInfo(String view)
Returns a list of the user names configured in the system.
|
ApiCommand |
HostTemplatesResourceApi.reapplyHostTemplateOnHosts(String clusterName,
String hostTemplateName,
Boolean deleteRoles,
Boolean startRoles)
Reapplies a host template on all the hosts associated with the host template.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.reapplyHostTemplateOnHostsAsync(String clusterName,
String hostTemplateName,
Boolean deleteRoles,
Boolean startRoles,
ApiCallback<ApiCommand> callback)
Reapplies a host template on all the hosts associated with the host template.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.reapplyHostTemplateOnHostsCall(String clusterName,
String hostTemplateName,
Boolean deleteRoles,
Boolean startRoles,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reapplyHostTemplateOnHosts
|
ApiResponse<ApiCommand> |
HostTemplatesResourceApi.reapplyHostTemplateOnHostsWithHttpInfo(String clusterName,
String hostTemplateName,
Boolean deleteRoles,
Boolean startRoles)
Reapplies a host template on all the hosts associated with the host template.
|
ApiCommand |
ServicesResourceApi.recommissionCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Recommission roles of a service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.recommissionCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiCommand> callback)
Recommission roles of a service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.recommissionCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for recommissionCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.recommissionCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Recommission roles of a service.
|
ApiCommand |
ServicesResourceApi.recommissionWithStartCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Start and recommission roles of a service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.recommissionWithStartCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiCommand> callback)
Start and recommission roles of a service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.recommissionWithStartCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for recommissionWithStartCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.recommissionWithStartCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Start and recommission roles of a service.
|
ApiCommand |
ReplicationsResourceApi.recreateCloudCredstoresOnHdfs(String clusterName,
String serviceName)
Recreates the existing credential provider jceks files on HDFS, that are used by the given service, for replicating to the cloud.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.recreateCloudCredstoresOnHdfsAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Recreates the existing credential provider jceks files on HDFS, that are used by the given service, for replicating to the cloud.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.recreateCloudCredstoresOnHdfsCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for recreateCloudCredstoresOnHdfs
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.recreateCloudCredstoresOnHdfsWithHttpInfo(String clusterName,
String serviceName)
Recreates the existing credential provider jceks files on HDFS, that are used by the given service, for replicating to the cloud.
|
ApiCommand |
ClustersResourceApi.refresh(String clusterName)
Updates all refreshable configuration files in the cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.refreshAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Updates all refreshable configuration files in the cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.refreshCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for refresh
|
ApiBulkCommandList |
RoleCommandsResourceApi.refreshCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Refresh a role's data.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.refreshCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Refresh a role's data.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.refreshCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for refreshCommand
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.refreshCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Refresh a role's data.
|
ApiCommand |
ClouderaManagerResourceApi.refreshParcelRepos()
.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.refreshParcelReposAsync(ApiCallback<ApiCommand> callback)
.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.refreshParcelReposCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for refreshParcelRepos
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.refreshParcelReposWithHttpInfo()
.
|
ApiResponse<ApiCommand> |
ClustersResourceApi.refreshWithHttpInfo(String clusterName)
Updates all refreshable configuration files in the cluster.
|
ApiHostRefList |
ClustersResourceApi.removeAllHosts(String clusterName) |
com.squareup.okhttp.Call |
ClustersResourceApi.removeAllHostsAsync(String clusterName,
ApiCallback<ApiHostRefList> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ClustersResourceApi.removeAllHostsCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeAllHosts
|
ApiResponse<ApiHostRefList> |
ClustersResourceApi.removeAllHostsWithHttpInfo(String clusterName) |
ApiCommand |
ParcelResourceApi.removeDownloadCommand(String clusterName,
String product,
String version)
A synchronous command that removes the downloaded parcel.
|
com.squareup.okhttp.Call |
ParcelResourceApi.removeDownloadCommandAsync(String clusterName,
String product,
String version,
ApiCallback<ApiCommand> callback)
A synchronous command that removes the downloaded parcel.
|
com.squareup.okhttp.Call |
ParcelResourceApi.removeDownloadCommandCall(String clusterName,
String product,
String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeDownloadCommand
|
ApiResponse<ApiCommand> |
ParcelResourceApi.removeDownloadCommandWithHttpInfo(String clusterName,
String product,
String version)
A synchronous command that removes the downloaded parcel.
|
ApiCommand |
ReplicationsResourceApi.removeHBasePeer(String clusterName,
String serviceName,
ApiHBasePeerId body)
Starts a command that removes the specified HBase replication peer from the local HBase service.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.removeHBasePeerAsync(String clusterName,
String serviceName,
ApiHBasePeerId body,
ApiCallback<ApiCommand> callback)
Starts a command that removes the specified HBase replication peer from the local HBase service.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.removeHBasePeerCall(String clusterName,
String serviceName,
ApiHBasePeerId body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeHBasePeer
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.removeHBasePeerWithHttpInfo(String clusterName,
String serviceName,
ApiHBasePeerId body)
Starts a command that removes the specified HBase replication peer from the local HBase service.
|
ApiHostRef |
ClustersResourceApi.removeHost(String clusterName,
String hostId) |
com.squareup.okhttp.Call |
ClustersResourceApi.removeHostAsync(String clusterName,
String hostId,
ApiCallback<ApiHostRef> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ClustersResourceApi.removeHostCall(String clusterName,
String hostId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeHost
|
ApiCommand |
HostsResourceApi.removeHostsFromCluster(ApiHostsToRemoveArgs body)
Decommissions and deletes all non management roles from the list of hosts and removes the hosts from the cluster.
|
com.squareup.okhttp.Call |
HostsResourceApi.removeHostsFromClusterAsync(ApiHostsToRemoveArgs body,
ApiCallback<ApiCommand> callback)
Decommissions and deletes all non management roles from the list of hosts and removes the hosts from the cluster.
|
com.squareup.okhttp.Call |
HostsResourceApi.removeHostsFromClusterCall(ApiHostsToRemoveArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeHostsFromCluster
|
ApiResponse<ApiCommand> |
HostsResourceApi.removeHostsFromClusterWithHttpInfo(ApiHostsToRemoveArgs body)
Decommissions and deletes all non management roles from the list of hosts and removes the hosts from the cluster.
|
ApiResponse<ApiHostRef> |
ClustersResourceApi.removeHostWithHttpInfo(String clusterName,
String hostId) |
ApiCommand |
ReplicationsResourceApi.removeTablesFromHBasePeer(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body)
Starts a command that removes tables and column families from an existing HBase replication peer.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.removeTablesFromHBasePeerAsync(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body,
ApiCallback<ApiCommand> callback)
Starts a command that removes tables and column families from an existing HBase replication peer.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.removeTablesFromHBasePeerCall(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeTablesFromHBasePeer
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.removeTablesFromHBasePeerWithHttpInfo(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body)
Starts a command that removes tables and column families from an existing HBase replication peer.
|
ApiWatchedDir |
WatchedDirResourceApi.removeWatchedDirectory(String clusterName,
String directoryPath,
String serviceName)
Removes a directory from the watching list.
|
com.squareup.okhttp.Call |
WatchedDirResourceApi.removeWatchedDirectoryAsync(String clusterName,
String directoryPath,
String serviceName,
ApiCallback<ApiWatchedDir> callback)
Removes a directory from the watching list.
|
com.squareup.okhttp.Call |
WatchedDirResourceApi.removeWatchedDirectoryCall(String clusterName,
String directoryPath,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeWatchedDirectory
|
ApiResponse<ApiWatchedDir> |
WatchedDirResourceApi.removeWatchedDirectoryWithHttpInfo(String clusterName,
String directoryPath,
String serviceName)
Removes a directory from the watching list.
|
Boolean |
ReplicationsResourceApi.rescheduleHive3ReplicationMetricsGetter(String clusterName,
String serviceName,
BigDecimal nextStartMins)
Set the Hive3 Replication Metrics Getter next start time.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.rescheduleHive3ReplicationMetricsGetterAsync(String clusterName,
String serviceName,
BigDecimal nextStartMins,
ApiCallback<Boolean> callback)
Set the Hive3 Replication Metrics Getter next start time.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.rescheduleHive3ReplicationMetricsGetterCall(String clusterName,
String serviceName,
BigDecimal nextStartMins,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rescheduleHive3ReplicationMetricsGetter
|
ApiResponse<Boolean> |
ReplicationsResourceApi.rescheduleHive3ReplicationMetricsGetterWithHttpInfo(String clusterName,
String serviceName,
BigDecimal nextStartMins)
Set the Hive3 Replication Metrics Getter next start time.
|
ApiCommand |
HostsResourceApi.resetHostId(String hostId,
String newHostId)
Forces agent on specified host to switch to reporting a different host id.
|
com.squareup.okhttp.Call |
HostsResourceApi.resetHostIdAsync(String hostId,
String newHostId,
ApiCallback<ApiCommand> callback)
Forces agent on specified host to switch to reporting a different host id.
|
com.squareup.okhttp.Call |
HostsResourceApi.resetHostIdCall(String hostId,
String newHostId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for resetHostId
|
ApiResponse<ApiCommand> |
HostsResourceApi.resetHostIdWithHttpInfo(String hostId,
String newHostId)
Forces agent on specified host to switch to reporting a different host id.
|
ApiCommand |
MgmtServiceResourceApi.restartCommand()
Restart the Cloudera Management Services.
|
ApiCommand |
AuthServiceResourceApi.restartCommand()
Restart the Authentication Service.
|
ApiBulkCommandList |
MgmtRoleCommandsResourceApi.restartCommand(ApiRoleNameList body)
Restart a set of Cloudera Management Services roles.
|
ApiBulkCommandList |
AuthServiceRoleCommandsResourceApi.restartCommand(ApiRoleNameList body)
Restart a set of Authentication Service roles.
|
ApiCommand |
ClustersResourceApi.restartCommand(String clusterName,
ApiRestartClusterArgs body)
Restart all services in the cluster.
|
ApiCommand |
ServicesResourceApi.restartCommand(String clusterName,
String serviceName)
Restart the service.
|
ApiBulkCommandList |
RoleCommandsResourceApi.restartCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Restart a set of role instances.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.restartCommandAsync(ApiCallback<ApiCommand> callback)
Restart the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.restartCommandAsync(ApiCallback<ApiCommand> callback)
Restart the Authentication Service.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.restartCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Restart a set of Cloudera Management Services roles.
|
com.squareup.okhttp.Call |
AuthServiceRoleCommandsResourceApi.restartCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Restart a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
ClustersResourceApi.restartCommandAsync(String clusterName,
ApiRestartClusterArgs body,
ApiCallback<ApiCommand> callback)
Restart all services in the cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.restartCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Restart the service.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.restartCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Restart a set of role instances.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.restartCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartCommand
|
com.squareup.okhttp.Call |
AuthServiceRoleCommandsResourceApi.restartCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartCommand
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.restartCommandCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartCommand
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.restartCommandCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartCommand
|
com.squareup.okhttp.Call |
ClustersResourceApi.restartCommandCall(String clusterName,
ApiRestartClusterArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartCommand
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.restartCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartCommand
|
com.squareup.okhttp.Call |
ServicesResourceApi.restartCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartCommand
|
ApiResponse<ApiCommand> |
MgmtServiceResourceApi.restartCommandWithHttpInfo()
Restart the Cloudera Management Services.
|
ApiResponse<ApiCommand> |
AuthServiceResourceApi.restartCommandWithHttpInfo()
Restart the Authentication Service.
|
ApiResponse<ApiBulkCommandList> |
MgmtRoleCommandsResourceApi.restartCommandWithHttpInfo(ApiRoleNameList body)
Restart a set of Cloudera Management Services roles.
|
ApiResponse<ApiBulkCommandList> |
AuthServiceRoleCommandsResourceApi.restartCommandWithHttpInfo(ApiRoleNameList body)
Restart a set of Authentication Service roles.
|
ApiResponse<ApiCommand> |
ClustersResourceApi.restartCommandWithHttpInfo(String clusterName,
ApiRestartClusterArgs body)
Restart all services in the cluster.
|
ApiResponse<ApiCommand> |
ServicesResourceApi.restartCommandWithHttpInfo(String clusterName,
String serviceName)
Restart the service.
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.restartCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Restart a set of role instances.
|
File |
ClouderaManagerResourceApi.retrieveKeytab(ApiPrincipalList body)
Retrieves a keytab for a list of principals.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.retrieveKeytabAsync(ApiPrincipalList body,
ApiCallback<File> callback)
Retrieves a keytab for a list of principals.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.retrieveKeytabCall(ApiPrincipalList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for retrieveKeytab
|
ApiResponse<File> |
ClouderaManagerResourceApi.retrieveKeytabWithHttpInfo(ApiPrincipalList body)
Retrieves a keytab for a list of principals.
|
ApiCommand |
CommandsResourceApi.retry(BigDecimal commandId)
Try to rerun a command.
|
com.squareup.okhttp.Call |
CommandsResourceApi.retryAsync(BigDecimal commandId,
ApiCallback<ApiCommand> callback)
Try to rerun a command.
|
com.squareup.okhttp.Call |
CommandsResourceApi.retryCall(BigDecimal commandId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for retry
|
ApiResponse<ApiCommand> |
CommandsResourceApi.retryWithHttpInfo(BigDecimal commandId)
Try to rerun a command.
|
ApiBulkCommandList |
RoleCommandsResourceApi.roleCommandByName(String clusterName,
String commandName,
String serviceName,
ApiRoleNameList body)
Execute a role command by name.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.roleCommandByNameAsync(String clusterName,
String commandName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Execute a role command by name.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.roleCommandByNameCall(String clusterName,
String commandName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for roleCommandByName
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.roleCommandByNameWithHttpInfo(String clusterName,
String commandName,
String serviceName,
ApiRoleNameList body)
Execute a role command by name.
|
ApiCommand |
ClustersResourceApi.rollingRestart(String clusterName,
ApiRollingRestartClusterArgs body)
Command to do a \"best-effort\" rolling restart of the given cluster, i.
|
ApiCommand |
ServicesResourceApi.rollingRestart(String clusterName,
String serviceName,
ApiRollingRestartArgs body)
Command to run rolling restart of roles in a service.
|
com.squareup.okhttp.Call |
ClustersResourceApi.rollingRestartAsync(String clusterName,
ApiRollingRestartClusterArgs body,
ApiCallback<ApiCommand> callback)
Command to do a \"best-effort\" rolling restart of the given cluster, i.
|
com.squareup.okhttp.Call |
ServicesResourceApi.rollingRestartAsync(String clusterName,
String serviceName,
ApiRollingRestartArgs body,
ApiCallback<ApiCommand> callback)
Command to run rolling restart of roles in a service.
|
com.squareup.okhttp.Call |
ClustersResourceApi.rollingRestartCall(String clusterName,
ApiRollingRestartClusterArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rollingRestart
|
com.squareup.okhttp.Call |
ServicesResourceApi.rollingRestartCall(String clusterName,
String serviceName,
ApiRollingRestartArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rollingRestart
|
ApiResponse<ApiCommand> |
ClustersResourceApi.rollingRestartWithHttpInfo(String clusterName,
ApiRollingRestartClusterArgs body)
Command to do a \"best-effort\" rolling restart of the given cluster, i.
|
ApiResponse<ApiCommand> |
ServicesResourceApi.rollingRestartWithHttpInfo(String clusterName,
String serviceName,
ApiRollingRestartArgs body)
Command to run rolling restart of roles in a service.
|
ApiCommand |
ClustersResourceApi.rollingUpgrade(String clusterName,
ApiRollingUpgradeServicesArgs body)
Command to do a rolling upgrade of specific services in the given cluster This command does not handle any services that don't support rolling upgrades.
|
com.squareup.okhttp.Call |
ClustersResourceApi.rollingUpgradeAsync(String clusterName,
ApiRollingUpgradeServicesArgs body,
ApiCallback<ApiCommand> callback)
Command to do a rolling upgrade of specific services in the given cluster This command does not handle any services that don't support rolling upgrades.
|
com.squareup.okhttp.Call |
ClustersResourceApi.rollingUpgradeCall(String clusterName,
ApiRollingUpgradeServicesArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rollingUpgrade
|
ApiResponse<ApiCommand> |
ClustersResourceApi.rollingUpgradeWithHttpInfo(String clusterName,
ApiRollingUpgradeServicesArgs body)
Command to do a rolling upgrade of specific services in the given cluster This command does not handle any services that don't support rolling upgrades.
|
ApiCommand |
ClouderaManagerResourceApi.rotateCspKeys()
Perform rotation of the CSP key.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.rotateCspKeysAsync(ApiCallback<ApiCommand> callback)
Perform rotation of the CSP key.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.rotateCspKeysCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rotateCspKeys
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.rotateCspKeysWithHttpInfo()
Perform rotation of the CSP key.
|
ApiCommand |
ReplicationsResourceApi.runCopyListing(String clusterName,
String serviceName,
String body)
Run the hdfs copy listing command.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runCopyListingAsync(String clusterName,
String serviceName,
String body,
ApiCallback<ApiCommand> callback)
Run the hdfs copy listing command.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runCopyListingCall(String clusterName,
String serviceName,
String body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for runCopyListing
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.runCopyListingWithHttpInfo(String clusterName,
String serviceName,
String body)
Run the hdfs copy listing command.
|
ApiCommand |
ReplicationsResourceApi.runHBaseReplicationRetryFailedSnapshots(String clusterName,
BigDecimal scheduleId,
String serviceName)
Executes a command to run a HBase replication retry on failed snapshots for the given schedule ID.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runHBaseReplicationRetryFailedSnapshotsAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiCallback<ApiCommand> callback)
Executes a command to run a HBase replication retry on failed snapshots for the given schedule ID.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runHBaseReplicationRetryFailedSnapshotsCall(String clusterName,
BigDecimal scheduleId,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for runHBaseReplicationRetryFailedSnapshots
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.runHBaseReplicationRetryFailedSnapshotsWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName)
Executes a command to run a HBase replication retry on failed snapshots for the given schedule ID.
|
ApiCommand |
ReplicationsResourceApi.runHBaseReplicationSecurityTool(String clusterName,
String serviceName,
Object body)
Run the hbase replication security tool.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runHBaseReplicationSecurityToolAsync(String clusterName,
String serviceName,
Object body,
ApiCallback<ApiCommand> callback)
Run the hbase replication security tool.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runHBaseReplicationSecurityToolCall(String clusterName,
String serviceName,
Object body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for runHBaseReplicationSecurityTool
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.runHBaseReplicationSecurityToolWithHttpInfo(String clusterName,
String serviceName,
Object body)
Run the hbase replication security tool.
|
ApiCommand |
ReplicationsResourceApi.runHBaseReplicationValidationTool(String clusterName,
String serviceName,
String hbasePeerId)
Executes a command, which validates if HBase replication works properly for the given hbasePeerId.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runHBaseReplicationValidationToolAsync(String clusterName,
String serviceName,
String hbasePeerId,
ApiCallback<ApiCommand> callback)
Executes a command, which validates if HBase replication works properly for the given hbasePeerId.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runHBaseReplicationValidationToolCall(String clusterName,
String serviceName,
String hbasePeerId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for runHBaseReplicationValidationTool
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.runHBaseReplicationValidationToolWithHttpInfo(String clusterName,
String serviceName,
String hbasePeerId)
Executes a command, which validates if HBase replication works properly for the given hbasePeerId.
|
ApiCommand |
ReplicationsResourceApi.runHiveReplicationQuery(String clusterName,
String serviceName,
ApiHive3ReplicationArguments body)
Execute a hive replication query on local HS2 service instance.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runHiveReplicationQueryAsync(String clusterName,
String serviceName,
ApiHive3ReplicationArguments body,
ApiCallback<ApiCommand> callback)
Execute a hive replication query on local HS2 service instance.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runHiveReplicationQueryCall(String clusterName,
String serviceName,
ApiHive3ReplicationArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for runHiveReplicationQuery
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.runHiveReplicationQueryWithHttpInfo(String clusterName,
String serviceName,
ApiHive3ReplicationArguments body)
Execute a hive replication query on local HS2 service instance.
|
ApiCommand |
ReplicationsResourceApi.runSchedule(String clusterName,
BigDecimal scheduleId,
String serviceName,
Boolean dryRun)
Run the schedule immediately.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runScheduleAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
Boolean dryRun,
ApiCallback<ApiCommand> callback)
Run the schedule immediately.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.runScheduleCall(String clusterName,
BigDecimal scheduleId,
String serviceName,
Boolean dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for runSchedule
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.runScheduleWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName,
Boolean dryRun)
Run the schedule immediately.
|
ApiCommand |
ServicesResourceApi.sentryCreateDatabaseCommand(String clusterName,
String serviceName)
Create the Sentry Server Database.
|
com.squareup.okhttp.Call |
ServicesResourceApi.sentryCreateDatabaseCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Sentry Server Database.
|
com.squareup.okhttp.Call |
ServicesResourceApi.sentryCreateDatabaseCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sentryCreateDatabaseCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.sentryCreateDatabaseCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Sentry Server Database.
|
ApiCommand |
ServicesResourceApi.sentryCreateDatabaseTablesCommand(String clusterName,
String serviceName)
Create the Sentry Server Database tables.
|
com.squareup.okhttp.Call |
ServicesResourceApi.sentryCreateDatabaseTablesCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Sentry Server Database tables.
|
com.squareup.okhttp.Call |
ServicesResourceApi.sentryCreateDatabaseTablesCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sentryCreateDatabaseTablesCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.sentryCreateDatabaseTablesCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Sentry Server Database tables.
|
ApiCommand |
ServicesResourceApi.sentryUpgradeDatabaseTablesCommand(String clusterName,
String serviceName)
Upgrade the Sentry Server Database tables.
|
com.squareup.okhttp.Call |
ServicesResourceApi.sentryUpgradeDatabaseTablesCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Upgrade the Sentry Server Database tables.
|
com.squareup.okhttp.Call |
ServicesResourceApi.sentryUpgradeDatabaseTablesCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sentryUpgradeDatabaseTablesCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.sentryUpgradeDatabaseTablesCommandWithHttpInfo(String clusterName,
String serviceName)
Upgrade the Sentry Server Database tables.
|
ApiCommand |
ServicesResourceApi.serviceCommandByName(String clusterName,
String commandName,
String serviceName)
Executes a command on the service specified by name.
|
com.squareup.okhttp.Call |
ServicesResourceApi.serviceCommandByNameAsync(String clusterName,
String commandName,
String serviceName,
ApiCallback<ApiCommand> callback)
Executes a command on the service specified by name.
|
com.squareup.okhttp.Call |
ServicesResourceApi.serviceCommandByNameCall(String clusterName,
String commandName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for serviceCommandByName
|
ApiResponse<ApiCommand> |
ServicesResourceApi.serviceCommandByNameWithHttpInfo(String clusterName,
String commandName,
String serviceName)
Executes a command on the service specified by name.
|
ApiCommand |
ReplicationsResourceApi.setCFsReplicationScope(String clusterName,
String serviceName,
ApiHBaseSetCFsReplicationScope body)
Starts a command that set the replication scope of the provided column families to the desired value.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.setCFsReplicationScopeAsync(String clusterName,
String serviceName,
ApiHBaseSetCFsReplicationScope body,
ApiCallback<ApiCommand> callback)
Starts a command that set the replication scope of the provided column families to the desired value.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.setCFsReplicationScopeCall(String clusterName,
String serviceName,
ApiHBaseSetCFsReplicationScope body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setCFsReplicationScope
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.setCFsReplicationScopeWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseSetCFsReplicationScope body)
Starts a command that set the replication scope of the provided column families to the desired value.
|
ApiService |
AuthServiceResourceApi.setup(ApiService body)
Setup the Authentication Service.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.setupAsync(ApiService body,
ApiCallback<ApiService> callback)
Setup the Authentication Service.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.setupCall(ApiService body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setup
|
ApiService |
MgmtServiceResourceApi.setupCMS(ApiService body)
Setup the Cloudera Management Services.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.setupCMSAsync(ApiService body,
ApiCallback<ApiService> callback)
Setup the Cloudera Management Services.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.setupCMSCall(ApiService body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setupCMS
|
ApiResponse<ApiService> |
MgmtServiceResourceApi.setupCMSWithHttpInfo(ApiService body)
Setup the Cloudera Management Services.
|
ApiResponse<ApiService> |
AuthServiceResourceApi.setupWithHttpInfo(ApiService body)
Setup the Authentication Service.
|
ApiCommand |
ServicesResourceApi.solrBootstrapCollectionsCommand(String clusterName,
String serviceName)
Bootstraps Solr Collections after the CDH upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrBootstrapCollectionsCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Bootstraps Solr Collections after the CDH upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrBootstrapCollectionsCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for solrBootstrapCollectionsCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.solrBootstrapCollectionsCommandWithHttpInfo(String clusterName,
String serviceName)
Bootstraps Solr Collections after the CDH upgrade.
|
ApiCommand |
ServicesResourceApi.solrBootstrapConfigCommand(String clusterName,
String serviceName)
Bootstraps Solr config during the CDH upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrBootstrapConfigCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Bootstraps Solr config during the CDH upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrBootstrapConfigCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for solrBootstrapConfigCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.solrBootstrapConfigCommandWithHttpInfo(String clusterName,
String serviceName)
Bootstraps Solr config during the CDH upgrade.
|
ApiCommand |
ServicesResourceApi.solrConfigBackupCommand(String clusterName,
String serviceName)
Backs up Solr configuration metadata before CDH upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrConfigBackupCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Backs up Solr configuration metadata before CDH upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrConfigBackupCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for solrConfigBackupCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.solrConfigBackupCommandWithHttpInfo(String clusterName,
String serviceName)
Backs up Solr configuration metadata before CDH upgrade.
|
ApiCommand |
ServicesResourceApi.solrMigrateSentryPrivilegesCommand(String clusterName,
String serviceName)
Migrates Sentry privileges to new model compatible to support more granular permissions if Solr is configured with a Sentry service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrMigrateSentryPrivilegesCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Migrates Sentry privileges to new model compatible to support more granular permissions if Solr is configured with a Sentry service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrMigrateSentryPrivilegesCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for solrMigrateSentryPrivilegesCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.solrMigrateSentryPrivilegesCommandWithHttpInfo(String clusterName,
String serviceName)
Migrates Sentry privileges to new model compatible to support more granular permissions if Solr is configured with a Sentry service.
|
ApiCommand |
ServicesResourceApi.solrReinitializeStateForUpgradeCommand(String clusterName,
String serviceName)
Reinitializes the Solr state by clearing the Solr HDFS data directory, the Solr data directory, and the Zookeeper state.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrReinitializeStateForUpgradeCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Reinitializes the Solr state by clearing the Solr HDFS data directory, the Solr data directory, and the Zookeeper state.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrReinitializeStateForUpgradeCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for solrReinitializeStateForUpgradeCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.solrReinitializeStateForUpgradeCommandWithHttpInfo(String clusterName,
String serviceName)
Reinitializes the Solr state by clearing the Solr HDFS data directory, the Solr data directory, and the Zookeeper state.
|
ApiCommand |
ServicesResourceApi.solrValidateMetadataCommand(String clusterName,
String serviceName)
Validates Solr metadata and configurations.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrValidateMetadataCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Validates Solr metadata and configurations.
|
com.squareup.okhttp.Call |
ServicesResourceApi.solrValidateMetadataCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for solrValidateMetadataCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.solrValidateMetadataCommandWithHttpInfo(String clusterName,
String serviceName)
Validates Solr metadata and configurations.
|
ApiCommand |
ServicesResourceApi.sqoopCreateDatabaseTablesCommand(String clusterName,
String serviceName)
Create the Sqoop2 Server Database tables.
|
com.squareup.okhttp.Call |
ServicesResourceApi.sqoopCreateDatabaseTablesCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Create the Sqoop2 Server Database tables.
|
com.squareup.okhttp.Call |
ServicesResourceApi.sqoopCreateDatabaseTablesCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sqoopCreateDatabaseTablesCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.sqoopCreateDatabaseTablesCommandWithHttpInfo(String clusterName,
String serviceName)
Create the Sqoop2 Server Database tables.
|
ApiCommand |
ServicesResourceApi.sqoopUpgradeDbCommand(String clusterName,
String serviceName)
Upgrade Sqoop Database schema as part of a major version upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.sqoopUpgradeDbCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Upgrade Sqoop Database schema as part of a major version upgrade.
|
com.squareup.okhttp.Call |
ServicesResourceApi.sqoopUpgradeDbCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sqoopUpgradeDbCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.sqoopUpgradeDbCommandWithHttpInfo(String clusterName,
String serviceName)
Upgrade Sqoop Database schema as part of a major version upgrade.
|
ApiCommand |
MgmtServiceResourceApi.startCommand()
Start the Cloudera Management Services.
|
ApiCommand |
AuthServiceResourceApi.startCommand()
Start the Authentication Service.
|
ApiBulkCommandList |
MgmtRoleCommandsResourceApi.startCommand(ApiRoleNameList body)
Start a set of Cloudera Management Services roles.
|
ApiBulkCommandList |
AuthServiceRoleCommandsResourceApi.startCommand(ApiRoleNameList body)
Start a set of Authentication Service roles.
|
ApiCommand |
ClustersResourceApi.startCommand(String clusterName)
Start all services in the cluster.
|
ApiCommand |
ServicesResourceApi.startCommand(String clusterName,
String serviceName)
Start the service.
|
ApiBulkCommandList |
RoleCommandsResourceApi.startCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Start a set of role instances.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.startCommandAsync(ApiCallback<ApiCommand> callback)
Start the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.startCommandAsync(ApiCallback<ApiCommand> callback)
Start the Authentication Service.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.startCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Start a set of Cloudera Management Services roles.
|
com.squareup.okhttp.Call |
AuthServiceRoleCommandsResourceApi.startCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Start a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
ClustersResourceApi.startCommandAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Start all services in the cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.startCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Start the service.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.startCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Start a set of role instances.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.startCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startCommand
|
com.squareup.okhttp.Call |
AuthServiceRoleCommandsResourceApi.startCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startCommand
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.startCommandCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startCommand
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.startCommandCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startCommand
|
com.squareup.okhttp.Call |
ClustersResourceApi.startCommandCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startCommand
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.startCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startCommand
|
com.squareup.okhttp.Call |
ServicesResourceApi.startCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startCommand
|
ApiResponse<ApiCommand> |
MgmtServiceResourceApi.startCommandWithHttpInfo()
Start the Cloudera Management Services.
|
ApiResponse<ApiCommand> |
AuthServiceResourceApi.startCommandWithHttpInfo()
Start the Authentication Service.
|
ApiResponse<ApiBulkCommandList> |
MgmtRoleCommandsResourceApi.startCommandWithHttpInfo(ApiRoleNameList body)
Start a set of Cloudera Management Services roles.
|
ApiResponse<ApiBulkCommandList> |
AuthServiceRoleCommandsResourceApi.startCommandWithHttpInfo(ApiRoleNameList body)
Start a set of Authentication Service roles.
|
ApiResponse<ApiCommand> |
ClustersResourceApi.startCommandWithHttpInfo(String clusterName)
Start all services in the cluster.
|
ApiResponse<ApiCommand> |
ServicesResourceApi.startCommandWithHttpInfo(String clusterName,
String serviceName)
Start the service.
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.startCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Start a set of role instances.
|
ApiCommand |
ParcelResourceApi.startDistributionCommand(String clusterName,
String product,
String version)
A synchronous command that starts the distribution of the parcel to the cluster.
|
com.squareup.okhttp.Call |
ParcelResourceApi.startDistributionCommandAsync(String clusterName,
String product,
String version,
ApiCallback<ApiCommand> callback)
A synchronous command that starts the distribution of the parcel to the cluster.
|
com.squareup.okhttp.Call |
ParcelResourceApi.startDistributionCommandCall(String clusterName,
String product,
String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startDistributionCommand
|
ApiResponse<ApiCommand> |
ParcelResourceApi.startDistributionCommandWithHttpInfo(String clusterName,
String product,
String version)
A synchronous command that starts the distribution of the parcel to the cluster.
|
ApiCommand |
ParcelResourceApi.startDownloadCommand(String clusterName,
String product,
String version)
A synchronous command that starts the parcel download.
|
com.squareup.okhttp.Call |
ParcelResourceApi.startDownloadCommandAsync(String clusterName,
String product,
String version,
ApiCallback<ApiCommand> callback)
A synchronous command that starts the parcel download.
|
com.squareup.okhttp.Call |
ParcelResourceApi.startDownloadCommandCall(String clusterName,
String product,
String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startDownloadCommand
|
ApiResponse<ApiCommand> |
ParcelResourceApi.startDownloadCommandWithHttpInfo(String clusterName,
String product,
String version)
A synchronous command that starts the parcel download.
|
ApiCommand |
ParcelResourceApi.startRemovalOfDistributionCommand(String clusterName,
String product,
String version)
A synchronous command that removes the distribution from the hosts in the cluster.
|
com.squareup.okhttp.Call |
ParcelResourceApi.startRemovalOfDistributionCommandAsync(String clusterName,
String product,
String version,
ApiCallback<ApiCommand> callback)
A synchronous command that removes the distribution from the hosts in the cluster.
|
com.squareup.okhttp.Call |
ParcelResourceApi.startRemovalOfDistributionCommandCall(String clusterName,
String product,
String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startRemovalOfDistributionCommand
|
ApiResponse<ApiCommand> |
ParcelResourceApi.startRemovalOfDistributionCommandWithHttpInfo(String clusterName,
String product,
String version)
A synchronous command that removes the distribution from the hosts in the cluster.
|
ApiCommand |
MgmtServiceResourceApi.stopCommand()
Stop the Cloudera Management Services.
|
ApiCommand |
AuthServiceResourceApi.stopCommand()
Stop the Authentication Service.
|
ApiBulkCommandList |
MgmtRoleCommandsResourceApi.stopCommand(ApiRoleNameList body)
Stop a set of Cloudera Management Services roles.
|
ApiBulkCommandList |
AuthServiceRoleCommandsResourceApi.stopCommand(ApiRoleNameList body)
Stop a set of Authentication Service roles.
|
ApiCommand |
ClustersResourceApi.stopCommand(String clusterName)
Stop all services in the cluster.
|
ApiCommand |
ServicesResourceApi.stopCommand(String clusterName,
String serviceName)
Stop the service.
|
ApiBulkCommandList |
RoleCommandsResourceApi.stopCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Stop a set of role instances.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.stopCommandAsync(ApiCallback<ApiCommand> callback)
Stop the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.stopCommandAsync(ApiCallback<ApiCommand> callback)
Stop the Authentication Service.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.stopCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Stop a set of Cloudera Management Services roles.
|
com.squareup.okhttp.Call |
AuthServiceRoleCommandsResourceApi.stopCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Stop a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
ClustersResourceApi.stopCommandAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Stop all services in the cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.stopCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Stop the service.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.stopCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Stop a set of role instances.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.stopCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for stopCommand
|
com.squareup.okhttp.Call |
AuthServiceRoleCommandsResourceApi.stopCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for stopCommand
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.stopCommandCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for stopCommand
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.stopCommandCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for stopCommand
|
com.squareup.okhttp.Call |
ClustersResourceApi.stopCommandCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for stopCommand
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.stopCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for stopCommand
|
com.squareup.okhttp.Call |
ServicesResourceApi.stopCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for stopCommand
|
ApiResponse<ApiCommand> |
MgmtServiceResourceApi.stopCommandWithHttpInfo()
Stop the Cloudera Management Services.
|
ApiResponse<ApiCommand> |
AuthServiceResourceApi.stopCommandWithHttpInfo()
Stop the Authentication Service.
|
ApiResponse<ApiBulkCommandList> |
MgmtRoleCommandsResourceApi.stopCommandWithHttpInfo(ApiRoleNameList body)
Stop a set of Cloudera Management Services roles.
|
ApiResponse<ApiBulkCommandList> |
AuthServiceRoleCommandsResourceApi.stopCommandWithHttpInfo(ApiRoleNameList body)
Stop a set of Authentication Service roles.
|
ApiResponse<ApiCommand> |
ClustersResourceApi.stopCommandWithHttpInfo(String clusterName)
Stop all services in the cluster.
|
ApiResponse<ApiCommand> |
ServicesResourceApi.stopCommandWithHttpInfo(String clusterName,
String serviceName)
Stop the service.
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.stopCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Stop a set of role instances.
|
File |
AuditsResourceApi.streamAudits(String endTime,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String startTime) |
com.squareup.okhttp.Call |
AuditsResourceApi.streamAuditsAsync(String endTime,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String startTime,
ApiCallback<File> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
AuditsResourceApi.streamAuditsCall(String endTime,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String startTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for streamAudits
|
ApiResponse<File> |
AuditsResourceApi.streamAuditsWithHttpInfo(String endTime,
BigDecimal maxResults,
String query,
BigDecimal resultOffset,
String startTime) |
ApiCommand |
ServicesResourceApi.switchToMr2(String clusterName,
String serviceName)
Change the cluster to use MR2 instead of MR1.
|
com.squareup.okhttp.Call |
ServicesResourceApi.switchToMr2Async(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Change the cluster to use MR2 instead of MR1.
|
com.squareup.okhttp.Call |
ServicesResourceApi.switchToMr2Call(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for switchToMr2
|
ApiResponse<ApiCommand> |
ServicesResourceApi.switchToMr2WithHttpInfo(String clusterName,
String serviceName)
Change the cluster to use MR2 instead of MR1.
|
ApiBulkCommandList |
RoleCommandsResourceApi.syncHueDbCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Create / update the Hue database schema.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.syncHueDbCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Create / update the Hue database schema.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.syncHueDbCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for syncHueDbCommand
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.syncHueDbCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Create / update the Hue database schema.
|
ApiCommand |
ClustersResourceApi.tearDownWorkloadCluster(String clusterName,
String workloadClusterName)
Tear Down Workload cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.tearDownWorkloadClusterAsync(String clusterName,
String workloadClusterName,
ApiCallback<ApiCommand> callback)
Tear Down Workload cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.tearDownWorkloadClusterCall(String clusterName,
String workloadClusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tearDownWorkloadCluster
|
ApiResponse<ApiCommand> |
ClustersResourceApi.tearDownWorkloadClusterWithHttpInfo(String clusterName,
String workloadClusterName)
Tear Down Workload cluster.
|
ApiCommand |
ClouderaManagerResourceApi.testExternalAuthentication(ApiTestCmExternalAuthArguments body)
Launches a command to test the currently configured external authentication.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.testExternalAuthenticationAsync(ApiTestCmExternalAuthArguments body,
ApiCallback<ApiCommand> callback)
Launches a command to test the currently configured external authentication.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.testExternalAuthenticationCall(ApiTestCmExternalAuthArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for testExternalAuthentication
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.testExternalAuthenticationWithHttpInfo(ApiTestCmExternalAuthArguments body)
Launches a command to test the currently configured external authentication.
|
ApiCommand |
CmPeersResourceApi.testPeer(String peerName,
String type)
Test the connectivity of a peer.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.testPeerAsync(String peerName,
String type,
ApiCallback<ApiCommand> callback)
Test the connectivity of a peer.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.testPeerCall(String peerName,
String type,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for testPeer
|
ApiResponse<ApiCommand> |
CmPeersResourceApi.testPeerWithHttpInfo(String peerName,
String type)
Test the connectivity of a peer.
|
ApiCommand |
ControlPlanesResourceApi.uninstallControlPlane(String controlPlaneUuid,
ApiUninstallControlPlaneArgs body)
Launches Uninstall Command on the control plane with the given uuid.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.uninstallControlPlaneAsync(String controlPlaneUuid,
ApiUninstallControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Launches Uninstall Command on the control plane with the given uuid.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.uninstallControlPlaneCall(String controlPlaneUuid,
ApiUninstallControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uninstallControlPlane
|
ApiResponse<ApiCommand> |
ControlPlanesResourceApi.uninstallControlPlaneWithHttpInfo(String controlPlaneUuid,
ApiUninstallControlPlaneArgs body)
Launches Uninstall Command on the control plane with the given uuid.
|
ApiExternalAccount |
ExternalAccountsResourceApi.updateAccount(ApiExternalAccount body)
Update an external account.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.updateAccountAsync(ApiExternalAccount body,
ApiCallback<ApiExternalAccount> callback)
Update an external account.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.updateAccountCall(ApiExternalAccount body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateAccount
|
ApiResponse<ApiExternalAccount> |
ExternalAccountsResourceApi.updateAccountWithHttpInfo(ApiExternalAccount body)
Update an external account.
|
ApiAuthRole |
AuthRolesResourceApi.updateAuthRole(String uuid,
ApiAuthRole body)
Updates the given auth role's information.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.updateAuthRoleAsync(String uuid,
ApiAuthRole body,
ApiCallback<ApiAuthRole> callback)
Updates the given auth role's information.
|
com.squareup.okhttp.Call |
AuthRolesResourceApi.updateAuthRoleCall(String uuid,
ApiAuthRole body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateAuthRole
|
ApiResponse<ApiAuthRole> |
AuthRolesResourceApi.updateAuthRoleWithHttpInfo(String uuid,
ApiAuthRole body)
Updates the given auth role's information.
|
ApiCluster |
ClustersResourceApi.updateCluster(String clusterName,
ApiCluster body)
Update an existing cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.updateClusterAsync(String clusterName,
ApiCluster body,
ApiCallback<ApiCluster> callback)
Update an existing cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.updateClusterCall(String clusterName,
ApiCluster body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateCluster
|
ApiResponse<ApiCluster> |
ClustersResourceApi.updateClusterWithHttpInfo(String clusterName,
ApiCluster body)
Update an existing cluster.
|
ApiConfigList |
ClouderaManagerResourceApi.updateConfig(String message,
ApiConfigList body)
Update the Cloudera Manager settings.
|
ApiConfigList |
AllHostsResourceApi.updateConfig(String message,
ApiConfigList body)
Update the default configuration values for all hosts.
|
ApiConfigList |
MgmtRoleConfigGroupsResourceApi.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Cloudera Management Services.
|
ApiConfigList |
ExternalAccountsResourceApi.updateConfig(String name,
String message,
ApiConfigList body)
Upadate configs of external account for the given account name.
|
ApiConfigList |
AuthServiceRoleConfigGroupsResourceApi.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Authentication Service.
|
ApiConfigList |
RoleConfigGroupsResourceApi.updateConfig(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body)
Updates the config for the given role config group.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateConfigAsync(String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the Cloudera Manager settings.
|
com.squareup.okhttp.Call |
AllHostsResourceApi.updateConfigAsync(String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the default configuration values for all hosts.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.updateConfigAsync(String roleConfigGroupName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the config for the given role config group in the Cloudera Management Services.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.updateConfigAsync(String name,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Upadate configs of external account for the given account name.
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.updateConfigAsync(String roleConfigGroupName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the config for the given role config group in the Authentication Service.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.updateConfigAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the config for the given role config group.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateConfigCall(String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
com.squareup.okhttp.Call |
AllHostsResourceApi.updateConfigCall(String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.updateConfigCall(String roleConfigGroupName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.updateConfigCall(String name,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.updateConfigCall(String roleConfigGroupName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.updateConfigCall(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
ApiResponse<ApiConfigList> |
ClouderaManagerResourceApi.updateConfigWithHttpInfo(String message,
ApiConfigList body)
Update the Cloudera Manager settings.
|
ApiResponse<ApiConfigList> |
AllHostsResourceApi.updateConfigWithHttpInfo(String message,
ApiConfigList body)
Update the default configuration values for all hosts.
|
ApiResponse<ApiConfigList> |
MgmtRoleConfigGroupsResourceApi.updateConfigWithHttpInfo(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Cloudera Management Services.
|
ApiResponse<ApiConfigList> |
ExternalAccountsResourceApi.updateConfigWithHttpInfo(String name,
String message,
ApiConfigList body)
Upadate configs of external account for the given account name.
|
ApiResponse<ApiConfigList> |
AuthServiceRoleConfigGroupsResourceApi.updateConfigWithHttpInfo(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Authentication Service.
|
ApiResponse<ApiConfigList> |
RoleConfigGroupsResourceApi.updateConfigWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body)
Updates the config for the given role config group.
|
ApiCommand |
ClouderaManagerResourceApi.updateCspType(ApiUpdateCspTypeArguments body)
Updates the CSP type from previous csp type to new csp type, by copying the key_id (used for encryption of configs) from previous csp type to new csp type.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateCspTypeAsync(ApiUpdateCspTypeArguments body,
ApiCallback<ApiCommand> callback)
Updates the CSP type from previous csp type to new csp type, by copying the key_id (used for encryption of configs) from previous csp type to new csp type.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateCspTypeCall(ApiUpdateCspTypeArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateCspType
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.updateCspTypeWithHttpInfo(ApiUpdateCspTypeArguments body)
Updates the CSP type from previous csp type to new csp type, by copying the key_id (used for encryption of configs) from previous csp type to new csp type.
|
ApiDeployment2 |
ClouderaManagerResourceApi.updateDeployment2(Boolean deleteCurrentDeployment,
ApiDeployment2 body)
Apply the supplied deployment description to the system.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateDeployment2Async(Boolean deleteCurrentDeployment,
ApiDeployment2 body,
ApiCallback<ApiDeployment2> callback)
Apply the supplied deployment description to the system.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateDeployment2Call(Boolean deleteCurrentDeployment,
ApiDeployment2 body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateDeployment2
|
ApiResponse<ApiDeployment2> |
ClouderaManagerResourceApi.updateDeployment2WithHttpInfo(Boolean deleteCurrentDeployment,
ApiDeployment2 body)
Apply the supplied deployment description to the system.
|
ApiExternalUserMapping |
ExternalUserMappingsResourceApi.updateExternalUserMapping(String uuid,
ApiExternalUserMapping body)
Updates the given external user mapping's information.
|
com.squareup.okhttp.Call |
ExternalUserMappingsResourceApi.updateExternalUserMappingAsync(String uuid,
ApiExternalUserMapping body,
ApiCallback<ApiExternalUserMapping> callback)
Updates the given external user mapping's information.
|
com.squareup.okhttp.Call |
ExternalUserMappingsResourceApi.updateExternalUserMappingCall(String uuid,
ApiExternalUserMapping body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateExternalUserMapping
|
ApiResponse<ApiExternalUserMapping> |
ExternalUserMappingsResourceApi.updateExternalUserMappingWithHttpInfo(String uuid,
ApiExternalUserMapping body)
Updates the given external user mapping's information.
|
ApiCommand |
ClouderaManagerResourceApi.updateGlobalTruststore(ApiUpdateGlobalTruststoreArguments body)
Add/remove certificates to the Auto-TLS certificate truststore.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateGlobalTruststoreAsync(ApiUpdateGlobalTruststoreArguments body,
ApiCallback<ApiCommand> callback)
Add/remove certificates to the Auto-TLS certificate truststore.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateGlobalTruststoreCall(ApiUpdateGlobalTruststoreArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateGlobalTruststore
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.updateGlobalTruststoreWithHttpInfo(ApiUpdateGlobalTruststoreArguments body)
Add/remove certificates to the Auto-TLS certificate truststore.
|
ApiCommand |
ReplicationsResourceApi.updateHBasePeerState(String clusterName,
String serviceName,
ApiHBaseReplicationUpdatePeerStateArgs body)
Update HBase peer state ('DISABLE' or 'ENABLE'),.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.updateHBasePeerStateAsync(String clusterName,
String serviceName,
ApiHBaseReplicationUpdatePeerStateArgs body,
ApiCallback<ApiCommand> callback)
Update HBase peer state ('DISABLE' or 'ENABLE'),.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.updateHBasePeerStateCall(String clusterName,
String serviceName,
ApiHBaseReplicationUpdatePeerStateArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateHBasePeerState
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.updateHBasePeerStateWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseReplicationUpdatePeerStateArgs body)
Update HBase peer state ('DISABLE' or 'ENABLE'),.
|
ApiCommand |
ReplicationsResourceApi.updateHBaseReplicationPeerState(String clusterName,
String serviceName,
ApiHBaseUpdateReplicationPeerState body)
Starts a command that updates the state of an existing HBase replication peer.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.updateHBaseReplicationPeerStateAsync(String clusterName,
String serviceName,
ApiHBaseUpdateReplicationPeerState body,
ApiCallback<ApiCommand> callback)
Starts a command that updates the state of an existing HBase replication peer.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.updateHBaseReplicationPeerStateCall(String clusterName,
String serviceName,
ApiHBaseUpdateReplicationPeerState body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateHBaseReplicationPeerState
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.updateHBaseReplicationPeerStateWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseUpdateReplicationPeerState body)
Starts a command that updates the state of an existing HBase replication peer.
|
ApiHost |
HostsResourceApi.updateHost(String hostId,
ApiHost body)
.
|
com.squareup.okhttp.Call |
HostsResourceApi.updateHostAsync(String hostId,
ApiHost body,
ApiCallback<ApiHost> callback)
.
|
com.squareup.okhttp.Call |
HostsResourceApi.updateHostCall(String hostId,
ApiHost body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateHost
|
ApiConfigList |
HostsResourceApi.updateHostConfig(String hostId,
String message,
ApiConfigList body)
Updates the host configuration with the given values.
|
com.squareup.okhttp.Call |
HostsResourceApi.updateHostConfigAsync(String hostId,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the host configuration with the given values.
|
com.squareup.okhttp.Call |
HostsResourceApi.updateHostConfigCall(String hostId,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateHostConfig
|
ApiResponse<ApiConfigList> |
HostsResourceApi.updateHostConfigWithHttpInfo(String hostId,
String message,
ApiConfigList body)
Updates the host configuration with the given values.
|
ApiHostTemplate |
HostTemplatesResourceApi.updateHostTemplate(String clusterName,
String hostTemplateName,
ApiHostTemplate body)
Updates an existing host template.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.updateHostTemplateAsync(String clusterName,
String hostTemplateName,
ApiHostTemplate body,
ApiCallback<ApiHostTemplate> callback)
Updates an existing host template.
|
com.squareup.okhttp.Call |
HostTemplatesResourceApi.updateHostTemplateCall(String clusterName,
String hostTemplateName,
ApiHostTemplate body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateHostTemplate
|
ApiResponse<ApiHostTemplate> |
HostTemplatesResourceApi.updateHostTemplateWithHttpInfo(String clusterName,
String hostTemplateName,
ApiHostTemplate body)
Updates an existing host template.
|
ApiResponse<ApiHost> |
HostsResourceApi.updateHostWithHttpInfo(String hostId,
ApiHost body)
.
|
ApiLicense |
ClouderaManagerResourceApi.updateLicense(File license)
Updates the Cloudera Manager license.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateLicenseAsync(File license,
ApiCallback<ApiLicense> callback)
Updates the Cloudera Manager license.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateLicenseCall(File license,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateLicense
|
ApiResponse<ApiLicense> |
ClouderaManagerResourceApi.updateLicenseWithHttpInfo(File license)
Updates the Cloudera Manager license.
|
ApiCmPeer |
CmPeersResourceApi.updatePeer(String peerName,
ApiCmPeer body)
Update information for a Cloudera Manager peer.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.updatePeerAsync(String peerName,
ApiCmPeer body,
ApiCallback<ApiCmPeer> callback)
Update information for a Cloudera Manager peer.
|
com.squareup.okhttp.Call |
CmPeersResourceApi.updatePeerCall(String peerName,
ApiCmPeer body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updatePeer
|
ApiResponse<ApiCmPeer> |
CmPeersResourceApi.updatePeerWithHttpInfo(String peerName,
ApiCmPeer body)
Update information for a Cloudera Manager peer.
|
ApiSnapshotPolicy |
SnapshotsResourceApi.updatePolicy(String clusterName,
String policyName,
String serviceName,
ApiSnapshotPolicy body)
Updates an existing snapshot policy.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.updatePolicyAsync(String clusterName,
String policyName,
String serviceName,
ApiSnapshotPolicy body,
ApiCallback<ApiSnapshotPolicy> callback)
Updates an existing snapshot policy.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.updatePolicyCall(String clusterName,
String policyName,
String serviceName,
ApiSnapshotPolicy body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updatePolicy
|
ApiResponse<ApiSnapshotPolicy> |
SnapshotsResourceApi.updatePolicyWithHttpInfo(String clusterName,
String policyName,
String serviceName,
ApiSnapshotPolicy body)
Updates an existing snapshot policy.
|
ApiConfigList |
MgmtRolesResourceApi.updateRoleConfig(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Cloudera Management Services role.
|
ApiConfigList |
AuthServiceRolesResourceApi.updateRoleConfig(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Authentication Services role.
|
ApiConfigList |
RolesResourceApi.updateRoleConfig(String clusterName,
String roleName,
String serviceName,
String message,
ApiConfigList body)
Updates the role configuration with the given values.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.updateRoleConfigAsync(String roleName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the configuration of a Cloudera Management Services role.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.updateRoleConfigAsync(String roleName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the configuration of a Authentication Services role.
|
com.squareup.okhttp.Call |
RolesResourceApi.updateRoleConfigAsync(String clusterName,
String roleName,
String serviceName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the role configuration with the given values.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.updateRoleConfigCall(String roleName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfig
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.updateRoleConfigCall(String roleName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfig
|
com.squareup.okhttp.Call |
RolesResourceApi.updateRoleConfigCall(String clusterName,
String roleName,
String serviceName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfig
|
ApiRoleConfigGroup |
MgmtRoleConfigGroupsResourceApi.updateRoleConfigGroup(String roleConfigGroupName,
String message,
ApiRoleConfigGroup body)
Updates an existing role config group in the Cloudera Management Services.
|
ApiRoleConfigGroup |
AuthServiceRoleConfigGroupsResourceApi.updateRoleConfigGroup(String roleConfigGroupName,
String message,
ApiRoleConfigGroup body)
Updates an existing role config group in the Authentication Service.
|
ApiRoleConfigGroup |
RoleConfigGroupsResourceApi.updateRoleConfigGroup(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiRoleConfigGroup body)
Updates an existing role config group.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.updateRoleConfigGroupAsync(String roleConfigGroupName,
String message,
ApiRoleConfigGroup body,
ApiCallback<ApiRoleConfigGroup> callback)
Updates an existing role config group in the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.updateRoleConfigGroupAsync(String roleConfigGroupName,
String message,
ApiRoleConfigGroup body,
ApiCallback<ApiRoleConfigGroup> callback)
Updates an existing role config group in the Authentication Service.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.updateRoleConfigGroupAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiRoleConfigGroup body,
ApiCallback<ApiRoleConfigGroup> callback)
Updates an existing role config group.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.updateRoleConfigGroupCall(String roleConfigGroupName,
String message,
ApiRoleConfigGroup body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfigGroup
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.updateRoleConfigGroupCall(String roleConfigGroupName,
String message,
ApiRoleConfigGroup body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfigGroup
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.updateRoleConfigGroupCall(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiRoleConfigGroup body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfigGroup
|
ApiResponse<ApiRoleConfigGroup> |
MgmtRoleConfigGroupsResourceApi.updateRoleConfigGroupWithHttpInfo(String roleConfigGroupName,
String message,
ApiRoleConfigGroup body)
Updates an existing role config group in the Cloudera Management Services.
|
ApiResponse<ApiRoleConfigGroup> |
AuthServiceRoleConfigGroupsResourceApi.updateRoleConfigGroupWithHttpInfo(String roleConfigGroupName,
String message,
ApiRoleConfigGroup body)
Updates an existing role config group in the Authentication Service.
|
ApiResponse<ApiRoleConfigGroup> |
RoleConfigGroupsResourceApi.updateRoleConfigGroupWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiRoleConfigGroup body)
Updates an existing role config group.
|
ApiResponse<ApiConfigList> |
MgmtRolesResourceApi.updateRoleConfigWithHttpInfo(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Cloudera Management Services role.
|
ApiResponse<ApiConfigList> |
AuthServiceRolesResourceApi.updateRoleConfigWithHttpInfo(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Authentication Services role.
|
ApiResponse<ApiConfigList> |
RolesResourceApi.updateRoleConfigWithHttpInfo(String clusterName,
String roleName,
String serviceName,
String message,
ApiConfigList body)
Updates the role configuration with the given values.
|
ApiReplicationSchedule |
ReplicationsResourceApi.updateSchedule(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiReplicationSchedule body)
Updates an existing replication schedule.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.updateScheduleAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiReplicationSchedule body,
ApiCallback<ApiReplicationSchedule> callback)
Updates an existing replication schedule.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.updateScheduleCall(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiReplicationSchedule body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSchedule
|
ApiResponse<ApiReplicationSchedule> |
ReplicationsResourceApi.updateScheduleWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiReplicationSchedule body)
Updates an existing replication schedule.
|
ApiService |
ServicesResourceApi.updateService(String clusterName,
String serviceName,
ApiService body)
Updates service information.
|
com.squareup.okhttp.Call |
ServicesResourceApi.updateServiceAsync(String clusterName,
String serviceName,
ApiService body,
ApiCallback<ApiService> callback)
Updates service information.
|
com.squareup.okhttp.Call |
ServicesResourceApi.updateServiceCall(String clusterName,
String serviceName,
ApiService body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateService
|
ApiServiceConfig |
MgmtServiceResourceApi.updateServiceConfig(String message,
ApiServiceConfig body)
Update the Cloudera Management Services configuration.
|
ApiServiceConfig |
AuthServiceResourceApi.updateServiceConfig(String message,
ApiServiceConfig body) |
ApiServiceConfig |
ServicesResourceApi.updateServiceConfig(String clusterName,
String serviceName,
String message,
ApiServiceConfig body)
Updates the service configuration with the given values.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.updateServiceConfigAsync(String message,
ApiServiceConfig body,
ApiCallback<ApiServiceConfig> callback)
Update the Cloudera Management Services configuration.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.updateServiceConfigAsync(String message,
ApiServiceConfig body,
ApiCallback<ApiServiceConfig> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ServicesResourceApi.updateServiceConfigAsync(String clusterName,
String serviceName,
String message,
ApiServiceConfig body,
ApiCallback<ApiServiceConfig> callback)
Updates the service configuration with the given values.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.updateServiceConfigCall(String message,
ApiServiceConfig body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateServiceConfig
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.updateServiceConfigCall(String message,
ApiServiceConfig body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateServiceConfig
|
com.squareup.okhttp.Call |
ServicesResourceApi.updateServiceConfigCall(String clusterName,
String serviceName,
String message,
ApiServiceConfig body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateServiceConfig
|
ApiResponse<ApiServiceConfig> |
MgmtServiceResourceApi.updateServiceConfigWithHttpInfo(String message,
ApiServiceConfig body)
Update the Cloudera Management Services configuration.
|
ApiResponse<ApiServiceConfig> |
AuthServiceResourceApi.updateServiceConfigWithHttpInfo(String message,
ApiServiceConfig body) |
ApiResponse<ApiServiceConfig> |
ServicesResourceApi.updateServiceConfigWithHttpInfo(String clusterName,
String serviceName,
String message,
ApiServiceConfig body)
Updates the service configuration with the given values.
|
ApiResponse<ApiService> |
ServicesResourceApi.updateServiceWithHttpInfo(String clusterName,
String serviceName,
ApiService body)
Updates service information.
|
ApiUser2 |
UsersResourceApi.updateUser2(String userName,
ApiUser2 body)
Updates the given user's information.
|
com.squareup.okhttp.Call |
UsersResourceApi.updateUser2Async(String userName,
ApiUser2 body,
ApiCallback<ApiUser2> callback)
Updates the given user's information.
|
com.squareup.okhttp.Call |
UsersResourceApi.updateUser2Call(String userName,
ApiUser2 body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateUser2
|
ApiResponse<ApiUser2> |
UsersResourceApi.updateUser2WithHttpInfo(String userName,
ApiUser2 body)
Updates the given user's information.
|
ApiCommand |
ControlPlanesResourceApi.updateValuesYaml(String controlPlaneUuid,
ApiUpdateControlPlaneValuesYamlArgs body)
Launches update the values.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.updateValuesYamlAsync(String controlPlaneUuid,
ApiUpdateControlPlaneValuesYamlArgs body,
ApiCallback<ApiCommand> callback)
Launches update the values.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.updateValuesYamlCall(String controlPlaneUuid,
ApiUpdateControlPlaneValuesYamlArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateValuesYaml
|
ApiResponse<ApiCommand> |
ControlPlanesResourceApi.updateValuesYamlWithHttpInfo(String controlPlaneUuid,
ApiUpdateControlPlaneValuesYamlArgs body)
Launches update the values.
|
ApiCommand |
ClustersResourceApi.upgradeCdhCommand(String clusterName,
ApiCdhUpgradeArgs body)
Perform CDH upgrade to the specified version.
|
com.squareup.okhttp.Call |
ClustersResourceApi.upgradeCdhCommandAsync(String clusterName,
ApiCdhUpgradeArgs body,
ApiCallback<ApiCommand> callback)
Perform CDH upgrade to the specified version.
|
com.squareup.okhttp.Call |
ClustersResourceApi.upgradeCdhCommandCall(String clusterName,
ApiCdhUpgradeArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for upgradeCdhCommand
|
ApiResponse<ApiCommand> |
ClustersResourceApi.upgradeCdhCommandWithHttpInfo(String clusterName,
ApiCdhUpgradeArgs body)
Perform CDH upgrade to the specified version.
|
ApiCommand |
ControlPlanesResourceApi.upgradeControlPlane(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body)
Launches the Upgrade Command on the control plane with the given uuid.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.upgradeControlPlaneAsync(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Launches the Upgrade Command on the control plane with the given uuid.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.upgradeControlPlaneCall(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for upgradeControlPlane
|
ApiResponse<ApiCommand> |
ControlPlanesResourceApi.upgradeControlPlaneWithHttpInfo(String controlPlaneUuid,
ApiUpgradeControlPlaneArgs body)
Launches the Upgrade Command on the control plane with the given uuid.
|
ApiCommand |
ControlPlanesResourceApi.upgradeEmbeddedControlPlane(ApiUpgradeEmbeddedControlPlaneArgs body)
Upgrade a Containerized Cluster, including upgrading the control plane running on embedded kubernetes.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.upgradeEmbeddedControlPlaneAsync(ApiUpgradeEmbeddedControlPlaneArgs body,
ApiCallback<ApiCommand> callback)
Upgrade a Containerized Cluster, including upgrading the control plane running on embedded kubernetes.
|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.upgradeEmbeddedControlPlaneCall(ApiUpgradeEmbeddedControlPlaneArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for upgradeEmbeddedControlPlane
|
ApiResponse<ApiCommand> |
ControlPlanesResourceApi.upgradeEmbeddedControlPlaneWithHttpInfo(ApiUpgradeEmbeddedControlPlaneArgs body)
Upgrade a Containerized Cluster, including upgrading the control plane running on embedded kubernetes.
|
ApiCommand |
ClustersResourceApi.upgradeServicesCommand(String clusterName)
Upgrades the services in the cluster to the CDH5 version.
|
com.squareup.okhttp.Call |
ClustersResourceApi.upgradeServicesCommandAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Upgrades the services in the cluster to the CDH5 version.
|
com.squareup.okhttp.Call |
ClustersResourceApi.upgradeServicesCommandCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for upgradeServicesCommand
|
ApiResponse<ApiCommand> |
ClustersResourceApi.upgradeServicesCommandWithHttpInfo(String clusterName)
Upgrades the services in the cluster to the CDH5 version.
|
ApiCspArguments |
CspResourceApi.uploadCspCert(ApiCspArguments body)
Upload CA certificates, client certificates and client key for Credential Storage Provider.
|
com.squareup.okhttp.Call |
CspResourceApi.uploadCspCertAsync(ApiCspArguments body,
ApiCallback<ApiCspArguments> callback)
Upload CA certificates, client certificates and client key for Credential Storage Provider.
|
com.squareup.okhttp.Call |
CspResourceApi.uploadCspCertCall(ApiCspArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadCspCert
|
ApiResponse<ApiCspArguments> |
CspResourceApi.uploadCspCertWithHttpInfo(ApiCspArguments body)
Upload CA certificates, client certificates and client key for Credential Storage Provider.
|
ApiCommand |
ServicesResourceApi.yarnFormatStateStore(String clusterName,
String serviceName)
Formats the state store in ZooKeeper used for Resource Manager High Availability.
|
com.squareup.okhttp.Call |
ServicesResourceApi.yarnFormatStateStoreAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Formats the state store in ZooKeeper used for Resource Manager High Availability.
|
com.squareup.okhttp.Call |
ServicesResourceApi.yarnFormatStateStoreCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for yarnFormatStateStore
|
ApiResponse<ApiCommand> |
ServicesResourceApi.yarnFormatStateStoreWithHttpInfo(String clusterName,
String serviceName)
Formats the state store in ZooKeeper used for Resource Manager High Availability.
|
ApiCommand |
ServicesResourceApi.zooKeeperCleanupCommand(String clusterName,
String serviceName)
Clean up all running server instances of a ZooKeeper service.
|
ApiBulkCommandList |
RoleCommandsResourceApi.zooKeeperCleanupCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Cleanup a list of ZooKeeper server roles.
|
com.squareup.okhttp.Call |
ServicesResourceApi.zooKeeperCleanupCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Clean up all running server instances of a ZooKeeper service.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.zooKeeperCleanupCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Cleanup a list of ZooKeeper server roles.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.zooKeeperCleanupCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for zooKeeperCleanupCommand
|
com.squareup.okhttp.Call |
ServicesResourceApi.zooKeeperCleanupCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for zooKeeperCleanupCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.zooKeeperCleanupCommandWithHttpInfo(String clusterName,
String serviceName)
Clean up all running server instances of a ZooKeeper service.
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.zooKeeperCleanupCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Cleanup a list of ZooKeeper server roles.
|
ApiCommand |
ServicesResourceApi.zooKeeperInitCommand(String clusterName,
String serviceName)
Initializes all the server instances of a ZooKeeper service.
|
ApiBulkCommandList |
RoleCommandsResourceApi.zooKeeperInitCommand(String clusterName,
String serviceName,
ApiRoleNameList body)
Initialize a list of ZooKeeper server roles.
|
com.squareup.okhttp.Call |
ServicesResourceApi.zooKeeperInitCommandAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommand> callback)
Initializes all the server instances of a ZooKeeper service.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.zooKeeperInitCommandAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Initialize a list of ZooKeeper server roles.
|
com.squareup.okhttp.Call |
RoleCommandsResourceApi.zooKeeperInitCommandCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for zooKeeperInitCommand
|
com.squareup.okhttp.Call |
ServicesResourceApi.zooKeeperInitCommandCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for zooKeeperInitCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.zooKeeperInitCommandWithHttpInfo(String clusterName,
String serviceName)
Initializes all the server instances of a ZooKeeper service.
|
ApiResponse<ApiBulkCommandList> |
RoleCommandsResourceApi.zooKeeperInitCommandWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Initialize a list of ZooKeeper server roles.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
Copyright © 2022. All rights reserved.