Package | Description |
---|---|
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
WorkerSummary |
WorkerSummary.deepCopy() |
Modifier and Type | Method and Description |
---|---|
Iterator<WorkerSummary> |
SupervisorPageInfo.get_worker_summaries_iterator() |
List<WorkerSummary> |
SupervisorPageInfo.get_worker_summaries() |
Iterator<WorkerSummary> |
TopologyPageInfo.get_workers_iterator() |
List<WorkerSummary> |
TopologyPageInfo.get_workers() |
Modifier and Type | Method and Description |
---|---|
void |
SupervisorPageInfo.add_to_worker_summaries(WorkerSummary elem) |
void |
TopologyPageInfo.add_to_workers(WorkerSummary elem) |
int |
WorkerSummary.compareTo(WorkerSummary other) |
boolean |
WorkerSummary.equals(WorkerSummary that) |
Modifier and Type | Method and Description |
---|---|
void |
SupervisorPageInfo.set_worker_summaries(List<WorkerSummary> worker_summaries) |
void |
TopologyPageInfo.set_workers(List<WorkerSummary> workers) |
Constructor and Description |
---|
WorkerSummary(WorkerSummary other)
Performs a deep copy on other.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.