Package | Description |
---|---|
org.apache.storm.daemon.ui.resources |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
StormApiResource.getClusterSummary(String callback)
/api/v1/cluster/summary -> cluster summary.
|
javax.ws.rs.core.Response |
StormApiResource.getNimbusSummary(String callback)
/api/v1/nimbus/summary -> nimbus summary.
|
javax.ws.rs.core.Response |
StormApiResource.getOwnerResource(String id,
String callback)
/api/v1/owner-resources/:id -> owner resources.
|
javax.ws.rs.core.Response |
StormApiResource.getOwnerResources(String callback)
/api/v1/owner-resources -> owner resources.
|
javax.ws.rs.core.Response |
StormApiResource.getSupervisor(String id,
String host,
boolean sys,
String callback)
/api/v1/supervisor -> topo history.
|
javax.ws.rs.core.Response |
StormApiResource.getSupervisorSummary(javax.ws.rs.core.SecurityContext securityContext,
String callback)
/api/v1/supervisor/summary -> supervisor summary.
|
javax.ws.rs.core.Response |
StormApiResource.getTopology(String id,
String window,
boolean sys,
String callback)
/api/v1/topology -> topo.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyComponent(String id,
String component,
boolean sys,
String callback,
String window)
/api/v1/topology/:id/component/:component -> component.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyLag(String id,
String callback)
/api/v1/topology/:id/lag -> lag.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyLogconfig(String id,
String callback)
/api/v1/topology/:id/logconfig -> logconfig.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyMetrics(String id,
String window,
boolean sys,
String callback)
/api/v1/topology/:id/metrics -> metrics.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyProfilingDumpheap(String id,
String hostPort,
String callback)
/api/v1/topology/:id/profiling/dumpheap/:host-port -> dump heap.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyProfilingDumpJstack(String id,
String hostPort,
String callback)
/api/v1/topology/:id/profiling/dumpjstack/:host-port -> dump jstack.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyProfilingDumpProfile(String id,
String hostPort,
String callback)
/api/v1/topology/:id/profiling/dumpprofile/:host-port -> dump profile.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyProfilingRestartWorker(String id,
String hostPort,
String callback)
/api/v1/topology/:id/profiling/restartworker/:host-port -> restart worker.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyProfilingStart(String id,
String hostPort,
String timeout,
String callback)
/api/v1/topology/:id/profiling/start/:host-port/:timeout -> profiling start.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyProfilingStop(String id,
String hostPort,
String callback)
/api/v1/topology/:id/profiling/stop/:host-port -> profiling stop.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologySummary(javax.ws.rs.core.SecurityContext securityContext,
String callback)
/api/v1/topology/summary -> topo history.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyVisializationInit(String id,
boolean sys,
String callback,
String window)
/api/v1/topology/:id/visualization-init -> visualization-init.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyVisualization(String id,
boolean sys,
String callback,
String window)
/api/v1/topology/:id/visualization -> visualization.
|
javax.ws.rs.core.Response |
StormApiResource.getTopologyWorkers(String id,
String callback)
/api/v1/topology-workers/:id -> topo workers.
|
javax.ws.rs.core.Response |
StormApiResource.putTopologyActivate(String id,
String callback)
/api/v1/topology/:id/activate -> topology activate.
|
javax.ws.rs.core.Response |
StormApiResource.putTopologyComponentDebugActionSpct(String id,
String component,
String action,
String spct,
String callback)
/api/v1/topology/:id/component/:component/debug/:action/:spct -> debug component action.
|
javax.ws.rs.core.Response |
StormApiResource.putTopologyDeactivate(String id,
String callback)
/api/v1/topology/:id/deactivate -> topology deactivate.
|
javax.ws.rs.core.Response |
StormApiResource.putTopologyDebugActionSpct(String id,
String action,
String spct,
String callback)
/api/v1/topology/:id/debug/:action/:spct -> debug action.
|
javax.ws.rs.core.Response |
StormApiResource.putTopologyKill(String id,
String waitTime,
String callback)
/api/v1/topology/:id/kill/:wait-time -> topology kill.
|
javax.ws.rs.core.Response |
StormApiResource.putTopologyLogconfig(String id,
String body,
String callback)
/api/v1/topology/:id/logconfig -> logconfig.
|
javax.ws.rs.core.Response |
StormApiResource.putTopologyRebalance(String id,
String waitTime,
String callback)
/api/v1/topology/:id/rebalance/:wait-time -> topology rebalance.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.