java.lang.Object | ||
↳ | org.apache.helix.HelixProperty | |
↳ | org.apache.helix.model.AlertStatus |
Get characteristics of alerts, whether they were fired, and their context. An alert is triggered when cluster health violates pre-defined constraints to ensure that the cluster meets SLAs.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | nodeName | The name of the ZNode containing alert status |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.HelixProperty
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate with an identifier
| |||||||||||
Instantiate with a pre-populated record corresponding to alert status
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the instance that these alerts correspond to
| |||||||||||
Get the properties of all alerts, such as if they were fired
| |||||||||||
Get the session that these alerts correspond to
| |||||||||||
Get the statistics of a single alert
| |||||||||||
Get the session that the alerts correspond to
| |||||||||||
Get property validity
| |||||||||||
Set the session that the alerts correspond to
| |||||||||||
Set the session that these alerts correspond to
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.HelixProperty
| |||||||||||
From class
java.lang.Object
|
The name of the ZNode containing alert status
Instantiate with an identifier
id | identifier representing this group of alert statuses |
---|
Instantiate with a pre-populated record corresponding to alert status
record | ZNRecord representing alert statuses |
---|
Get the instance that these alerts correspond to
Get the properties of all alerts, such as if they were fired
Get the session that these alerts correspond to
Get the statistics of a single alert
statName | Name of the alert |
---|
Get the session that the alerts correspond to
Get property validity
Set the session that the alerts correspond to
sessionId | the session for which alerts occurred |
---|
Set the session that these alerts correspond to
sessionId | session for which to look up alerts |
---|