Modifier and Type | Method and Description |
---|---|
HostState |
HostResponse.getHostState() |
Modifier and Type | Method and Description |
---|---|
void |
HostResponse.setHostState(HostState hostState) |
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 |
---|---|
HostState |
HostStateUpdateEvent.getHostState() |
HostState |
HostUpdateEvent.getHostState() |
Modifier and Type | Method and Description |
---|---|
static HostUpdateEvent |
HostUpdateEvent.createHostStateUpdate(String clusterName,
String hostName,
HostState hostState,
Long lastHeartbeatTime) |
void |
HostStateUpdateEvent.setHostState(HostState hostState) |
void |
HostUpdateEvent.setHostState(HostState hostState) |
Constructor and Description |
---|
HostStateUpdateEvent(String hostName,
HostState hostState) |
HostUpdateEvent(String clusterName,
String hostName,
String hostStatus,
HostState hostState,
Long lastHeartbeatTime,
MaintenanceState maintenanceState,
AlertSummaryDTO alertsSummary) |
Modifier and Type | Method and Description |
---|---|
HostState |
HostStateEntity.getCurrentState() |
Modifier and Type | Method and Description |
---|---|
void |
HostStateEntity.setCurrentState(HostState currentState) |
Modifier and Type | Method and Description |
---|---|
HostState |
ServiceComponentHost.getHostState() |
HostState |
Host.getState()
Get Current Host State
|
static HostState |
HostState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostState[] |
HostState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Host.setState(HostState state)
Set the State of the Host
|
void |
Host.setStateMachineState(HostState state)
Set state of host's state machine.
|
Modifier and Type | Method and Description |
---|---|
HostState |
HostImpl.getState() |
Modifier and Type | Method and Description |
---|---|
void |
HostImpl.setState(HostState state) |
void |
HostImpl.setStateMachineState(HostState state) |
Modifier and Type | Method and Description |
---|---|
HostState |
ServiceComponentHostImpl.getHostState() |
Copyright © 2022 Apache Software Foundation. All rights reserved.