public class ConfigsUpdateEvent extends STOMPEvent
Modifier and Type | Class and Description |
---|---|
class |
ConfigsUpdateEvent.ClusterConfig |
STOMPEvent.Type
type
Constructor and Description |
---|
ConfigsUpdateEvent(Cluster cluster,
Collection<ClusterConfigEntity> configs) |
ConfigsUpdateEvent(ServiceConfigEntity configs,
String configGroupName,
List<String> hostNames,
Set<String> changedConfigTypes) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getChangedConfigTypes() |
Long |
getClusterId() |
List<ConfigsUpdateEvent.ClusterConfig> |
getConfigs() |
Long |
getCreateTime() |
Long |
getGroupId() |
String |
getGroupName() |
List<String> |
getHostNames() |
String |
getNote() |
Long |
getServiceConfigId() |
String |
getServiceName() |
String |
getUser() |
Long |
getVersion() |
void |
setChangedConfigTypes(Set<String> changedConfigTypes) |
void |
setClusterId(Long clusterId) |
void |
setConfigs(List<ConfigsUpdateEvent.ClusterConfig> configs) |
void |
setCreateTime(Long createTime) |
void |
setGroupId(Long groupId) |
void |
setGroupName(String groupName) |
void |
setHostNames(List<String> hostNames) |
void |
setNote(String note) |
void |
setServiceConfigId(Long serviceConfigId) |
void |
setServiceName(String serviceName) |
void |
setUser(String user) |
void |
setVersion(Long version) |
completeDestination, getMetricName, getType
public ConfigsUpdateEvent(ServiceConfigEntity configs, String configGroupName, List<String> hostNames, Set<String> changedConfigTypes)
public ConfigsUpdateEvent(Cluster cluster, Collection<ClusterConfigEntity> configs)
public Long getServiceConfigId()
public void setServiceConfigId(Long serviceConfigId)
public Long getClusterId()
public void setClusterId(Long clusterId)
public String getServiceName()
public void setServiceName(String serviceName)
public Long getGroupId()
public void setGroupId(Long groupId)
public Long getVersion()
public void setVersion(Long version)
public String getUser()
public void setUser(String user)
public String getNote()
public void setNote(String note)
public List<ConfigsUpdateEvent.ClusterConfig> getConfigs()
public void setConfigs(List<ConfigsUpdateEvent.ClusterConfig> configs)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public String getGroupName()
public void setGroupName(String groupName)
Copyright © 2022 Apache Software Foundation. All rights reserved.