Package | Description |
---|---|
org.apache.storm.cluster | |
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
ErrorInfo |
StormClusterStateImpl.lastError(String stormId,
String componentId) |
ErrorInfo |
IStormClusterState.lastError(String stormId,
String componentId) |
Modifier and Type | Method and Description |
---|---|
List<ErrorInfo> |
StormClusterStateImpl.errors(String stormId,
String componentId) |
List<ErrorInfo> |
IStormClusterState.errors(String stormId,
String componentId) |
Modifier and Type | Method and Description |
---|---|
ErrorInfo |
ErrorInfo.deepCopy() |
ErrorInfo |
ComponentAggregateStats.get_last_error() |
Modifier and Type | Method and Description |
---|---|
Iterator<ErrorInfo> |
ComponentPageInfo.get_errors_iterator() |
Map<String,List<ErrorInfo>> |
TopologyInfo.get_errors() |
List<ErrorInfo> |
ComponentPageInfo.get_errors() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentPageInfo.add_to_errors(ErrorInfo elem) |
int |
ErrorInfo.compareTo(ErrorInfo other) |
boolean |
ErrorInfo.equals(ErrorInfo that) |
void |
ComponentAggregateStats.set_last_error(ErrorInfo last_error) |
Modifier and Type | Method and Description |
---|---|
void |
TopologyInfo.put_to_errors(String key,
List<ErrorInfo> val) |
void |
ComponentPageInfo.set_errors(List<ErrorInfo> errors) |
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 © 2019 The Apache Software Foundation. All Rights Reserved.