| Package | Description |
|---|---|
| backtype.storm.generated |
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo |
ErrorInfo.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ErrorInfo>> |
TopologyInfo.get_errors() |
| Modifier and Type | Method and Description |
|---|---|
int |
ErrorInfo.compareTo(ErrorInfo other) |
boolean |
ErrorInfo.equals(ErrorInfo that) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyInfo.put_to_errors(String key,
List<ErrorInfo> val) |
void |
TopologyInfo.set_errors(Map<String,List<ErrorInfo>> errors) |
| Constructor and Description |
|---|
ErrorInfo(ErrorInfo 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 © 2015. All rights reserved.