Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
Modifier and Type | Method and Description |
---|---|
ApiRoleRef |
ApiNameservice.getActive()
Reference to the active NameNode.
|
ApiRoleRef |
ApiNameservice.getActiveFailoverController()
Reference to the active NameNode's failover controller, if configured.
|
ApiRoleRef |
ApiParcelUsageRole.getRoleRef()
A reference to the corresponding Role object.
|
ApiRoleRef |
ApiCommand.getRoleRef()
Reference to the role (for role commands only).
|
ApiRoleRef |
ApiNameservice.getSecondary()
Reference to the SecondaryNameNode.
|
ApiRoleRef |
ApiNameservice.getStandBy()
Reference to the stand-by NameNode.
|
ApiRoleRef |
ApiNameservice.getStandByFailoverController()
Reference to the stand-by NameNode's failover controller, if configured.
|
Modifier and Type | Method and Description |
---|---|
List<ApiRoleRef> |
ApiHost.getRoleRefs()
Readonly.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiNameservice.setActive(ApiRoleRef active) |
void |
ApiNameservice.setActiveFailoverController(ApiRoleRef activeFailoverController) |
void |
ApiParcelUsageRole.setRoleRef(ApiRoleRef roleRef) |
void |
ApiCommand.setRoleRef(ApiRoleRef roleRef) |
void |
ApiNameservice.setSecondary(ApiRoleRef secondary) |
void |
ApiNameservice.setStandBy(ApiRoleRef standBy) |
void |
ApiNameservice.setStandByFailoverController(ApiRoleRef standByFailoverController) |
Modifier and Type | Method and Description |
---|---|
void |
ApiHost.setRoleRefs(List<ApiRoleRef> roleRefs) |
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) |
ApiNameservice(String name,
ApiRoleRef active,
ApiRoleRef activeFC,
ApiRoleRef standBy,
ApiRoleRef standByFC,
ApiRoleRef secondary,
List<String> mountPoints) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.