public class ServiceComponentRecoveryChangedEvent extends AmbariEvent
ServiceComponentRecoveryChangedEvent
class is fired when a service
component is enabled or disabled for auto start.AmbariEvent.AmbariEventType
m_eventType
Constructor and Description |
---|
ServiceComponentRecoveryChangedEvent(long clusterId,
String clusterName,
String serviceName,
String componentName,
boolean recoveryEnabled) |
Modifier and Type | Method and Description |
---|---|
long |
getClusterId() |
String |
getClusterName()
Get the cluster name
|
String |
getComponentName()
Get the component name
|
String |
getServiceName()
Get the service name
|
boolean |
isRecoveryEnabled()
Get recovery enabled
|
String |
toString() |
getType
public long getClusterId()
public String getClusterName()
public String getServiceName()
public String getComponentName()
public boolean isRecoveryEnabled()
public String toString()
toString
in class AmbariEvent
Copyright © 2022 Apache Software Foundation. All rights reserved.