Uses of Class
org.apache.storm.generated.LSWorkerHeartbeat
-
Packages that use LSWorkerHeartbeat Package Description org.apache.storm.daemon.supervisor org.apache.storm.generated org.apache.storm.utils -
-
Uses of LSWorkerHeartbeat in org.apache.storm.daemon.supervisor
Methods in org.apache.storm.daemon.supervisor that return LSWorkerHeartbeat Modifier and Type Method Description LSWorkerHeartbeat
Container. readHeartbeat()
Read the Heartbeat for the current container.protected LSWorkerHeartbeat
SupervisorUtils. readWorkerHeartbeatImpl(Map<String,Object> conf, String workerId)
Methods in org.apache.storm.daemon.supervisor that return types with arguments of type LSWorkerHeartbeat Modifier and Type Method Description static Map<String,LSWorkerHeartbeat>
SupervisorUtils. readWorkerHeartbeats(Map<String,Object> conf)
Map from worker id to heartbeat.Map<String,LSWorkerHeartbeat>
SupervisorUtils. readWorkerHeartbeatsImpl(Map<String,Object> conf)
-
Uses of LSWorkerHeartbeat in org.apache.storm.generated
Methods in org.apache.storm.generated that return LSWorkerHeartbeat Modifier and Type Method Description LSWorkerHeartbeat
LSWorkerHeartbeat. deepCopy()
Methods in org.apache.storm.generated with parameters of type LSWorkerHeartbeat Modifier and Type Method Description int
LSWorkerHeartbeat. compareTo(LSWorkerHeartbeat other)
boolean
LSWorkerHeartbeat. equals(LSWorkerHeartbeat that)
Constructors in org.apache.storm.generated with parameters of type LSWorkerHeartbeat Constructor Description LSWorkerHeartbeat(LSWorkerHeartbeat other)
Performs a deep copy on other. -
Uses of LSWorkerHeartbeat in org.apache.storm.utils
Methods in org.apache.storm.utils that return LSWorkerHeartbeat Modifier and Type Method Description LSWorkerHeartbeat
LocalState. getWorkerHeartBeat()
Methods in org.apache.storm.utils with parameters of type LSWorkerHeartbeat Modifier and Type Method Description void
LocalState. setWorkerHeartBeat(LSWorkerHeartbeat workerHeartBeat)
-