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 |
---|---|
com.squareup.okhttp.Call |
ClustersResourceApi.removeHostAsync(String clusterName,
String hostId,
ApiCallback<ApiHostRef> callback)
(asynchronously)
|
Modifier and Type | Method and Description |
---|---|
ApiHostRef |
ApiImpalaQuery.getCoordinator()
The host of the Impala Daemon coordinating the query
|
ApiHostRef |
ApiSnapshotCommand.getHostRef()
Reference to the host (for host commands only).
|
ApiHostRef |
ApiReplicationCommand.getHostRef()
Reference to the host (for host commands only).
|
ApiHostRef |
ApiCommandWithSteps.getHostRef()
Reference to the host (for host commands only).
|
ApiHostRef |
ApiRole.getHostRef()
A reference to the host where this role runs.
|
ApiHostRef |
ApiParcelUsageHost.getHostRef()
A reference to the corresponding Host object.
|
ApiHostRef |
ApiHostMaintenanceResponse.getHostRef()
Host ref contains Host Id and Host Name of the host that needs to go into the Maintenance mode
|
ApiHostRef |
ApiCommand.getHostRef()
Reference to the host (for host commands only).
|
ApiHostRef |
ApiHostRef.hostId(String hostId) |
ApiHostRef |
ApiHostRef.hostname(String hostname) |
Modifier and Type | Method and Description |
---|---|
List<ApiHostRef> |
ApiTagToEntities.getApiHostRefs() |
List<ApiHostRef> |
ApiCommandStep.getHosts()
List of hosts associated with command step.
|
List<ApiHostRef> |
ApiHostRefList.getItems() |
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) |
ApiSnapshotCommand |
ApiSnapshotCommand.hostRef(ApiHostRef hostRef) |
ApiReplicationCommand |
ApiReplicationCommand.hostRef(ApiHostRef hostRef) |
ApiCommandWithSteps |
ApiCommandWithSteps.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 |
ApiSnapshotCommand.setHostRef(ApiHostRef hostRef) |
void |
ApiReplicationCommand.setHostRef(ApiHostRef hostRef) |
void |
ApiCommandWithSteps.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 © 2022. All rights reserved.