Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
List<ApiComponentInfo> |
HostsResourceApi.getHostComponents(String hostId)
Returns the list of Component details on the requested host.
|
ApiResponse<List<ApiComponentInfo>> |
HostsResourceApi.getHostComponentsWithHttpInfo(String hostId)
Returns the list of Component details on the requested host.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
HostsResourceApi.getHostComponentsAsync(String hostId,
ApiCallback<List<ApiComponentInfo>> callback)
Returns the list of Component details on the requested host.
|
Modifier and Type | Method and Description |
---|---|
ApiComponentInfo |
ApiComponentInfo.cdhRelease(String cdhRelease) |
ApiComponentInfo |
ApiComponentInfo.cdhVersion(String cdhVersion) |
ApiComponentInfo |
ApiComponentInfo.componentConfig(Map<String,String> componentConfig) |
ApiComponentInfo |
ApiComponentInfo.componentInfoSource(String componentInfoSource) |
ApiComponentInfo |
ApiComponentInfo.componentRelease(String componentRelease) |
ApiComponentInfo |
ApiComponentInfo.componentVersion(String componentVersion) |
ApiComponentInfo |
ApiComponentInfo.isActive(Boolean isActive) |
ApiComponentInfo |
ApiComponentInfo.name(String name) |
ApiComponentInfo |
ApiComponentInfo.putComponentConfigItem(String key,
String componentConfigItem) |
Copyright © 2021. All rights reserved.