Package | Description |
---|---|
org.apache.ambari.server.events |
Modifier and Type | Method and Description |
---|---|
static HostComponentUpdate |
HostComponentUpdate.createHostComponentMaintenanceStatusUpdate(Long clusterId,
String serviceName,
String hostName,
String componentName,
MaintenanceState maintenanceState) |
static HostComponentUpdate |
HostComponentUpdate.createHostComponentStaleConfigsStatusUpdate(Long clusterId,
String serviceName,
String hostName,
String componentName,
Boolean isStaleConfig) |
static HostComponentUpdate |
HostComponentUpdate.createHostComponentStatusUpdate(HostComponentStateEntity stateEntity,
State previousState) |
Modifier and Type | Method and Description |
---|---|
List<HostComponentUpdate> |
HostComponentsUpdateEvent.getHostComponentUpdates() |
Modifier and Type | Method and Description |
---|---|
void |
HostComponentsUpdateEvent.setHostComponentUpdates(List<HostComponentUpdate> hostComponentUpdates) |
Constructor and Description |
---|
HostComponentsUpdateEvent(List<HostComponentUpdate> hostComponentUpdates) |
Copyright © 2022 Apache Software Foundation. All rights reserved.