Package | Description |
---|---|
org.apache.ambari.server.events | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.state |
Modifier and Type | Method and Description |
---|---|
AlertFirmness |
AlertStateChangeEvent.getFromFirmness()
Gets the prior firmness of the alert.
|
Constructor and Description |
---|
AlertStateChangeEvent(long clusterId,
Alert alert,
AlertCurrentEntity currentAlert,
AlertState fromState,
AlertFirmness fromFirmness)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AlertFirmness |
AlertCurrentEntity.getFirmness()
Gets the firmness of the alert, indicating whether or not it could be a
potential false positive.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertCurrentEntity.setFirmness(AlertFirmness firmness)
Sets the firmness of the alert, indicating whether or not it could be a
potential false positive.
|
Modifier and Type | Method and Description |
---|---|
static AlertFirmness |
AlertFirmness.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertFirmness[] |
AlertFirmness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.