public class ServiceComponentInstalledEvent extends ServiceEvent
ServiceComponentInstalledEvent
class is fired when a service
component is successfully installed.AmbariEvent.AmbariEventType
m_serviceName, m_stackName, m_stackVersion
m_clusterId
m_eventType
Constructor and Description |
---|
ServiceComponentInstalledEvent(long clusterId,
String stackName,
String stackVersion,
String serviceName,
String componentName,
String hostName,
boolean recoveryEnabled,
boolean masterComponent) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentName() |
String |
getHostName() |
boolean |
isMasterComponent() |
boolean |
isRecoveryEnabled() |
String |
toString() |
getServiceName, getStackName, getStackVersion
getClusterId
getType
public String getComponentName()
public String getHostName()
public boolean isRecoveryEnabled()
public boolean isMasterComponent()
public String toString()
AmbariEvent
toString
in class AmbariEvent
Copyright © 2022 Apache Software Foundation. All rights reserved.