| Package | Description | 
|---|---|
| org.apache.storm.cluster | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<ExecutorInfo,ExecutorBeat> | 
ClusterUtils.convertExecutorBeats(List<ExecutorInfo> executors,
                    ClusterWorkerHeartbeat workerHeartbeat)
Ensures that we only return heartbeats for executors assigned to this worker 
 | 
Map<ExecutorInfo,ExecutorBeat> | 
StormClusterStateImpl.executorBeats(String stormId,
             Map<List<Long>,NodeInfo> executorNodePort)
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. 
 | 
Map<ExecutorInfo,ExecutorBeat> | 
IStormClusterState.executorBeats(String stormId,
             Map<List<Long>,NodeInfo> executorNodePort)  | 
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.