Package | Description |
---|---|
org.apache.storm.daemon.ui | |
org.apache.storm.generated | |
org.apache.storm.perf.utils |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
UIHelpers.getTopologyMap(TopologySummary topologySummary)
getTopologyMap.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
UIHelpers.getAllTopologiesSummary(List<TopologySummary> topologies,
Map<String,Object> config)
getAllTopologiesSummary.
|
Modifier and Type | Method and Description |
---|---|
TopologySummary |
TopologySummary.deepCopy() |
Modifier and Type | Method and Description |
---|---|
Iterator<TopologySummary> |
ClusterSummary.get_topologies_iterator() |
List<TopologySummary> |
ClusterSummary.get_topologies() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterSummary.add_to_topologies(TopologySummary elem) |
int |
TopologySummary.compareTo(TopologySummary other) |
boolean |
TopologySummary.equals(TopologySummary that) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterSummary.set_topologies(List<TopologySummary> topologies) |
Constructor and Description |
---|
TopologySummary(TopologySummary other)
Performs a deep copy on other.
|
Constructor and Description |
---|
ClusterSummary(List<SupervisorSummary> supervisors,
List<TopologySummary> topologies,
List<NimbusSummary> nimbuses) |
Modifier and Type | Method and Description |
---|---|
static TopologySummary |
MetricsSample.getTopologySummary(ClusterSummary cs,
String name) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.