Modifier and Type | Method and Description |
---|---|
RegistrationResponse |
HeartBeatHandler.handleRegistration(Register register) |
Modifier and Type | Method and Description |
---|---|
RegistrationResponse |
AgentResource.register(Register message,
javax.servlet.http.HttpServletRequest req)
Register information about the host (Internal API to be used for
Ambari Agent)
|
Modifier and Type | Method and Description |
---|---|
TopologyUpdateEvent |
AgentCurrentDataController.getCurrentTopology(Hash hash) |
ReportsResponse |
AgentReportsController.handleCommandReportStatus(String simpSessionId,
CommandStatusReports message) |
ReportsResponse |
AgentReportsController.handleComponentReportStatus(String simpSessionId,
ComponentStatusReports message) |
ReportsResponse |
AgentReportsController.handleComponentVersionReport(String simpSessionId,
ComponentVersionReports message) |
CompletableFuture<RegistrationResponse> |
HeartbeatController.register(String simpSessionId,
Register message) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PersistKeyValueService.update(String keyValues) |
Modifier and Type | Method and Description |
---|---|
void |
Host.handleEvent(HostEvent event)
Send an event to the Host's StateMachine
|
void |
ServiceComponentHost.handleEvent(ServiceComponentHostEvent event)
Send a ServiceComponentHostState event to the StateMachine
|
Modifier and Type | Method and Description |
---|---|
void |
Action.handleEvent(ActionEvent event)
Send a ActionEvent to the Action's StateMachine
|
void |
ActionImpl.handleEvent(ActionEvent event) |
Modifier and Type | Method and Description |
---|---|
STATE |
StateMachine.doTransition(EVENTTYPE eventType,
EVENT event) |
Modifier and Type | Method and Description |
---|---|
void |
HostImpl.handleEvent(HostEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentHostImpl.handleEvent(ServiceComponentHostEvent event) |
Copyright © 2022 Apache Software Foundation. All rights reserved.