Package | Description |
---|---|
org.apache.ambari.server.events | |
org.apache.ambari.server.events.publishers |
Modifier and Type | Class and Description |
---|---|
class |
TaskCreateEvent
The
TaskCreateEvent is to be fired every time
when any request is to be tracked as running requests in
TaskStatusListener
This usually happens when new request is created by user action or
when ambari-server starts with some stages in non-completed state |
class |
TaskUpdateEvent
The
TaskUpdateEvent is to be fired every time
when host role commands are merged to the database |
Modifier and Type | Method and Description |
---|---|
void |
TaskEventPublisher.publish(TaskEvent event)
Publishes the specified event to all registered listeners that
Subscribe to TaskEvent instances. |
Copyright © 2022 Apache Software Foundation. All rights reserved.