Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.host |
Modifier and Type | Method and Description |
---|---|
HostHealthStatus |
HostResponse.getHealthStatus() |
Modifier and Type | Method and Description |
---|---|
void |
HostResponse.setHealthStatus(HostHealthStatus healthStatus) |
Constructor and Description |
---|
HostResponse(String hostname,
String clusterName,
String ipv4,
String ipv6,
int cpuCount,
int phCpuCount,
String osArch,
String osType,
String osInfo,
long availableMemBytes,
long totalMemBytes,
List<DiskInfo> disksInfo,
long lastHeartbeatTime,
long lastRegistrationTime,
String rackInfo,
Map<String,String> hostAttributes,
AgentVersion agentVersion,
HostHealthStatus healthStatus,
String hostState,
String status) |
Modifier and Type | Method and Description |
---|---|
HostHealthStatus |
Host.getHealthStatus() |
Modifier and Type | Method and Description |
---|---|
void |
Host.setHealthStatus(HostHealthStatus healthStatus) |
Modifier and Type | Method and Description |
---|---|
HostHealthStatus |
HostUnhealthyHeartbeatEvent.getHealthStatus() |
HostHealthStatus |
HostImpl.getHealthStatus() |
Modifier and Type | Method and Description |
---|---|
void |
HostImpl.setHealthStatus(HostHealthStatus healthStatus) |
Constructor and Description |
---|
HostUnhealthyHeartbeatEvent(String hostName,
long heartbeatTime,
HostHealthStatus healthStatus) |
Copyright © 2017. All rights reserved.