Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ApiBulkCommandList
A list of commands.
|
Modifier and Type | Method and Description |
---|---|
ApiCommandList |
ApiCommand.getChildren()
List of child commands.
|
ApiCommandList |
ApiReplicationDiagnosticsCollectionArgs.getCommands()
Commands to limit diagnostics to.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiCommand.setChildren(ApiCommandList children) |
void |
ApiReplicationDiagnosticsCollectionArgs.setCommands(ApiCommandList commands) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
ApiCommandList |
MgmtServiceResource.listActiveCommands(DataView dataView)
List active Cloudera Management Services commands.
|
ApiCommandList |
ClouderaManagerResource.listActiveCommands(DataView dataView)
List active global commands.
|
ApiCommandList |
ServicesResource.listActiveCommands(String serviceName,
DataView dataView)
List active service commands.
|
ApiCommandList |
RolesResource.listActiveCommands(String roleName,
DataView dataView)
List active role commands.
|
ApiCommandList |
MgmtRolesResource.listActiveCommands(String roleName,
DataView dataView)
List active role commands.
|
ApiCommandList |
ClustersResource.listActiveCommands(String clusterName,
DataView dataView)
List active cluster commands.
|
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.