Package | Description |
---|---|
backtype.storm.generated |
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,
int nimbus_uptime_secs,
List<TopologySummary> topologies) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.