public class AgentConfigsUpdateEvent extends STOMPHostEvent implements Hashable
STOMPEvent.Type
type
Constructor and Description |
---|
AgentConfigsUpdateEvent(Long hostId,
SortedMap<String,ClusterConfigs> clustersConfigs) |
Modifier and Type | Method and Description |
---|---|
static AgentConfigsUpdateEvent |
emptyUpdate() |
boolean |
equals(Object o) |
SortedMap<String,ClusterConfigs> |
getClustersConfigs() |
String |
getHash() |
Long |
getHostId()
Host id message will sent to.
|
Long |
getTimestamp() |
int |
hashCode() |
void |
setHash(String hash) |
void |
setTimestamp(Long timestamp) |
completeDestination, getMetricName, getType
public AgentConfigsUpdateEvent(Long hostId, SortedMap<String,ClusterConfigs> clustersConfigs)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public Long getHostId()
STOMPHostEvent
getHostId
in class STOMPHostEvent
public SortedMap<String,ClusterConfigs> getClustersConfigs()
public static AgentConfigsUpdateEvent emptyUpdate()
Copyright © 2022 Apache Software Foundation. All rights reserved.