Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
Modifier and Type | Method and Description |
---|---|
ApiClusterRef |
ApiService.getClusterRef()
Readonly.
|
ApiClusterRef |
ApiParcel.getClusterRef()
Readonly.
|
ApiClusterRef |
ApiHostTemplate.getClusterRef()
Readonly.
|
ApiClusterRef |
ApiHost.getClusterRef()
Readonly.
|
ApiClusterRef |
ApiCommand.getClusterRef()
Reference to the cluster (for cluster commands only).
|
Modifier and Type | Method and Description |
---|---|
void |
ApiService.setClusterRef(ApiClusterRef clusterRef) |
void |
ApiParcel.setClusterRef(ApiClusterRef clusterRef) |
void |
ApiHostTemplate.setClusterRef(ApiClusterRef clusterRef) |
void |
ApiHost.setClusterRef(ApiClusterRef clusterRef) |
void |
ApiCommand.setClusterRef(ApiClusterRef clusterRef) |
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) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.