Modifier and Type | Method and Description |
---|---|
static void |
AlertSummaryGroupedRenderer.updateSummary(Map<String,AlertSummaryGroupedRenderer.AlertDefinitionSummary> summaries,
Long definitionId,
String definitionName,
AlertState state,
Long originalTimestampObject,
MaintenanceState maintenanceState,
String alertText) |
Modifier and Type | Method and Description |
---|---|
MaintenanceState |
AmbariManagementController.getEffectiveMaintenanceState(ServiceComponentHost sch)
Gets the effective maintenance state for a host component
|
MaintenanceState |
AmbariManagementControllerImpl.getEffectiveMaintenanceState(ServiceComponentHost sch) |
MaintenanceState |
MaintenanceStateHelper.getEffectiveState(long clusterId,
Alert alert)
Gets the effective maintenance state for a given alert.
|
MaintenanceState |
MaintenanceStateHelper.getEffectiveState(ServiceComponentHost sch)
Gets the effective state for a HostComponent
|
MaintenanceState |
MaintenanceStateHelper.getEffectiveState(ServiceComponentHost sch,
Host host)
Get effective state of HostComponent
|
MaintenanceState |
HostResponse.getMaintenanceState() |
Modifier and Type | Method and Description |
---|---|
void |
HostResponse.setMaintenanceState(MaintenanceState state) |
Modifier and Type | Method and Description |
---|---|
MaintenanceState |
HostComponentUpdate.getMaintenanceState() |
MaintenanceState |
HostUpdateEvent.getMaintenanceState() |
MaintenanceState |
MaintenanceModeEvent.getMaintenanceState()
Gets the new maintenance state for the service/host/component.
|
MaintenanceState |
ServiceUpdateEvent.getMaintenanceState() |
Modifier and Type | Method and Description |
---|---|
static HostComponentUpdate |
HostComponentUpdate.createHostComponentMaintenanceStatusUpdate(Long clusterId,
String serviceName,
String hostName,
String componentName,
MaintenanceState maintenanceState) |
static HostUpdateEvent |
HostUpdateEvent.createHostMaintenanceStatusUpdate(String clusterName,
String hostName,
MaintenanceState maintenanceState,
AlertSummaryDTO alertsSummary) |
void |
HostComponentUpdate.setMaintenanceState(MaintenanceState maintenanceState) |
void |
HostUpdateEvent.setMaintenanceState(MaintenanceState maintenanceState) |
void |
ServiceUpdateEvent.setMaintenanceState(MaintenanceState maintenanceState) |
Constructor and Description |
---|
HostUpdateEvent(String clusterName,
String hostName,
String hostStatus,
HostState hostState,
Long lastHeartbeatTime,
MaintenanceState maintenanceState,
AlertSummaryDTO alertsSummary) |
MaintenanceModeEvent(MaintenanceState state,
long clusterId,
Host host)
Constructor.
|
MaintenanceModeEvent(MaintenanceState state,
Service service)
Constructor.
|
MaintenanceModeEvent(MaintenanceState state,
ServiceComponentHost serviceComponentHost)
Constructor.
|
ServiceUpdateEvent(String clusterName,
MaintenanceState maintenanceState,
String serviceName,
State state,
boolean stateChanged) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<AlertCurrentEntity,MaintenanceState> |
AlertCurrentEntity_.maintenanceState |
Modifier and Type | Method and Description |
---|---|
MaintenanceState |
AlertCurrentEntity.getMaintenanceState()
Gets the current maintenance state for the alert.
|
MaintenanceState |
HostComponentDesiredStateEntity.getMaintenanceState() |
MaintenanceState |
ServiceDesiredStateEntity.getMaintenanceState() |
Modifier and Type | Method and Description |
---|---|
void |
AlertCurrentEntity.setMaintenanceState(MaintenanceState maintenanceState)
Sets the current maintenance state for the alert.
|
void |
HostComponentDesiredStateEntity.setMaintenanceState(MaintenanceState state) |
void |
ServiceDesiredStateEntity.setMaintenanceState(MaintenanceState state) |
Modifier and Type | Method and Description |
---|---|
MaintenanceState |
Service.getMaintenanceState() |
MaintenanceState |
ServiceImpl.getMaintenanceState() |
MaintenanceState |
ServiceComponentHost.getMaintenanceState() |
MaintenanceState |
Host.getMaintenanceState(long clusterId) |
static MaintenanceState |
MaintenanceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceState[] |
MaintenanceState.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.setMaintenanceState(long clusterId,
MaintenanceState state)
Sets the maintenance state for the host.
|
void |
Service.setMaintenanceState(MaintenanceState state)
Sets the maintenance state for the service
|
void |
ServiceImpl.setMaintenanceState(MaintenanceState state) |
void |
ServiceComponentHost.setMaintenanceState(MaintenanceState state) |
Modifier and Type | Method and Description |
---|---|
MaintenanceState |
HostImpl.getMaintenanceState(long clusterId) |
Modifier and Type | Method and Description |
---|---|
void |
HostImpl.setMaintenanceState(long clusterId,
MaintenanceState state) |
Modifier and Type | Method and Description |
---|---|
MaintenanceState |
ServiceComponentHostImpl.getMaintenanceState() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentHostImpl.setMaintenanceState(MaintenanceState state) |
Copyright © 2022 Apache Software Foundation. All rights reserved.