Package | Description |
---|---|
org.apache.ambari.server.notifications | |
org.apache.ambari.server.notifications.dispatchers |
Modifier and Type | Method and Description |
---|---|
NotificationDispatcher |
DispatchFactory.getDispatcher(String type)
Gets a dispatcher based on the type.
|
Modifier and Type | Method and Description |
---|---|
void |
DispatchFactory.register(String type,
NotificationDispatcher dispatcher)
Registers a dispatcher instance with a type.
|
Constructor and Description |
---|
DispatchRunnable(NotificationDispatcher dispatcher,
Notification notification)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AlertScriptDispatcher
The
AlertScriptDispatcher is used to dispatch
AlertNotification s to a script via a Process and command line
arguments. |
class |
AmbariSNMPDispatcher
The
AmbariSNMPDispatcher class is used to dispatch AlertNotification via SNMP using predefined Ambari OIDs. |
class |
EmailDispatcher
The
EmailDispatcher class is used to dispatch Notification
via JavaMail. |
class |
SNMPDispatcher
The
SNMPDispatcher class is used to dispatch Notification via SNMP. |
Copyright © 2022 Apache Software Foundation. All rights reserved.