Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ApiCommandList |
ApiCommandList.addItemsItem(ApiCommand itemsItem) |
ApiCommandList |
ApiSnapshotCommand.getChildren()
List of child commands.
|
ApiCommandList |
ApiCommand.getChildren()
List of child commands.
|
ApiCommandList |
ApiReplicationCommand.getChildren()
List of child commands.
|
ApiCommandList |
ApiReplicationDiagnosticsCollectionArgs.getCommands()
Commands to limit diagnostics to.
|
ApiCommandList |
ApiCommandList.items(List<ApiCommand> items) |
Modifier and Type | Method and Description |
---|---|
ApiSnapshotCommand |
ApiSnapshotCommand.children(ApiCommandList children) |
ApiCommand |
ApiCommand.children(ApiCommandList children) |
ApiReplicationCommand |
ApiReplicationCommand.children(ApiCommandList children) |
ApiReplicationDiagnosticsCollectionArgs |
ApiReplicationDiagnosticsCollectionArgs.commands(ApiCommandList commands) |
void |
ApiSnapshotCommand.setChildren(ApiCommandList children) |
void |
ApiCommand.setChildren(ApiCommandList children) |
void |
ApiReplicationCommand.setChildren(ApiCommandList children) |
void |
ApiReplicationDiagnosticsCollectionArgs.setCommands(ApiCommandList commands) |
Copyright © 2019. All rights reserved.