|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApiCommandList | |
---|---|
com.cloudera.api.model | Java models of the underlying API JSON objects, with JAX-B annotations. |
com.cloudera.api.v1 | API version 1, introduced in Cloudera Manager 4.0. |
Uses of ApiCommandList in com.cloudera.api.model |
---|
Subclasses of ApiCommandList in com.cloudera.api.model | |
---|---|
class |
ApiBulkCommandList
A list of commands. |
Methods in com.cloudera.api.model that return ApiCommandList | |
---|---|
ApiCommandList |
ApiCommand.getChildren()
List of child commands. |
ApiCommandList |
ApiReplicationDiagnosticsCollectionArgs.getCommands()
Commands to limit diagnostics to. |
Methods in com.cloudera.api.model with parameters of type ApiCommandList | |
---|---|
void |
ApiCommand.setChildren(ApiCommandList children)
|
void |
ApiReplicationDiagnosticsCollectionArgs.setCommands(ApiCommandList commands)
|
Constructors in com.cloudera.api.model with parameters of type ApiCommandList | |
---|---|
ApiCommand(Long id,
String name,
Date startTime,
Date endTime,
boolean active,
Boolean success,
String resultMessage,
String resultDataUrl,
ApiClusterRef clusterRef,
ApiServiceRef serviceRef,
ApiRoleRef roleRef,
ApiHostRef hostRef,
ApiCommandList children,
ApiCommand parent,
Boolean canRetry)
|
Uses of ApiCommandList in com.cloudera.api.v1 |
---|
Methods in com.cloudera.api.v1 that return ApiCommandList | |
---|---|
ApiCommandList |
MgmtServiceResource.listActiveCommands(DataView dataView)
List active Cloudera Management Services commands. |
ApiCommandList |
ClouderaManagerResource.listActiveCommands(DataView dataView)
List active global commands. |
ApiCommandList |
RolesResource.listActiveCommands(String roleName,
DataView dataView)
List active role commands. |
ApiCommandList |
ServicesResource.listActiveCommands(String serviceName,
DataView dataView)
List active service commands. |
ApiCommandList |
ClustersResource.listActiveCommands(String clusterName,
DataView dataView)
List active cluster commands. |
ApiCommandList |
MgmtRolesResource.listActiveCommands(String roleName,
DataView dataView)
List active role commands. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |