Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.host |
Modifier and Type | Method and Description |
---|---|
AgentVersion |
HostResponse.getAgentVersion() |
Modifier and Type | Method and Description |
---|---|
void |
HostResponse.setAgentVersion(AgentVersion agentVersion) |
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 |
---|---|
AgentVersion |
Host.getAgentVersion()
Version of the Ambari Agent running on the host
|
Modifier and Type | Method and Description |
---|---|
void |
Host.setAgentVersion(AgentVersion agentVersion) |
Modifier and Type | Method and Description |
---|---|
AgentVersion |
HostImpl.getAgentVersion() |
Modifier and Type | Method and Description |
---|---|
void |
HostImpl.setAgentVersion(AgentVersion agentVersion) |
Constructor and Description |
---|
HostRegistrationRequestEvent(String hostName,
AgentVersion agentVersion,
long registrationTime,
HostInfo hostInfo,
AgentEnv env) |
HostRegistrationRequestEvent(String hostName,
String publicName,
AgentVersion agentVersion,
long registrationTime,
HostInfo hostInfo,
AgentEnv env) |
Copyright © 2015. All rights reserved.