Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiHostRef |
ClustersResourceApi.removeHost(String clusterName,
String hostId) |
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiHostRef> |
ClustersResourceApi.removeHostWithHttpInfo(String clusterName,
String hostId) |
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ClustersResourceApi.removeHostAsync(String clusterName,
String hostId,
ApiCallback<ApiHostRef> callback)
(asynchronously)
|
Modifier and Type | Method and Description |
---|---|
ApiHostRef |
ApiImpalaQuery.getCoordinator()
Get coordinator
|
ApiHostRef |
ApiRoleConfig.getHostRef()
Get hostRef
|
ApiHostRef |
ApiRole.getHostRef()
Get hostRef
|
ApiHostRef |
ApiParcelUsageHost.getHostRef()
Get hostRef
|
ApiHostRef |
ApiHostMaintenanceResponse.getHostRef()
Get hostRef
|
ApiHostRef |
ApiCommand.getHostRef()
Get hostRef
|
ApiHostRef |
ApiHostRef.hostId(String hostId) |
ApiHostRef |
ApiHostRef.hostname(String hostname) |
Modifier and Type | Method and Description |
---|---|
List<ApiHostRef> |
ApiTagToEntities.getApiHostRefs()
Get apiHostRefs
|
List<ApiHostRef> |
ApiCommandStep.getHosts()
List of hosts associated with command step.
|
List<ApiHostRef> |
ApiHostRefList.getItems()
Get items
|
Modifier and Type | Method and Description |
---|---|
ApiTagToEntities |
ApiTagToEntities.addApiHostRefsItem(ApiHostRef apiHostRefsItem) |
ApiCommandStep |
ApiCommandStep.addHostsItem(ApiHostRef hostsItem) |
ApiHostRefList |
ApiHostRefList.addItemsItem(ApiHostRef itemsItem) |
ApiImpalaQuery |
ApiImpalaQuery.coordinator(ApiHostRef coordinator) |
ApiRoleConfig |
ApiRoleConfig.hostRef(ApiHostRef hostRef) |
ApiRole |
ApiRole.hostRef(ApiHostRef hostRef) |
ApiParcelUsageHost |
ApiParcelUsageHost.hostRef(ApiHostRef hostRef) |
ApiHostMaintenanceResponse |
ApiHostMaintenanceResponse.hostRef(ApiHostRef hostRef) |
ApiCommand |
ApiCommand.hostRef(ApiHostRef hostRef) |
void |
ApiImpalaQuery.setCoordinator(ApiHostRef coordinator) |
void |
ApiRoleConfig.setHostRef(ApiHostRef hostRef) |
void |
ApiRole.setHostRef(ApiHostRef hostRef) |
void |
ApiParcelUsageHost.setHostRef(ApiHostRef hostRef) |
void |
ApiHostMaintenanceResponse.setHostRef(ApiHostRef hostRef) |
void |
ApiCommand.setHostRef(ApiHostRef hostRef) |
Modifier and Type | Method and Description |
---|---|
ApiTagToEntities |
ApiTagToEntities.apiHostRefs(List<ApiHostRef> apiHostRefs) |
ApiCommandStep |
ApiCommandStep.hosts(List<ApiHostRef> hosts) |
ApiHostRefList |
ApiHostRefList.items(List<ApiHostRef> items) |
void |
ApiTagToEntities.setApiHostRefs(List<ApiHostRef> apiHostRefs) |
void |
ApiCommandStep.setHosts(List<ApiHostRef> hosts) |
void |
ApiHostRefList.setItems(List<ApiHostRef> items) |
Copyright © 2024. All rights reserved.