public class HeartBeat extends Object
| Constructor and Description |
|---|
HeartBeat() |
| Modifier and Type | Method and Description |
|---|---|
AgentEnv |
getAgentEnv() |
List<ComponentStatus> |
getComponentStatus() |
String |
getFqdn() |
String |
getHostname() |
List<DiskInfo> |
getMounts() |
HostStatus |
getNodeStatus() |
String |
getPkg() |
List<CommandReport> |
getReports() |
long |
getResponseId() |
long |
getTimestamp() |
void |
setAgentEnv(AgentEnv env) |
void |
setComponentStatus(List<ComponentStatus> componentStatus) |
void |
setFqdn(String fqdn) |
void |
setHostname(String hostname) |
void |
setMounts(List<DiskInfo> mounts) |
void |
setNodeStatus(HostStatus nodeStatus) |
void |
setPkg(String pkg) |
void |
setReports(List<CommandReport> reports) |
void |
setResponseId(long responseId) |
void |
setTimestamp(long timestamp) |
String |
toString() |
public long getResponseId()
public void setResponseId(long responseId)
public long getTimestamp()
public void setTimestamp(long timestamp)
public String getHostname()
public void setHostname(String hostname)
public String getFqdn()
public void setFqdn(String fqdn)
public List<CommandReport> getReports()
public void setReports(List<CommandReport> reports)
public HostStatus getNodeStatus()
public void setNodeStatus(HostStatus nodeStatus)
public AgentEnv getAgentEnv()
public void setAgentEnv(AgentEnv env)
public List<ComponentStatus> getComponentStatus()
public void setComponentStatus(List<ComponentStatus> componentStatus)
public String getPkg()
public void setPkg(String pkg)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.