public class HostLevelParamsUpdateEvent extends STOMPHostEvent implements Hashable
STOMPEvent.Type
type
Constructor and Description |
---|
HostLevelParamsUpdateEvent(Long hostId,
Map<String,HostLevelParamsCluster> hostLevelParamsClusters) |
HostLevelParamsUpdateEvent(Long hostId,
String clusterId,
HostLevelParamsCluster hostLevelParamsCluster) |
Modifier and Type | Method and Description |
---|---|
static HostLevelParamsUpdateEvent |
emptyUpdate() |
boolean |
equals(Object o) |
String |
getHash() |
Long |
getHostId()
Host id message will sent to.
|
Map<String,HostLevelParamsCluster> |
getHostLevelParamsClusters() |
int |
hashCode() |
void |
setHash(String hash) |
completeDestination, getMetricName, getType
public HostLevelParamsUpdateEvent(Long hostId, Map<String,HostLevelParamsCluster> hostLevelParamsClusters)
public HostLevelParamsUpdateEvent(Long hostId, String clusterId, HostLevelParamsCluster hostLevelParamsCluster)
public static HostLevelParamsUpdateEvent emptyUpdate()
public Long getHostId()
STOMPHostEvent
getHostId
in class STOMPHostEvent
public Map<String,HostLevelParamsCluster> getHostLevelParamsClusters()
Copyright © 2022 Apache Software Foundation. All rights reserved.