Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
com.cloudera.api.v3 |
API version 3, introduced in Cloudera Manager 4.5.
|
Modifier and Type | Method and Description |
---|---|
ApiHostRef |
ApiImpalaQuery.getCoordinator()
The host of the Impala Daemon coordinating the query
|
ApiHostRef |
ApiRole.getHostRef()
A reference to the host where this role runs.
|
ApiHostRef |
ApiParcelUsageHost.getHostRef()
A reference to the corresponding Host object.
|
ApiHostRef |
ApiCommand.getHostRef()
Reference to the host (for host commands only).
|
Modifier and Type | Method and Description |
---|---|
List<ApiHostRef> |
ApiHostRefList.getHosts() |
Modifier and Type | Method and Description |
---|---|
void |
ApiImpalaQuery.setCoordinator(ApiHostRef coordinator) |
void |
ApiRole.setHostRef(ApiHostRef hostRef) |
void |
ApiParcelUsageHost.setHostRef(ApiHostRef hostRef) |
void |
ApiCommand.setHostRef(ApiHostRef hostRef) |
Modifier and Type | Method and Description |
---|---|
void |
ApiHostRefList.setHosts(List<ApiHostRef> hosts) |
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) |
Constructor and Description |
---|
ApiHostRefList(List<ApiHostRef> hosts) |
Modifier and Type | Method and Description |
---|---|
ApiHostRef |
ClustersResourceV3.removeHost(String clusterName,
String hostId) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.