Package | Description |
---|---|
org.apache.ambari.server.actionmanager | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.svccomphost |
Modifier and Type | Method and Description |
---|---|
ServiceComponentHostEvent |
ServiceComponentHostEventWrapper.getEvent() |
Modifier and Type | Method and Description |
---|---|
void |
Stage.addHostRoleExecutionCommand(String host,
Role role,
RoleCommand command,
ServiceComponentHostEvent event,
String clusterName,
String serviceName)
A new host role command is created for execution.
|
Constructor and Description |
---|
HostRoleCommand(String host,
Role role,
ServiceComponentHostEvent event,
RoleCommand command) |
ServiceComponentHostEventWrapper(ServiceComponentHostEvent event) |
Modifier and Type | Method and Description |
---|---|
static ServiceComponentHostEvent |
ServiceComponentHostEvent.create(ServiceComponentHostEventType type,
String serviceComponentName,
String hostName,
long opTimestamp,
Map<String,String> configs,
String stackId) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentHost.handleEvent(ServiceComponentHostEvent event)
Send a ServiceComponentHostState event to the StateMachine
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceComponentHostDisableEvent |
class |
ServiceComponentHostInstallEvent |
class |
ServiceComponentHostOpFailedEvent |
class |
ServiceComponentHostOpInProgressEvent |
class |
ServiceComponentHostOpRestartedEvent |
class |
ServiceComponentHostOpSucceededEvent |
class |
ServiceComponentHostRestoreEvent |
class |
ServiceComponentHostStartedEvent |
class |
ServiceComponentHostStartEvent |
class |
ServiceComponentHostStopEvent |
class |
ServiceComponentHostStoppedEvent |
class |
ServiceComponentHostUninstallEvent |
class |
ServiceComponentHostUpgradeEvent |
class |
ServiceComponentHostWipeoutEvent |
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentHostImpl.handleEvent(ServiceComponentHostEvent event) |
Copyright © 2014. All rights reserved.