Package | Description |
---|---|
org.apache.ambari.server.agent | |
org.apache.ambari.server.controller | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.host |
Modifier and Type | Method and Description |
---|---|
AgentEnv |
Register.getAgentEnv() |
AgentEnv |
HeartBeat.getAgentEnv() |
Modifier and Type | Method and Description |
---|---|
void |
Register.setAgentEnv(AgentEnv env) |
void |
HeartBeat.setAgentEnv(AgentEnv env) |
Modifier and Type | Method and Description |
---|---|
AgentEnv |
HostResponse.getLastAgentEnv() |
Modifier and Type | Method and Description |
---|---|
void |
HostResponse.setLastAgentEnv(AgentEnv agentEnv) |
Modifier and Type | Method and Description |
---|---|
AgentEnv |
Host.getLastAgentEnv()
Gets the latest agent environment that arrived in a heartbeat.
|
Modifier and Type | Method and Description |
---|---|
void |
Host.setLastAgentEnv(AgentEnv env)
Sets the latest agent environment that arrived in a heartbeat.
|
Modifier and Type | Method and Description |
---|---|
AgentEnv |
HostHealthyHeartbeatEvent.getAgentEnv() |
AgentEnv |
HostImpl.getLastAgentEnv() |
Modifier and Type | Method and Description |
---|---|
void |
HostImpl.setLastAgentEnv(AgentEnv env) |
Constructor and Description |
---|
HostHealthyHeartbeatEvent(String hostName,
long heartbeatTime,
AgentEnv env,
List<DiskInfo> mounts) |
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 © 2016. All rights reserved.