Uses of Class
org.apache.storm.generated.ClusterWorkerHeartbeat
-
Packages that use ClusterWorkerHeartbeat Package Description org.apache.storm.cluster org.apache.storm.generated org.apache.storm.stats -
-
Uses of ClusterWorkerHeartbeat in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return ClusterWorkerHeartbeat Modifier and Type Method Description ClusterWorkerHeartbeat
IStormClusterState. getWorkerHeartbeat(String stormId, String node, Long port)
ClusterWorkerHeartbeat
StormClusterStateImpl. getWorkerHeartbeat(String stormId, String node, Long port)
Methods in org.apache.storm.cluster with parameters of type ClusterWorkerHeartbeat Modifier and Type Method Description static Map<ExecutorInfo,ExecutorBeat>
ClusterUtils. convertExecutorBeats(List<ExecutorInfo> executors, ClusterWorkerHeartbeat workerHeartbeat)
Ensures that we only return heartbeats for executors assigned to this worker.void
IStormClusterState. workerHeartbeat(String stormId, String node, Long port, ClusterWorkerHeartbeat info)
void
StormClusterStateImpl. workerHeartbeat(String stormId, String node, Long port, ClusterWorkerHeartbeat info)
-
Uses of ClusterWorkerHeartbeat in org.apache.storm.generated
Methods in org.apache.storm.generated that return ClusterWorkerHeartbeat Modifier and Type Method Description ClusterWorkerHeartbeat
ClusterWorkerHeartbeat. deepCopy()
Methods in org.apache.storm.generated with parameters of type ClusterWorkerHeartbeat Modifier and Type Method Description int
ClusterWorkerHeartbeat. compareTo(ClusterWorkerHeartbeat other)
boolean
ClusterWorkerHeartbeat. equals(ClusterWorkerHeartbeat that)
Constructors in org.apache.storm.generated with parameters of type ClusterWorkerHeartbeat Constructor Description ClusterWorkerHeartbeat(ClusterWorkerHeartbeat other)
Performs a deep copy on other. -
Uses of ClusterWorkerHeartbeat in org.apache.storm.stats
Methods in org.apache.storm.stats that return ClusterWorkerHeartbeat Modifier and Type Method Description static ClusterWorkerHeartbeat
ClientStatsUtil. thriftifyZkWorkerHb(Map<String,Object> heartbeat)
Methods in org.apache.storm.stats with parameters of type ClusterWorkerHeartbeat Modifier and Type Method Description static Map<String,Object>
StatsUtil. convertZkWorkerHb(ClusterWorkerHeartbeat workerHb)
convert a thrift worker heartbeat into a java HashMap.
-