MCPcopy Create free account
hub / github.com/apache/storm / makeSupervisorWorkerStatsTable

Function makeSupervisorWorkerStatsTable

storm-webapp/src/main/webapp/js/script.js:352–354  ·  view source on GitHub ↗
(response, elId, parentId)

Source from the content-addressed store, hash-verified

350};
351
352function makeSupervisorWorkerStatsTable (response, elId, parentId) {
353 makeWorkerStatsTable (response, elId, parentId, "supervisor");
354};
355
356function makeTopologyWorkerStatsTable (response, elId, parentId) {
357 makeWorkerStatsTable (response, elId, parentId, "topology");

Callers

nothing calls this directly

Calls 1

makeWorkerStatsTableFunction · 0.85

Tested by

no test coverage detected