Modifier and Type | Method and Description |
---|---|
AgentEnv |
HeartBeat.getAgentEnv() |
AgentEnv |
Register.getAgentEnv() |
Modifier and Type | Method and Description |
---|---|
void |
HeartBeat.setAgentEnv(AgentEnv env) |
void |
Register.setAgentEnv(AgentEnv env) |
Modifier and Type | Method and Description |
---|---|
AgentEnv |
HostStatusReport.getAgentEnv() |
Modifier and Type | Method and Description |
---|---|
void |
HostStatusReport.setAgentEnv(AgentEnv agentEnv) |
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,
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.