|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApiClusterRef | |
---|---|
com.cloudera.api.model | Java models of the underlying API JSON objects, with JAX-B annotations. |
Uses of ApiClusterRef in com.cloudera.api.model |
---|
Methods in com.cloudera.api.model that return ApiClusterRef | |
---|---|
ApiClusterRef |
ApiCommand.getClusterRef()
Reference to the cluster (for cluster commands only). |
ApiClusterRef |
ApiService.getClusterRef()
Readonly. |
ApiClusterRef |
ApiParcel.getClusterRef()
Readonly. |
ApiClusterRef |
ApiHostTemplate.getClusterRef()
Readonly. |
ApiClusterRef |
ApiHost.getClusterRef()
Readonly. |
Methods in com.cloudera.api.model with parameters of type ApiClusterRef | |
---|---|
void |
ApiCommand.setClusterRef(ApiClusterRef clusterRef)
|
void |
ApiService.setClusterRef(ApiClusterRef clusterRef)
|
void |
ApiParcel.setClusterRef(ApiClusterRef clusterRef)
|
void |
ApiHostTemplate.setClusterRef(ApiClusterRef clusterRef)
|
void |
ApiHost.setClusterRef(ApiClusterRef clusterRef)
|
Constructors in com.cloudera.api.model with parameters of type ApiClusterRef | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |