public class ServiceComponentUninstalledEvent extends ServiceEvent
ServiceComponentUninstalledEvent class is fired when a service
component is successfully uninstalled.AmbariEvent.AmbariEventTypem_serviceName, m_stackName, m_stackVersionm_clusterIdm_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, getStackVersiongetClusterIdgetTypepublic String getComponentName()
public String getHostName()
public boolean isRecoveryEnabled()
public boolean isMasterComponent()
public Long getHostId()
public String toString()
toString in class AmbariEventpublic Component getComponent()
Copyright © 2022 Apache Software Foundation. All rights reserved.