@NotThreadSafe public class DeleteHostComponentStatusMetaData extends DeleteStatusMetaData
Modifier and Type | Class and Description |
---|---|
class |
DeleteHostComponentStatusMetaData.HostComponent |
Constructor and Description |
---|
DeleteHostComponentStatusMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
addDeletedHostComponent(String componentName,
String serviceName,
String hostName,
Long hostId,
String clusterId,
String version,
State lastComponentState) |
org.apache.ambari.server.AmbariException |
getAmbariException() |
Set<DeleteHostComponentStatusMetaData.HostComponent> |
getRemovedHostComponents() |
void |
setAmbariException(org.apache.ambari.server.AmbariException ambariException) |
addDeletedKey, addException, getDeletedKeys, getExceptionForKeys
public void addDeletedHostComponent(String componentName, String serviceName, String hostName, Long hostId, String clusterId, String version, State lastComponentState)
public Set<DeleteHostComponentStatusMetaData.HostComponent> getRemovedHostComponents()
public org.apache.ambari.server.AmbariException getAmbariException()
public void setAmbariException(org.apache.ambari.server.AmbariException ambariException)
Copyright © 2022 Apache Software Foundation. All rights reserved.