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 |
ApiParcelUsageHost.getHostRef()
A reference to the corresponding Host object.
|
ApiHostRef |
ApiRole.getHostRef()
A reference to the host where this role runs.
|
ApiHostRef |
ApiCommand.getHostRef()
Reference to the host (for host commands only).
|
ApiHostRef |
ApiReplicationCommand.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> |
ApiHostRefList.getItems() |
Modifier and Type | Method and Description |
---|---|
ApiHostRefList |
ApiHostRefList.addItemsItem(ApiHostRef itemsItem) |
ApiImpalaQuery |
ApiImpalaQuery.coordinator(ApiHostRef coordinator) |
ApiSnapshotCommand |
ApiSnapshotCommand.hostRef(ApiHostRef hostRef) |
ApiParcelUsageHost |
ApiParcelUsageHost.hostRef(ApiHostRef hostRef) |
ApiRole |
ApiRole.hostRef(ApiHostRef hostRef) |
ApiCommand |
ApiCommand.hostRef(ApiHostRef hostRef) |
ApiReplicationCommand |
ApiReplicationCommand.hostRef(ApiHostRef hostRef) |
void |
ApiImpalaQuery.setCoordinator(ApiHostRef coordinator) |
void |
ApiSnapshotCommand.setHostRef(ApiHostRef hostRef) |
void |
ApiParcelUsageHost.setHostRef(ApiHostRef hostRef) |
void |
ApiRole.setHostRef(ApiHostRef hostRef) |
void |
ApiCommand.setHostRef(ApiHostRef hostRef) |
void |
ApiReplicationCommand.setHostRef(ApiHostRef hostRef) |
Modifier and Type | Method and Description |
---|---|
ApiHostRefList |
ApiHostRefList.items(List<ApiHostRef> items) |
void |
ApiHostRefList.setItems(List<ApiHostRef> items) |
Copyright © 2019. All rights reserved.