Uses of Class
org.apache.storm.cluster.ExecutorBeat
Packages that use ExecutorBeat
-
Uses of ExecutorBeat in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return types with arguments of type ExecutorBeatModifier and TypeMethodDescriptionstatic Map<ExecutorInfo,
ExecutorBeat> ClusterUtils.convertExecutorBeats
(List<ExecutorInfo> executors, ClusterWorkerHeartbeat workerHeartbeat) Ensures that we only return heartbeats for executors assigned to this worker.need to take executor->node+port in explicitly so that we don't run into a situation where a long dead worker with a skewed clock overrides all the timestamps. -
Uses of ExecutorBeat in org.apache.storm.stats
Methods in org.apache.storm.stats with parameters of type ExecutorBeatModifier and TypeMethodDescriptionStatsUtil.convertZkExecutorHb
(ExecutorBeat beat) convert thrift ExecutorBeat into a java HashMap.Method parameters in org.apache.storm.stats with type arguments of type ExecutorBeatModifier and TypeMethodDescriptionStatsUtil.convertExecutorBeats
(Map<ExecutorInfo, ExecutorBeat> beats) convert thrift executor heartbeats into a java HashMap.