Package | Description |
---|---|
org.apache.ambari.server.state.alert |
Modifier and Type | Class and Description |
---|---|
class |
AggregateSource
Alert when the source type is defined as
SourceType.AGGREGATE . |
class |
AmsSource
Alert when the source type is defined as
SourceType.METRIC
Equality checking for instances of this class should be executed on every
member to ensure that reconciling stack differences is correct. |
class |
MetricSource
Alert when the source type is defined as
SourceType.METRIC
Equality checking for instances of this class should be executed on every
member to ensure that reconciling stack differences is correct. |
class |
ParameterizedSource
The
ParameterizedSource is used for alerts where the logic of
computing the AlertState is dependant on user-specified parameters. |
class |
PercentSource
Alert when the source type is defined as
SourceType.PERCENT
Equality checking for instances of this class should be executed on every
member to ensure that reconciling stack differences is correct. |
class |
PortSource
Alert when the source type is defined as
SourceType.PORT
Equality checking for instances of this class should be executed on every
member to ensure that reconciling stack differences is correct. |
class |
RecoverySource
Alert when the source type is defined as
SourceType.RECOVERY
Equality checking for instances of this class should be executed on every
member to ensure that reconciling stack differences is correct. |
class |
ScriptSource
Alert when the source type is defined as
SourceType.SCRIPT
Equality checking for instances of this class should be executed on every
member to ensure that reconciling stack differences is correct. |
class |
ServerSource
Alert when the source type is defined as
SourceType.SERVER |
class |
WebSource
Alert when the source type is defined as
SourceType.WEB
Equality checking for instances of this class should be executed on every
member to ensure that reconciling stack differences is correct. |
Modifier and Type | Method and Description |
---|---|
Source |
AlertDefinition.getSource() |
Modifier and Type | Method and Description |
---|---|
AlertDefinitionEntity |
AlertDefinitionFactory.mergeSource(Source source,
AlertDefinitionEntity entity)
Updates source and source type of
entity from source . |
void |
AlertDefinition.setSource(Source definitionSource) |
Copyright © 2022 Apache Software Foundation. All rights reserved.