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> |
HostStatusReport.getMounts() |
Modifier and Type | Method and Description |
---|---|
void |
HostStatusReport.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,
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 |
---|---|
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 © 2022 Apache Software Foundation. All rights reserved.