public class ServiceComponentUninstalledEvent extends ServiceEvent
ServiceComponentUninstalledEvent
class is fired when a service
component is successfully uninstalled.AmbariEvent.AmbariEventType
m_serviceName, m_stackName, m_stackVersion
m_clusterId
m_eventType
Constructor and Description |
---|
ServiceComponentUninstalledEvent(long clusterId,
String stackName,
String stackVersion,
String serviceName,
String componentName,
String hostName,
boolean recoveryEnabled,
boolean masterComponent,
Long hostId) |
Modifier and Type | Method and Description |
---|---|
Component |
getComponent() |
String |
getComponentName() |
Long |
getHostId() |
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 Long getHostId()
public String toString()
toString
in class AmbariEvent
public Component getComponent()
Copyright © 2022 Apache Software Foundation. All rights reserved.