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.
|
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) |
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 |
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 |
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.
|
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.
|
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.
|
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.
|
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 |
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.
|
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 |
AuthServiceRolesResourceApi.createRoles(ApiRoleList body)
Create new roles in the Authentication Services.
|
ApiRoleList |
MgmtRolesResourceApi.createRoles(ApiRoleList body)
Create new roles in the Cloudera Management Services.
|
ApiRoleList |
RolesResourceApi.createRoles(String clusterName,
String serviceName,
ApiRoleList body)
Create new roles in a given service.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.createRolesAsync(ApiRoleList body,
ApiCallback<ApiRoleList> callback)
Create new roles in the Authentication Services.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.createRolesAsync(ApiRoleList body,
ApiCallback<ApiRoleList> callback)
Create new roles in the Cloudera Management 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 |
AuthServiceRolesResourceApi.createRolesCall(ApiRoleList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRoles
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.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> |
AuthServiceRolesResourceApi.createRolesWithHttpInfo(ApiRoleList body)
Create new roles in the Authentication Services.
|
ApiResponse<ApiRoleList> |
MgmtRolesResourceApi.createRolesWithHttpInfo(ApiRoleList body)
Create new roles in the Cloudera Management 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.
|
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.
|
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 |
AuthServiceRolesResourceApi.deleteRole(String roleName)
Delete a role from the Authentication Services.
|
ApiRole |
MgmtRolesResourceApi.deleteRole(String roleName)
Delete a role from the Cloudera Management Services.
|
ApiRole |
RolesResourceApi.deleteRole(String clusterName,
String roleName,
String serviceName)
Deletes a role from a given service.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.deleteRoleAsync(String roleName,
ApiCallback<ApiRole> callback)
Delete a role from the Authentication Services.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.deleteRoleAsync(String roleName,
ApiCallback<ApiRole> callback)
Delete a role from the Cloudera Management 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 |
AuthServiceRolesResourceApi.deleteRoleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRole
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.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> |
AuthServiceRolesResourceApi.deleteRoleWithHttpInfo(String roleName)
Delete a role from the Authentication Services.
|
ApiResponse<ApiRole> |
MgmtRolesResourceApi.deleteRoleWithHttpInfo(String roleName)
Delete a role from the Cloudera Management 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.
|
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.
|
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 |
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.
|
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 |
HostsResourceApi.enterMaintenanceMode(String hostId)
Put the host into maintenance mode.
|
ApiCommand |
AuthServiceRolesResourceApi.enterMaintenanceMode(String roleName)
Put the Authentication Service role into maintenance mode.
|
ApiCommand |
MgmtRolesResourceApi.enterMaintenanceMode(String roleName)
Put the Cloudera Management Service role into maintenance mode.
|
ApiCommand |
ClustersResourceApi.enterMaintenanceMode(String clusterName)
Put the cluster 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 |
HostsResourceApi.enterMaintenanceModeAsync(String hostId,
ApiCallback<ApiCommand> callback)
Put the host 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 |
MgmtRolesResourceApi.enterMaintenanceModeAsync(String roleName,
ApiCallback<ApiCommand> callback)
Put the Cloudera Management Service role into maintenance mode.
|
com.squareup.okhttp.Call |
ClustersResourceApi.enterMaintenanceModeAsync(String clusterName,
ApiCallback<ApiCommand> callback)
Put the cluster 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 |
HostsResourceApi.enterMaintenanceModeCall(String hostId,
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 |
MgmtRolesResourceApi.enterMaintenanceModeCall(String roleName,
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 |
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> |
HostsResourceApi.enterMaintenanceModeWithHttpInfo(String hostId)
Put the host into maintenance mode.
|
ApiResponse<ApiCommand> |
AuthServiceRolesResourceApi.enterMaintenanceModeWithHttpInfo(String roleName)
Put the Authentication Service role into maintenance mode.
|
ApiResponse<ApiCommand> |
MgmtRolesResourceApi.enterMaintenanceModeWithHttpInfo(String roleName)
Put the Cloudera Management Service role into maintenance mode.
|
ApiResponse<ApiCommand> |
ClustersResourceApi.enterMaintenanceModeWithHttpInfo(String clusterName)
Put the cluster 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 |
HostsResourceApi.exitMaintenanceMode(String hostId)
Take the host out of maintenance mode.
|
ApiCommand |
AuthServiceRolesResourceApi.exitMaintenanceMode(String roleName)
Take the Authentication Service role out of maintenance mode.
|
ApiCommand |
MgmtRolesResourceApi.exitMaintenanceMode(String roleName)
Take the Cloudera Management Service role out of maintenance mode.
|
ApiCommand |
ClustersResourceApi.exitMaintenanceMode(String clusterName)
Take the cluster 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 |
HostsResourceApi.exitMaintenanceModeAsync(String hostId,
ApiCallback<ApiCommand> callback)
Take the host 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 |
MgmtRolesResourceApi.exitMaintenanceModeAsync(String roleName,
ApiCallback<ApiCommand> callback)
Take the Cloudera Management Service role 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 |
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 |
HostsResourceApi.exitMaintenanceModeCall(String hostId,
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 |
MgmtRolesResourceApi.exitMaintenanceModeCall(String roleName,
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 |
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> |
HostsResourceApi.exitMaintenanceModeWithHttpInfo(String hostId)
Take the host out of maintenance mode.
|
ApiResponse<ApiCommand> |
AuthServiceRolesResourceApi.exitMaintenanceModeWithHttpInfo(String roleName)
Take the Authentication Service role out of maintenance mode.
|
ApiResponse<ApiCommand> |
MgmtRolesResourceApi.exitMaintenanceModeWithHttpInfo(String roleName)
Take the Cloudera Management Service role out of maintenance mode.
|
ApiResponse<ApiCommand> |
ClustersResourceApi.exitMaintenanceModeWithHttpInfo(String clusterName)
Take the cluster 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)
Remove backup and disaster related log files in hdfs.
|
com.squareup.okhttp.Call |
ClustersResourceApi.expireLogsAsync(String clusterName,
BigDecimal days,
ApiCallback<ApiCommand> callback)
Remove backup and disaster related log files in hdfs.
|
com.squareup.okhttp.Call |
ClustersResourceApi.expireLogsCall(String clusterName,
BigDecimal days,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for expireLogs
|
ApiResponse<ApiCommand> |
ClustersResourceApi.expireLogsWithHttpInfo(String clusterName,
BigDecimal days)
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
|
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 |
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.
|
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.
|
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 |
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 |
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.
|
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.
|
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.
|
String |
AuthServiceRolesResourceApi.getFullLog(String roleName)
Retrieves the log file for the role's main process.
|
String |
MgmtRolesResourceApi.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 |
AuthServiceRolesResourceApi.getFullLogAsync(String roleName,
ApiCallback<String> callback)
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 |
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 |
AuthServiceRolesResourceApi.getFullLogCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFullLog
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.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> |
AuthServiceRolesResourceApi.getFullLogWithHttpInfo(String roleName)
Retrieves the log file for the role's main process.
|
ApiResponse<String> |
MgmtRolesResourceApi.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.
|
ApiImpalaQueryResponse |
ImpalaQueriesResourceApi.getImpalaQueries(String clusterName,
String serviceName,
String filter,
String from,
Integer limit,
Integer 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,
Integer limit,
Integer 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,
Integer limit,
Integer 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,
Integer limit,
Integer 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,
Integer endHourOfDay,
String from,
Integer 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,
Integer endHourOfDay,
String from,
Integer 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,
Integer endHourOfDay,
String from,
Integer 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,
Integer endHourOfDay,
String from,
Integer 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.
|
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
|
ApiResponse<String> |
ClouderaManagerResourceApi.getLogWithHttpInfo()
Returns the entire contents of the Cloudera Manager log file.
|
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 |
ActivitiesResourceApi.getMetrics(String activityId,
String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular activity.
|
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 |
RolesResourceApi.getMetrics(String clusterName,
String roleName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular role.
|
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 |
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 |
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 |
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 |
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 |
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
|
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 |
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
|
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> |
ActivitiesResourceApi.getMetricsWithHttpInfo(String activityId,
String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular activity.
|
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> |
RolesResourceApi.getMetricsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular role.
|
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.
|
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.
|
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 |
AuthServiceRolesResourceApi.getStacksLog(String roleName)
Retrieves the stacks log file, if any, for the role's main process.
|
String |
MgmtRolesResourceApi.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 |
AuthServiceRolesResourceApi.getStacksLogAsync(String roleName,
ApiCallback<String> callback)
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 |
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 |
AuthServiceRolesResourceApi.getStacksLogCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStacksLog
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.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
|
void |
AuthServiceRolesResourceApi.getStacksLogsBundle(String roleName)
Download a zip-compressed archive of role stacks logs.
|
void |
MgmtRolesResourceApi.getStacksLogsBundle(String roleName)
Download a zip-compressed archive of role stacks logs.
|
void |
RolesResourceApi.getStacksLogsBundle(String clusterName,
String roleName,
String serviceName)
Download a zip-compressed archive of role stacks logs.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getStacksLogsBundleAsync(String roleName,
ApiCallback<Void> callback)
Download a zip-compressed archive of role stacks logs.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.getStacksLogsBundleAsync(String roleName,
ApiCallback<Void> callback)
Download a zip-compressed archive of role stacks logs.
|
com.squareup.okhttp.Call |
RolesResourceApi.getStacksLogsBundleAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<Void> callback)
Download a zip-compressed archive of role stacks logs.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.getStacksLogsBundleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStacksLogsBundle
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.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<Void> |
AuthServiceRolesResourceApi.getStacksLogsBundleWithHttpInfo(String roleName)
Download a zip-compressed archive of role stacks logs.
|
ApiResponse<Void> |
MgmtRolesResourceApi.getStacksLogsBundleWithHttpInfo(String roleName)
Download a zip-compressed archive of role stacks logs.
|
ApiResponse<Void> |
RolesResourceApi.getStacksLogsBundleWithHttpInfo(String clusterName,
String roleName,
String serviceName)
Download a zip-compressed archive of role stacks logs.
|
ApiResponse<String> |
AuthServiceRolesResourceApi.getStacksLogWithHttpInfo(String roleName)
Retrieves the stacks log file, if any, for the role's main process.
|
ApiResponse<String> |
MgmtRolesResourceApi.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.
|
String |
AuthServiceRolesResourceApi.getStandardError(String roleName)
Retrieves the role's standard error output.
|
String |
MgmtRolesResourceApi.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 |
AuthServiceRolesResourceApi.getStandardErrorAsync(String roleName,
ApiCallback<String> callback)
Retrieves the role's standard error output.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.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 |
AuthServiceRolesResourceApi.getStandardErrorCall(String roleName,
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 |
RolesResourceApi.getStandardErrorCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardError
|
ApiResponse<String> |
AuthServiceRolesResourceApi.getStandardErrorWithHttpInfo(String roleName)
Retrieves the role's standard error output.
|
ApiResponse<String> |
MgmtRolesResourceApi.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.
|
String |
AuthServiceRolesResourceApi.getStandardOutput(String roleName)
Retrieves the role's standard output.
|
String |
MgmtRolesResourceApi.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 |
AuthServiceRolesResourceApi.getStandardOutputAsync(String roleName,
ApiCallback<String> callback)
Retrieves the role's standard output.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.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 |
AuthServiceRolesResourceApi.getStandardOutputCall(String roleName,
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 |
RolesResourceApi.getStandardOutputCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardOutput
|
ApiResponse<String> |
AuthServiceRolesResourceApi.getStandardOutputWithHttpInfo(String roleName)
Retrieves the role's standard output.
|
ApiResponse<String> |
MgmtRolesResourceApi.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.
|
ApiClusterUtilization |
ClustersResourceApi.getUtilizationReport(String clusterName,
List<String> daysOfWeek,
Integer endHourOfDay,
String from,
Integer 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,
Integer endHourOfDay,
String from,
Integer 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,
Integer endHourOfDay,
String from,
Integer startHourOfDay,
String tenantType,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUtilizationReport
|
ApiResponse<ApiClusterUtilization> |
ClustersResourceApi.getUtilizationReportWithHttpInfo(String clusterName,
List<String> daysOfWeek,
Integer endHourOfDay,
String from,
Integer 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,
Integer limit,
Integer 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,
Integer limit,
Integer 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,
Integer limit,
Integer 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,
Integer limit,
Integer offset,
String to)
Returns a list of applications that satisfy the filter.
|
ApiYarnUtilization |
ServicesResourceApi.getYarnUtilization(String clusterName,
String serviceName,
List<String> daysOfWeek,
Integer endHourOfDay,
String from,
Integer 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,
Integer endHourOfDay,
String from,
Integer 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,
Integer endHourOfDay,
String from,
Integer 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,
Integer endHourOfDay,
String from,
Integer startHourOfDay,
String tenantType,
String to)
Provides the resource utilization of the yarn service as well as the resource utilization per tenant.
|
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.
|
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.
|
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 |
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 |
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.
|
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 |
ClouderaManagerResourceApi.listActiveCommands(String view)
List active global commands.
|
ApiCommandList |
MgmtServiceResourceApi.listActiveCommands(String view)
List active Cloudera Management Services commands.
|
ApiCommandList |
AuthServiceResourceApi.listActiveCommands(String view)
List active Authentication Service commands.
|
ApiCommandList |
AuthServiceRolesResourceApi.listActiveCommands(String roleName,
String view)
List active role commands.
|
ApiCommandList |
MgmtRolesResourceApi.listActiveCommands(String roleName,
String view)
List active role commands.
|
ApiCommandList |
ClustersResourceApi.listActiveCommands(String clusterName,
String view)
List active cluster commands.
|
ApiCommandList |
ServicesResourceApi.listActiveCommands(String clusterName,
String serviceName,
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 |
ClouderaManagerResourceApi.listActiveCommandsAsync(String view,
ApiCallback<ApiCommandList> callback)
List active global commands.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.listActiveCommandsAsync(String view,
ApiCallback<ApiCommandList> callback)
List active Cloudera Management Services commands.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.listActiveCommandsAsync(String view,
ApiCallback<ApiCommandList> callback)
List active Authentication Service commands.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.listActiveCommandsAsync(String roleName,
String view,
ApiCallback<ApiCommandList> callback)
List active role commands.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.listActiveCommandsAsync(String roleName,
String view,
ApiCallback<ApiCommandList> callback)
List active role commands.
|
com.squareup.okhttp.Call |
ClustersResourceApi.listActiveCommandsAsync(String clusterName,
String view,
ApiCallback<ApiCommandList> callback)
List active cluster commands.
|
com.squareup.okhttp.Call |
ServicesResourceApi.listActiveCommandsAsync(String clusterName,
String serviceName,
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 |
ClouderaManagerResourceApi.listActiveCommandsCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listActiveCommands
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.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 |
AuthServiceRolesResourceApi.listActiveCommandsCall(String roleName,
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 |
ClustersResourceApi.listActiveCommandsCall(String clusterName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listActiveCommands
|
com.squareup.okhttp.Call |
ServicesResourceApi.listActiveCommandsCall(String clusterName,
String serviceName,
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> |
ClouderaManagerResourceApi.listActiveCommandsWithHttpInfo(String view)
List active global commands.
|
ApiResponse<ApiCommandList> |
MgmtServiceResourceApi.listActiveCommandsWithHttpInfo(String view)
List active Cloudera Management Services commands.
|
ApiResponse<ApiCommandList> |
AuthServiceResourceApi.listActiveCommandsWithHttpInfo(String view)
List active Authentication Service commands.
|
ApiResponse<ApiCommandList> |
AuthServiceRolesResourceApi.listActiveCommandsWithHttpInfo(String roleName,
String view)
List active role commands.
|
ApiResponse<ApiCommandList> |
MgmtRolesResourceApi.listActiveCommandsWithHttpInfo(String roleName,
String view)
List active role commands.
|
ApiResponse<ApiCommandList> |
ClustersResourceApi.listActiveCommandsWithHttpInfo(String clusterName,
String view)
List active cluster commands.
|
ApiResponse<ApiCommandList> |
ServicesResourceApi.listActiveCommandsWithHttpInfo(String clusterName,
String serviceName,
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.
|
ApiHostRefList |
ClustersResourceApi.listHosts(String clusterName) |
com.squareup.okhttp.Call |
ClustersResourceApi.listHostsAsync(String clusterName,
ApiCallback<ApiHostRefList> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ClustersResourceApi.listHostsCall(String clusterName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listHosts
|
ApiResponse<ApiHostRefList> |
ClustersResourceApi.listHostsWithHttpInfo(String clusterName) |
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 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 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 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.
|
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 |
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.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,
Integer maxResults,
String query,
Integer resultOffset,
String view)
Read all activities in the system.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readActivitiesAsync(String clusterName,
String serviceName,
Integer maxResults,
String query,
Integer resultOffset,
String view,
ApiCallback<ApiActivityList> callback)
Read all activities in the system.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readActivitiesCall(String clusterName,
String serviceName,
Integer maxResults,
String query,
Integer resultOffset,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readActivities
|
ApiResponse<ApiActivityList> |
ActivitiesResourceApi.readActivitiesWithHttpInfo(String clusterName,
String serviceName,
Integer maxResults,
String query,
Integer 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,
Integer maxResults,
String query,
Integer 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,
Integer maxResults,
String query,
Integer 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,
Integer maxResults,
String query,
Integer resultOffset,
String startTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAudits
|
ApiResponse<ApiAuditList> |
AuditsResourceApi.readAuditsWithHttpInfo(String endTime,
Integer maxResults,
String query,
Integer 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,
Integer maxResults,
Integer resultOffset,
String view)
Returns the child activities.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readChildActivitiesAsync(String activityId,
String clusterName,
String serviceName,
Integer maxResults,
Integer resultOffset,
String view,
ApiCallback<ApiActivityList> callback)
Returns the child activities.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.readChildActivitiesCall(String activityId,
String clusterName,
String serviceName,
Integer maxResults,
Integer resultOffset,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readChildActivities
|
ApiResponse<ApiActivityList> |
ActivitiesResourceApi.readChildActivitiesWithHttpInfo(String activityId,
String clusterName,
String serviceName,
Integer maxResults,
Integer 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
|
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 |
AuthServiceRoleConfigGroupsResourceApi.readConfig(String roleConfigGroupName,
String view)
Returns the current revision of the config for the specified role config group in the Authentication Service.
|
ApiConfigList |
ExternalAccountsResourceApi.readConfig(String name,
String view)
Get configs of external account for the given account name.
|
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 |
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 |
ExternalAccountsResourceApi.readConfigAsync(String name,
String view,
ApiCallback<ApiConfigList> callback)
Get configs of external account for the given account name.
|
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 |
AuthServiceRoleConfigGroupsResourceApi.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 |
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> |
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> |
ExternalAccountsResourceApi.readConfigWithHttpInfo(String name,
String view)
Get configs of external account for the given account name.
|
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.
|
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(Integer maxResults,
String query,
Integer resultOffset)
Allows you to query events in the system.
|
com.squareup.okhttp.Call |
EventsResourceApi.readEventsAsync(Integer maxResults,
String query,
Integer resultOffset,
ApiCallback<ApiEventQueryResult> callback)
Allows you to query events in the system.
|
com.squareup.okhttp.Call |
EventsResourceApi.readEventsCall(Integer maxResults,
String query,
Integer resultOffset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readEvents
|
ApiResponse<ApiEventQueryResult> |
EventsResourceApi.readEventsWithHttpInfo(Integer maxResults,
String query,
Integer 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,
Integer limit,
Integer offset,
String view)
Returns a list of commands triggered by a schedule.
|
ApiSnapshotCommandList |
SnapshotsResourceApi.readHistory(String clusterName,
String policyName,
String serviceName,
Integer limit,
Integer 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,
Integer limit,
Integer 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,
Integer limit,
Integer 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,
Integer limit,
Integer 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,
Integer limit,
Integer offset,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readHistory
|
ApiResponse<ApiReplicationCommandList> |
ReplicationsResourceApi.readHistoryWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName,
Integer limit,
Integer offset,
String view)
Returns a list of commands triggered by a schedule.
|
ApiResponse<ApiSnapshotCommandList> |
SnapshotsResourceApi.readHistoryWithHttpInfo(String clusterName,
String policyName,
String serviceName,
Integer limit,
Integer 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 view)
Returns the hostIds for all hosts in the system.
|
com.squareup.okhttp.Call |
HostsResourceApi.readHostsAsync(String view,
ApiCallback<ApiHostList> callback)
Returns the hostIds for all hosts in the system.
|
com.squareup.okhttp.Call |
HostsResourceApi.readHostsCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readHosts
|
ApiResponse<ApiHostList> |
HostsResourceApi.readHostsWithHttpInfo(String view)
Returns the hostIds for all hosts in the system.
|
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.
|
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 |
AuthServiceRolesResourceApi.readRole(String roleName)
Retrieve detailed information about a Authentication Services role.
|
ApiRole |
MgmtRolesResourceApi.readRole(String roleName)
Retrieve detailed information about a Cloudera Management Services role.
|
ApiRole |
RolesResourceApi.readRole(String clusterName,
String roleName,
String serviceName,
String view)
Retrieves detailed information about a role.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.readRoleAsync(String roleName,
ApiCallback<ApiRole> callback)
Retrieve detailed information about a Authentication Services 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 |
RolesResourceApi.readRoleAsync(String clusterName,
String roleName,
String serviceName,
String view,
ApiCallback<ApiRole> callback)
Retrieves detailed information about a role.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.readRoleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRole
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.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 |
AuthServiceRolesResourceApi.readRoleConfig(String roleName,
String view)
Retrieve the configuration of a specific Authentication Services role.
|
ApiConfigList |
MgmtRolesResourceApi.readRoleConfig(String roleName,
String view)
Retrieve the configuration of a specific Cloudera Management Services role.
|
ApiConfigList |
RolesResourceApi.readRoleConfig(String clusterName,
String roleName,
String serviceName,
String view)
Retrieves the configuration of a specific 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 |
MgmtRolesResourceApi.readRoleConfigAsync(String roleName,
String view,
ApiCallback<ApiConfigList> callback)
Retrieve the configuration of a specific Cloudera Management 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 |
AuthServiceRolesResourceApi.readRoleConfigCall(String roleName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfig
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.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> |
AuthServiceRolesResourceApi.readRoleConfigWithHttpInfo(String roleName,
String view)
Retrieve the configuration of a specific Authentication Services role.
|
ApiResponse<ApiConfigList> |
MgmtRolesResourceApi.readRoleConfigWithHttpInfo(String roleName,
String view)
Retrieve the configuration of a specific Cloudera Management Services role.
|
ApiResponse<ApiConfigList> |
RolesResourceApi.readRoleConfigWithHttpInfo(String clusterName,
String roleName,
String serviceName,
String view)
Retrieves the configuration of a specific role.
|
ApiRoleList |
AuthServiceRolesResourceApi.readRoles()
List all roles of the Authentication Services.
|
ApiRoleList |
MgmtRolesResourceApi.readRoles()
List all roles of the Cloudera Management 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 |
AuthServiceRolesResourceApi.readRolesAsync(ApiCallback<ApiRoleList> callback)
List all roles of the Authentication Services.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.readRolesAsync(ApiCallback<ApiRoleList> callback)
List all roles of the Cloudera Management 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 |
AuthServiceRolesResourceApi.readRolesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoles
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.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> |
AuthServiceRolesResourceApi.readRolesWithHttpInfo()
List all roles of the Authentication Services.
|
ApiResponse<ApiRoleList> |
MgmtRolesResourceApi.readRolesWithHttpInfo()
List all roles of the Cloudera Management 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> |
AuthServiceRolesResourceApi.readRoleWithHttpInfo(String roleName)
Retrieve detailed information about a Authentication Services role.
|
ApiResponse<ApiRole> |
MgmtRolesResourceApi.readRoleWithHttpInfo(String roleName)
Retrieve detailed information about a Cloudera Management 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,
String view)
Returns information for all replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.readSchedulesAsync(String clusterName,
String serviceName,
String view,
ApiCallback<ApiReplicationScheduleList> callback)
Returns information for all replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.readSchedulesCall(String clusterName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readSchedules
|
ApiResponse<ApiReplicationScheduleList> |
ReplicationsResourceApi.readSchedulesWithHttpInfo(String clusterName,
String serviceName,
String view)
Returns information for all 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.
|
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 |
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 |
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.
|
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
|
ApiResponse<ApiHostRef> |
ClustersResourceApi.removeHostWithHttpInfo(String clusterName,
String hostId) |
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.
|
ApiCommand |
MgmtServiceResourceApi.restartCommand()
Restart the Cloudera Management Services.
|
ApiCommand |
AuthServiceResourceApi.restartCommand()
Restart the Authentication Service.
|
ApiBulkCommandList |
AuthServiceRoleCommandsResourceApi.restartCommand(ApiRoleNameList body)
Restart a set of Authentication Service roles.
|
ApiBulkCommandList |
MgmtRoleCommandsResourceApi.restartCommand(ApiRoleNameList body)
Restart a set of Cloudera Management Services 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 |
AuthServiceRoleCommandsResourceApi.restartCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Restart a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.restartCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Restart a set of Cloudera Management Services 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 |
AuthServiceRoleCommandsResourceApi.restartCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartCommand
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.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> |
AuthServiceRoleCommandsResourceApi.restartCommandWithHttpInfo(ApiRoleNameList body)
Restart a set of Authentication Service roles.
|
ApiResponse<ApiBulkCommandList> |
MgmtRoleCommandsResourceApi.restartCommandWithHttpInfo(ApiRoleNameList body)
Restart a set of Cloudera Management Services 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.
|
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 |
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.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.
|
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 |
AuthServiceRoleCommandsResourceApi.startCommand(ApiRoleNameList body)
Start a set of Authentication Service roles.
|
ApiBulkCommandList |
MgmtRoleCommandsResourceApi.startCommand(ApiRoleNameList body)
Start a set of Cloudera Management Services 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 |
AuthServiceRoleCommandsResourceApi.startCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Start a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.startCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Start a set of Cloudera Management Services 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 |
AuthServiceRoleCommandsResourceApi.startCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startCommand
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.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> |
AuthServiceRoleCommandsResourceApi.startCommandWithHttpInfo(ApiRoleNameList body)
Start a set of Authentication Service roles.
|
ApiResponse<ApiBulkCommandList> |
MgmtRoleCommandsResourceApi.startCommandWithHttpInfo(ApiRoleNameList body)
Start a set of Cloudera Management Services 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 |
AuthServiceRoleCommandsResourceApi.stopCommand(ApiRoleNameList body)
Stop a set of Authentication Service roles.
|
ApiBulkCommandList |
MgmtRoleCommandsResourceApi.stopCommand(ApiRoleNameList body)
Stop a set of Cloudera Management Services 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 |
AuthServiceRoleCommandsResourceApi.stopCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Stop a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.stopCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Stop a set of Cloudera Management Services 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 |
AuthServiceRoleCommandsResourceApi.stopCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for stopCommand
|
com.squareup.okhttp.Call |
MgmtRoleCommandsResourceApi.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> |
AuthServiceRoleCommandsResourceApi.stopCommandWithHttpInfo(ApiRoleNameList body)
Stop a set of Authentication Service roles.
|
ApiResponse<ApiBulkCommandList> |
MgmtRoleCommandsResourceApi.stopCommandWithHttpInfo(ApiRoleNameList body)
Stop a set of Cloudera Management Services 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,
Integer maxResults,
String query,
Integer resultOffset,
String startTime) |
com.squareup.okhttp.Call |
AuditsResourceApi.streamAuditsAsync(String endTime,
Integer maxResults,
String query,
Integer resultOffset,
String startTime,
ApiCallback<File> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
AuditsResourceApi.streamAuditsCall(String endTime,
Integer maxResults,
String query,
Integer resultOffset,
String startTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for streamAudits
|
ApiResponse<File> |
AuditsResourceApi.streamAuditsWithHttpInfo(String endTime,
Integer maxResults,
String query,
Integer 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 |
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.
|
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 |
AuthServiceRoleConfigGroupsResourceApi.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Authentication Service.
|
ApiConfigList |
ExternalAccountsResourceApi.updateConfig(String name,
String message,
ApiConfigList body)
Upadate configs of external account for the given account name.
|
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 |
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 |
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 |
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 |
AuthServiceRoleConfigGroupsResourceApi.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 |
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> |
AuthServiceRoleConfigGroupsResourceApi.updateConfigWithHttpInfo(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Authentication Service.
|
ApiResponse<ApiConfigList> |
ExternalAccountsResourceApi.updateConfigWithHttpInfo(String name,
String message,
ApiConfigList body)
Upadate configs of external account for the given account name.
|
ApiResponse<ApiConfigList> |
RoleConfigGroupsResourceApi.updateConfigWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body)
Updates the config for the given role config group.
|
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.
|
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 |
AuthServiceRolesResourceApi.updateRoleConfig(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Authentication Services role.
|
ApiConfigList |
MgmtRolesResourceApi.updateRoleConfig(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Cloudera Management 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 |
AuthServiceRolesResourceApi.updateRoleConfigAsync(String roleName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the configuration of a Authentication Services role.
|
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 |
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 |
AuthServiceRolesResourceApi.updateRoleConfigCall(String roleName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfig
|
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 |
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> |
AuthServiceRolesResourceApi.updateRoleConfigWithHttpInfo(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Authentication Services role.
|
ApiResponse<ApiConfigList> |
MgmtRolesResourceApi.updateRoleConfigWithHttpInfo(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Cloudera Management 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 |
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 |
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.
|
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 © 2019. All rights reserved.