Package | Description |
---|---|
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
ExecutorSummary |
ExecutorSummary.deepCopy() |
ExecutorSummary |
ExecutorAggregateStats.get_exec_summary() |
Modifier and Type | Method and Description |
---|---|
Iterator<ExecutorSummary> |
TopologyInfo.get_executors_iterator() |
List<ExecutorSummary> |
TopologyInfo.get_executors() |
Modifier and Type | Method and Description |
---|---|
void |
TopologyInfo.add_to_executors(ExecutorSummary elem) |
int |
ExecutorSummary.compareTo(ExecutorSummary other) |
boolean |
ExecutorSummary.equals(ExecutorSummary that) |
void |
ExecutorAggregateStats.set_exec_summary(ExecutorSummary exec_summary) |
Modifier and Type | Method and Description |
---|---|
void |
TopologyInfo.set_executors(List<ExecutorSummary> executors) |
Constructor and Description |
---|
ExecutorSummary(ExecutorSummary other)
Performs a deep copy on other.
|
Constructor and Description |
---|
TopologyInfo(String id,
String name,
int uptime_secs,
List<ExecutorSummary> executors,
String status,
Map<String,List<ErrorInfo>> errors) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.