Package | Description |
---|---|
org.apache.ambari.server.state.action |
Modifier and Type | Method and Description |
---|---|
ActionId |
ActionEvent.getActionId() |
ActionId |
Action.getId()
Get the Action ID for the action
|
ActionId |
ActionImpl.getId() |
Constructor and Description |
---|
ActionCompletedEvent(ActionId actionId,
long completionTime) |
ActionEvent(ActionEventType type,
ActionId actionId) |
ActionFailedEvent(ActionId actionId,
long completionTime) |
ActionImpl(ActionId id,
long startTime) |
ActionInitEvent(ActionId actionId,
long startTime) |
ActionProgressUpdateEvent(ActionId actionId,
long progressUpdateTime) |
Copyright © 2022 Apache Software Foundation. All rights reserved.