Uses of Class
org.apache.storm.generated.SupervisorSummary
-
Packages that use SupervisorSummary Package Description org.apache.storm.daemon.ui org.apache.storm.generated -
-
Uses of SupervisorSummary in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type SupervisorSummary Modifier and Type Method Description static Map<String,Object>
UIHelpers. getPrettifiedSupervisorMap(SupervisorSummary supervisorSummary, Map<String,Object> config)
Get supervisor info in a map.Method parameters in org.apache.storm.daemon.ui with type arguments of type SupervisorSummary Modifier and Type Method Description static Map<String,Object>
UIHelpers. getSupervisorSummary(List<SupervisorSummary> supervisors, jakarta.ws.rs.core.SecurityContext securityContext, Map<String,Object> config)
getSupervisorSummary. -
Uses of SupervisorSummary in org.apache.storm.generated
Methods in org.apache.storm.generated that return SupervisorSummary Modifier and Type Method Description SupervisorSummary
SupervisorSummary. deepCopy()
Methods in org.apache.storm.generated that return types with arguments of type SupervisorSummary Modifier and Type Method Description List<SupervisorSummary>
SupervisorPageInfo. get_supervisor_summaries()
Iterator<SupervisorSummary>
SupervisorPageInfo. get_supervisor_summaries_iterator()
List<SupervisorSummary>
ClusterSummary. get_supervisors()
Iterator<SupervisorSummary>
ClusterSummary. get_supervisors_iterator()
Methods in org.apache.storm.generated with parameters of type SupervisorSummary Modifier and Type Method 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)
Method parameters in org.apache.storm.generated with type arguments of type SupervisorSummary Modifier and Type Method Description void
SupervisorPageInfo. set_supervisor_summaries(List<SupervisorSummary> supervisor_summaries)
void
ClusterSummary. set_supervisors(List<SupervisorSummary> supervisors)
Constructors in org.apache.storm.generated with parameters of type SupervisorSummary Constructor Description SupervisorSummary(SupervisorSummary other)
Performs a deep copy on other.Constructor parameters in org.apache.storm.generated with type arguments of type SupervisorSummary Constructor Description ClusterSummary(List<SupervisorSummary> supervisors, List<TopologySummary> topologies, List<NimbusSummary> nimbuses)
-