Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiRoleRef |
ApiRoleRef.clusterName(String clusterName) |
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 |
ApiSnapshotCommand.getRoleRef()
Reference to the role (for role commands only).
|
ApiRoleRef |
ApiCommand.getRoleRef()
Reference to the role (for role commands only).
|
ApiRoleRef |
ApiReplicationCommand.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.
|
ApiRoleRef |
ApiRoleRef.roleName(String roleName) |
ApiRoleRef |
ApiRoleRef.serviceName(String serviceName) |
Modifier and Type | Method and Description |
---|---|
List<ApiRoleRef> |
ApiHost.getRoleRefs()
Readonly.
|
Modifier and Type | Method and Description |
---|---|
ApiNameservice |
ApiNameservice.active(ApiRoleRef active) |
ApiNameservice |
ApiNameservice.activeFailoverController(ApiRoleRef activeFailoverController) |
ApiHost |
ApiHost.addRoleRefsItem(ApiRoleRef roleRefsItem) |
ApiParcelUsageRole |
ApiParcelUsageRole.roleRef(ApiRoleRef roleRef) |
ApiSnapshotCommand |
ApiSnapshotCommand.roleRef(ApiRoleRef roleRef) |
ApiCommand |
ApiCommand.roleRef(ApiRoleRef roleRef) |
ApiReplicationCommand |
ApiReplicationCommand.roleRef(ApiRoleRef roleRef) |
ApiNameservice |
ApiNameservice.secondary(ApiRoleRef secondary) |
void |
ApiNameservice.setActive(ApiRoleRef active) |
void |
ApiNameservice.setActiveFailoverController(ApiRoleRef activeFailoverController) |
void |
ApiParcelUsageRole.setRoleRef(ApiRoleRef roleRef) |
void |
ApiSnapshotCommand.setRoleRef(ApiRoleRef roleRef) |
void |
ApiCommand.setRoleRef(ApiRoleRef roleRef) |
void |
ApiReplicationCommand.setRoleRef(ApiRoleRef roleRef) |
void |
ApiNameservice.setSecondary(ApiRoleRef secondary) |
void |
ApiNameservice.setStandBy(ApiRoleRef standBy) |
void |
ApiNameservice.setStandByFailoverController(ApiRoleRef standByFailoverController) |
ApiNameservice |
ApiNameservice.standBy(ApiRoleRef standBy) |
ApiNameservice |
ApiNameservice.standByFailoverController(ApiRoleRef standByFailoverController) |
Modifier and Type | Method and Description |
---|---|
ApiHost |
ApiHost.roleRefs(List<ApiRoleRef> roleRefs) |
void |
ApiHost.setRoleRefs(List<ApiRoleRef> roleRefs) |
Copyright © 2019. All rights reserved.