Package | Description |
---|---|
org.apache.storm.cluster | |
org.apache.storm.stats |
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) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
StatsUtil.convertZkExecutorHb(ExecutorBeat beat)
convert thrift ExecutorBeat into a java HashMap.
|
Modifier and Type | Method and Description |
---|---|
static Map<List<Integer>,Map<String,Object>> |
StatsUtil.convertExecutorBeats(Map<ExecutorInfo,ExecutorBeat> beats)
convert thrift executor heartbeats into a java HashMap.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.