Package | Description |
---|---|
org.apache.ambari.server.events | |
org.apache.ambari.server.events.publishers | |
org.apache.ambari.server.hooks | |
org.apache.ambari.server.hooks.users |
Modifier and Type | Class and Description |
---|---|
class |
ActionFinalReportReceivedEvent
The
ActionFinalReportReceivedEvent is fired when a
command report action is received. |
class |
AlertDefinitionChangedEvent
The
AlertDefinitionChangedEvent is used to represent that an
AlertDefinition has been changed. |
class |
AlertDefinitionDeleteEvent
The
AlertDefinitionDeleteEvent is used to represent that an
AlertDefinition has been removed from the system. |
class |
AlertDefinitionDisabledEvent
The
AlertDefinitionDisabledEvent is used to represent that an
AlertDefinition has been disabled. |
class |
AlertDefinitionRegistrationEvent
The
AlertDefinitionRegistrationEvent is used to represent that an
AlertDefinition is now a part of the system. |
class |
AlertHashInvalidationEvent
The
AlertHashInvalidationEvent is fired when one of the
following conditions is met and the alerts running on an agent need to be
recalculated:
An alert definition changes.
A host is removed from the cluster.
A service host component is added or removed.
|
class |
AmbariConfigurationChangedEvent
Event signaling the creation or changing of an Ambari configuration entry.
|
class |
AmbariPropertiesChangedEvent
This event is fired when ambari.properties file changes
|
class |
ClusterComponentsRepoChangedEvent |
class |
ClusterConfigChangedEvent
The
ClusterConfigChangedEvent class is fired when a
cluster configuration is successfully updated. |
class |
ClusterConfigFinishedEvent
The
ClusterConfigFinishedEvent class is fired when a
cluster configuration is successfully updated. |
class |
ClusterEvent
The
ClusterEvent represents all events in Ambari that can be scoped
within a cluster. |
class |
ClusterProvisionedEvent
Fired when cluster provisioning is finished (only for blueprints currently).
|
class |
ClusterProvisionStartedEvent
Fired when cluster provisioning was started (only for blueprints currently).
|
class |
HostComponentVersionAdvertisedEvent
The
HostComponentVersionAdvertisedEvent
occurs when a Host Component advertises it's current version value. |
class |
HostEvent
The
HostEvent represents all events in Ambari that occur directly on
a host. |
class |
HostRegisteredEvent
The
HostRegisteredEvent class is fired when a host registered with
the server. |
class |
HostsAddedEvent
The
HostsAddedEvent is fired when the hosts are added to a cluster. |
class |
HostsRemovedEvent
The
HostsRemovedEvent class is fired when the hosts are removed from the
cluster. |
class |
HostStateUpdateEvent |
class |
HostStatusUpdateEvent |
class |
JpaInitializedEvent
Event signaling that JPA has been initialized through Guice (so that anyone
needs JPA context can work).
|
class |
MaintenanceModeEvent
The
MaintenanceModeEvent is used to capture a host/service/component
maintenance mode change and broadcast it to the system. |
class |
MessageNotDelivered |
class |
MetricsCollectorHostDownEvent |
class |
RequestFinishedEvent
The
RequestFinishedEvent is fired when a host is added to a cluster. |
class |
ServiceComponentInstalledEvent
The
ServiceComponentInstalledEvent class is fired when a service
component is successfully installed. |
class |
ServiceComponentRecoveryChangedEvent
The
ServiceComponentRecoveryChangedEvent class is fired when a service
component is enabled or disabled for auto start. |
class |
ServiceComponentUninstalledEvent
The
ServiceComponentUninstalledEvent class is fired when a service
component is successfully uninstalled. |
class |
ServiceCredentialStoreUpdateEvent
The
ServiceCredentialStoreUpdateEvent class is fired when a
service credential store has been enabled or disabled |
class |
ServiceEvent
The
ServiceEvent class is the base for all service events in Ambari. |
class |
ServiceInstalledEvent
The
ServiceInstalledEvent class is fired when a service is
successfully installed. |
class |
ServiceRemovedEvent
The
ServiceRemovedEvent class is fired when a service is successfully
removed. |
class |
StackUpgradeFinishEvent |
class |
StaleConfigsUpdateEvent |
Modifier and Type | Method and Description |
---|---|
void |
AmbariEventPublisher.publish(AmbariEvent event)
Publishes the specified event to all registered listeners that
Subscribe to any of the AmbariEvent instances. |
Modifier and Type | Method and Description |
---|---|
AmbariEvent |
AmbariEventFactory.newUserCreatedEvent(HookContext context) |
Modifier and Type | Class and Description |
---|---|
class |
UserCreatedEvent
Event signaling a user creation.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.