| Package | Description |
|---|---|
| backtype.storm.generated |
| Modifier and Type | Method and Description |
|---|---|
SupervisorSummary |
SupervisorSummary.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SupervisorSummary> |
ClusterSummary.get_supervisors_iterator() |
List<SupervisorSummary> |
ClusterSummary.get_supervisors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterSummary.add_to_supervisors(SupervisorSummary elem) |
int |
SupervisorSummary.compareTo(SupervisorSummary other) |
boolean |
SupervisorSummary.equals(SupervisorSummary that) |
| Modifier and Type | Method and Description |
|---|---|
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,
int nimbus_uptime_secs,
List<TopologySummary> topologies) |
Copyright © 2015. All rights reserved.