Package | Description |
---|---|
org.apache.ambari.server.agent |
Modifier and Type | Method and Description |
---|---|
List<AlertDefinitionCommand> |
HeartBeatResponse.getAlertDefinitionCommands()
Gets the alert definition commands that contain the alert definitions for
each cluster that the host is a member of.
|
List<AlertDefinitionCommand> |
RegistrationResponse.getAlertDefinitionCommands()
Gets the alert definition commands that contain the alert definitions for
each cluster that the host is a member of.
|
Modifier and Type | Method and Description |
---|---|
void |
HeartBeatResponse.addAlertDefinitionCommand(AlertDefinitionCommand command) |
Modifier and Type | Method and Description |
---|---|
void |
HeartBeatResponse.setAlertDefinitionCommands(List<AlertDefinitionCommand> commands)
Sets the alert definition commands that contain the alert definitions for
each cluster that the host is a member of.
|
void |
RegistrationResponse.setAlertDefinitionCommands(List<AlertDefinitionCommand> commands)
Sets the alert definition commands that contain the alert definitions for
each cluster that the host is a member of.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.