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 |
---|---|
List<DiskInfo> |
HeartBeat.getMounts() |
List<DiskInfo> |
HostInfo.getMounts() |
Modifier and Type | Method and Description |
---|---|
void |
HeartBeat.setMounts(List<DiskInfo> mounts) |
void |
HostInfo.setMounts(List<DiskInfo> mounts) |
Modifier and Type | Method and Description |
---|---|
List<DiskInfo> |
HostResponse.getDisksInfo() |
Modifier and Type | Method and Description |
---|---|
void |
HostResponse.setDisksInfo(List<DiskInfo> disksInfo) |
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 |
---|---|
List<DiskInfo> |
Host.getDisksInfo()
Get information on disks available on the host.
|
Modifier and Type | Method and Description |
---|---|
void |
Host.setDisksInfo(List<DiskInfo> disksInfo) |
Modifier and Type | Method and Description |
---|---|
List<DiskInfo> |
HostImpl.getDisksInfo() |
List<DiskInfo> |
HostHealthyHeartbeatEvent.getMounts() |
Modifier and Type | Method and Description |
---|---|
void |
HostImpl.setDisksInfo(List<DiskInfo> disksInfo) |
Constructor and Description |
---|
HostHealthyHeartbeatEvent(String hostName,
long heartbeatTime,
AgentEnv env,
List<DiskInfo> mounts) |
Copyright © 2015. All rights reserved.