public class HostComponentProcessResponse extends Object
Constructor and Description |
---|
HostComponentProcessResponse(String clusterName,
String hostName,
String componentName,
Map<String,String> processValueMap)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCluster() |
String |
getComponent() |
String |
getHost() |
Map<String,String> |
getValueMap() |
public HostComponentProcessResponse(String clusterName, String hostName, String componentName, Map<String,String> processValueMap)
clusterName
- the clusterhostName
- the hostcomponentName
- the componentprocessValueMap
- the map of process informationCopyright © 2022 Apache Software Foundation. All rights reserved.