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,
int cpuCount,
int phCpuCount,
String osArch,
String osType,
long totalMemBytes,
List<DiskInfo> disksInfo,
long lastHeartbeatTime,
long lastRegistrationTime,
String rackInfo,
Map<String,String> hostAttributes,
AgentVersion agentVersion,
HostHealthStatus healthStatus,
HostState hostState,
String status) |
Modifier and Type | Method and Description |
---|---|
AgentVersion |
Host.getAgentVersion()
Version of the Ambari Agent running on the host
|
AgentVersion |
Host.getAgentVersion(HostStateEntity hostStateEntity)
Gets 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() |
AgentVersion |
HostImpl.getAgentVersion(HostStateEntity hostStateEntity) |
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,
long agentStartTime) |
HostRegistrationRequestEvent(String hostName,
String publicName,
AgentVersion agentVersion,
long registrationTime,
HostInfo hostInfo,
AgentEnv env,
long agentStartTime) |
Copyright © 2022 Apache Software Foundation. All rights reserved.