| Package | Description | 
|---|---|
| org.apache.storm.daemon.ui | |
| org.apache.storm.generated | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,Object> | 
UIHelpers.getPrettifiedSupervisorMap(SupervisorSummary supervisorSummary,
                          Map<String,Object> config)
Get supervisor info in a map. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,Object> | 
UIHelpers.getSupervisorSummary(List<SupervisorSummary> supervisors,
                    javax.ws.rs.core.SecurityContext securityContext,
                    Map<String,Object> config)
getSupervisorSummary. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SupervisorSummary | 
SupervisorSummary.deepCopy()  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<SupervisorSummary> | 
SupervisorPageInfo.get_supervisor_summaries_iterator()  | 
List<SupervisorSummary> | 
SupervisorPageInfo.get_supervisor_summaries()  | 
Iterator<SupervisorSummary> | 
ClusterSummary.get_supervisors_iterator()  | 
List<SupervisorSummary> | 
ClusterSummary.get_supervisors()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SupervisorPageInfo.add_to_supervisor_summaries(SupervisorSummary elem)  | 
void | 
ClusterSummary.add_to_supervisors(SupervisorSummary elem)  | 
int | 
SupervisorSummary.compareTo(SupervisorSummary other)  | 
boolean | 
SupervisorSummary.equals(SupervisorSummary that)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SupervisorPageInfo.set_supervisor_summaries(List<SupervisorSummary> supervisor_summaries)  | 
void | 
ClusterSummary.set_supervisors(List<SupervisorSummary> supervisors)  | 
| Constructor and Description | 
|---|
SupervisorSummary(SupervisorSummary other)
Performs a deep copy on other. 
 | 
| Constructor and Description | 
|---|
ClusterSummary(List<SupervisorSummary> supervisors,
              List<TopologySummary> topologies,
              List<NimbusSummary> nimbuses)  | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.