Uses of Class
com.cloudera.api.model.ApiCommandList

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 ClouderaManagerResource.listActiveCommands(DataView dataView)
          List active global commands.
 ApiCommandList MgmtServiceResource.listActiveCommands(DataView dataView)
          List active Cloudera Management Services commands.
 ApiCommandList MgmtRolesResource.listActiveCommands(String roleName, DataView dataView)
          List active role commands.
 ApiCommandList ServicesResource.listActiveCommands(String serviceName, DataView dataView)
          List active service commands.
 ApiCommandList RolesResource.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.