@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class ComponentPageInfo extends Object implements org.apache.storm.thrift.TBase<ComponentPageInfo,ComponentPageInfo._Fields>, Serializable, Cloneable, Comparable<ComponentPageInfo>
Modifier and Type | Class and Description |
---|---|
static class |
ComponentPageInfo._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<ComponentPageInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
ComponentPageInfo() |
ComponentPageInfo(ComponentPageInfo other)
Performs a deep copy on other.
|
ComponentPageInfo(String component_id,
ComponentType component_type) |
Modifier and Type | Method and Description |
---|---|
void |
add_to_errors(ErrorInfo elem) |
void |
add_to_exec_stats(ExecutorAggregateStats elem) |
void |
clear() |
int |
compareTo(ComponentPageInfo other) |
ComponentPageInfo |
deepCopy() |
boolean |
equals(ComponentPageInfo that) |
boolean |
equals(Object that) |
ComponentPageInfo._Fields |
fieldForId(int fieldId) |
String |
get_component_id() |
ComponentType |
get_component_type() |
DebugOptions |
get_debug_options() |
Iterator<ErrorInfo> |
get_errors_iterator() |
int |
get_errors_size() |
List<ErrorInfo> |
get_errors() |
String |
get_eventlog_host() |
int |
get_eventlog_port() |
Iterator<ExecutorAggregateStats> |
get_exec_stats_iterator() |
int |
get_exec_stats_size() |
List<ExecutorAggregateStats> |
get_exec_stats() |
int |
get_gsid_to_input_stats_size() |
Map<GlobalStreamId,ComponentAggregateStats> |
get_gsid_to_input_stats() |
int |
get_num_executors() |
int |
get_num_tasks() |
int |
get_resources_map_size() |
Map<String,Double> |
get_resources_map() |
int |
get_sid_to_output_stats_size() |
Map<String,ComponentAggregateStats> |
get_sid_to_output_stats() |
String |
get_topology_id() |
String |
get_topology_name() |
String |
get_topology_status() |
int |
get_window_to_stats_size() |
Map<String,ComponentAggregateStats> |
get_window_to_stats() |
Object |
getFieldValue(ComponentPageInfo._Fields field) |
int |
hashCode() |
boolean |
is_set_component_id()
Returns true if field component_id is set (has been assigned a value) and false otherwise
|
boolean |
is_set_component_type()
Returns true if field component_type is set (has been assigned a value) and false otherwise
|
boolean |
is_set_debug_options()
Returns true if field debug_options is set (has been assigned a value) and false otherwise
|
boolean |
is_set_errors()
Returns true if field errors is set (has been assigned a value) and false otherwise
|
boolean |
is_set_eventlog_host()
Returns true if field eventlog_host is set (has been assigned a value) and false otherwise
|
boolean |
is_set_eventlog_port()
Returns true if field eventlog_port is set (has been assigned a value) and false otherwise
|
boolean |
is_set_exec_stats()
Returns true if field exec_stats is set (has been assigned a value) and false otherwise
|
boolean |
is_set_gsid_to_input_stats()
Returns true if field gsid_to_input_stats is set (has been assigned a value) and false otherwise
|
boolean |
is_set_num_executors()
Returns true if field num_executors is set (has been assigned a value) and false otherwise
|
boolean |
is_set_num_tasks()
Returns true if field num_tasks is set (has been assigned a value) and false otherwise
|
boolean |
is_set_resources_map()
Returns true if field resources_map is set (has been assigned a value) and false otherwise
|
boolean |
is_set_sid_to_output_stats()
Returns true if field sid_to_output_stats is set (has been assigned a value) and false otherwise
|
boolean |
is_set_topology_id()
Returns true if field topology_id is set (has been assigned a value) and false otherwise
|
boolean |
is_set_topology_name()
Returns true if field topology_name is set (has been assigned a value) and false otherwise
|
boolean |
is_set_topology_status()
Returns true if field topology_status is set (has been assigned a value) and false otherwise
|
boolean |
is_set_window_to_stats()
Returns true if field window_to_stats is set (has been assigned a value) and false otherwise
|
boolean |
isSet(ComponentPageInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
void |
put_to_gsid_to_input_stats(GlobalStreamId key,
ComponentAggregateStats val) |
void |
put_to_resources_map(String key,
double val) |
void |
put_to_sid_to_output_stats(String key,
ComponentAggregateStats val) |
void |
put_to_window_to_stats(String key,
ComponentAggregateStats val) |
void |
read(org.apache.storm.thrift.protocol.TProtocol iprot) |
void |
set_component_id_isSet(boolean value) |
void |
set_component_id(String component_id) |
void |
set_component_type_isSet(boolean value) |
void |
set_component_type(ComponentType component_type) |
void |
set_debug_options_isSet(boolean value) |
void |
set_debug_options(DebugOptions debug_options) |
void |
set_errors_isSet(boolean value) |
void |
set_errors(List<ErrorInfo> errors) |
void |
set_eventlog_host_isSet(boolean value) |
void |
set_eventlog_host(String eventlog_host) |
void |
set_eventlog_port_isSet(boolean value) |
void |
set_eventlog_port(int eventlog_port) |
void |
set_exec_stats_isSet(boolean value) |
void |
set_exec_stats(List<ExecutorAggregateStats> exec_stats) |
void |
set_gsid_to_input_stats_isSet(boolean value) |
void |
set_gsid_to_input_stats(Map<GlobalStreamId,ComponentAggregateStats> gsid_to_input_stats) |
void |
set_num_executors_isSet(boolean value) |
void |
set_num_executors(int num_executors) |
void |
set_num_tasks_isSet(boolean value) |
void |
set_num_tasks(int num_tasks) |
void |
set_resources_map_isSet(boolean value) |
void |
set_resources_map(Map<String,Double> resources_map) |
void |
set_sid_to_output_stats_isSet(boolean value) |
void |
set_sid_to_output_stats(Map<String,ComponentAggregateStats> sid_to_output_stats) |
void |
set_topology_id_isSet(boolean value) |
void |
set_topology_id(String topology_id) |
void |
set_topology_name_isSet(boolean value) |
void |
set_topology_name(String topology_name) |
void |
set_topology_status_isSet(boolean value) |
void |
set_topology_status(String topology_status) |
void |
set_window_to_stats_isSet(boolean value) |
void |
set_window_to_stats(Map<String,ComponentAggregateStats> window_to_stats) |
void |
setFieldValue(ComponentPageInfo._Fields field,
Object value) |
String |
toString() |
void |
unset_component_id() |
void |
unset_component_type() |
void |
unset_debug_options() |
void |
unset_errors() |
void |
unset_eventlog_host() |
void |
unset_eventlog_port() |
void |
unset_exec_stats() |
void |
unset_gsid_to_input_stats() |
void |
unset_num_executors() |
void |
unset_num_tasks() |
void |
unset_resources_map() |
void |
unset_sid_to_output_stats() |
void |
unset_topology_id() |
void |
unset_topology_name() |
void |
unset_topology_status() |
void |
unset_window_to_stats() |
void |
validate() |
void |
write(org.apache.storm.thrift.protocol.TProtocol oprot) |
public static final Map<ComponentPageInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public ComponentPageInfo()
public ComponentPageInfo(String component_id, ComponentType component_type)
public ComponentPageInfo(ComponentPageInfo other)
Performs a deep copy on other.
public ComponentPageInfo deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<ComponentPageInfo,ComponentPageInfo._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<ComponentPageInfo,ComponentPageInfo._Fields>
public String get_component_id()
public void set_component_id(String component_id)
public void unset_component_id()
public boolean is_set_component_id()
Returns true if field component_id is set (has been assigned a value) and false otherwise
public void set_component_id_isSet(boolean value)
public ComponentType get_component_type()
ComponentType
public void set_component_type(ComponentType component_type)
ComponentType
public void unset_component_type()
public boolean is_set_component_type()
Returns true if field component_type is set (has been assigned a value) and false otherwise
public void set_component_type_isSet(boolean value)
public String get_topology_id()
public void set_topology_id(String topology_id)
public void unset_topology_id()
public boolean is_set_topology_id()
Returns true if field topology_id is set (has been assigned a value) and false otherwise
public void set_topology_id_isSet(boolean value)
public String get_topology_name()
public void set_topology_name(String topology_name)
public void unset_topology_name()
public boolean is_set_topology_name()
Returns true if field topology_name is set (has been assigned a value) and false otherwise
public void set_topology_name_isSet(boolean value)
public int get_num_executors()
public void set_num_executors(int num_executors)
public void unset_num_executors()
public boolean is_set_num_executors()
Returns true if field num_executors is set (has been assigned a value) and false otherwise
public void set_num_executors_isSet(boolean value)
public int get_num_tasks()
public void set_num_tasks(int num_tasks)
public void unset_num_tasks()
public boolean is_set_num_tasks()
Returns true if field num_tasks is set (has been assigned a value) and false otherwise
public void set_num_tasks_isSet(boolean value)
public int get_window_to_stats_size()
public void put_to_window_to_stats(String key, ComponentAggregateStats val)
public Map<String,ComponentAggregateStats> get_window_to_stats()
public void set_window_to_stats(Map<String,ComponentAggregateStats> window_to_stats)
public void unset_window_to_stats()
public boolean is_set_window_to_stats()
Returns true if field window_to_stats is set (has been assigned a value) and false otherwise
public void set_window_to_stats_isSet(boolean value)
public int get_gsid_to_input_stats_size()
public void put_to_gsid_to_input_stats(GlobalStreamId key, ComponentAggregateStats val)
public Map<GlobalStreamId,ComponentAggregateStats> get_gsid_to_input_stats()
public void set_gsid_to_input_stats(Map<GlobalStreamId,ComponentAggregateStats> gsid_to_input_stats)
public void unset_gsid_to_input_stats()
public boolean is_set_gsid_to_input_stats()
Returns true if field gsid_to_input_stats is set (has been assigned a value) and false otherwise
public void set_gsid_to_input_stats_isSet(boolean value)
public int get_sid_to_output_stats_size()
public void put_to_sid_to_output_stats(String key, ComponentAggregateStats val)
public Map<String,ComponentAggregateStats> get_sid_to_output_stats()
public void set_sid_to_output_stats(Map<String,ComponentAggregateStats> sid_to_output_stats)
public void unset_sid_to_output_stats()
public boolean is_set_sid_to_output_stats()
Returns true if field sid_to_output_stats is set (has been assigned a value) and false otherwise
public void set_sid_to_output_stats_isSet(boolean value)
public int get_exec_stats_size()
public Iterator<ExecutorAggregateStats> get_exec_stats_iterator()
public void add_to_exec_stats(ExecutorAggregateStats elem)
public List<ExecutorAggregateStats> get_exec_stats()
public void set_exec_stats(List<ExecutorAggregateStats> exec_stats)
public void unset_exec_stats()
public boolean is_set_exec_stats()
Returns true if field exec_stats is set (has been assigned a value) and false otherwise
public void set_exec_stats_isSet(boolean value)
public int get_errors_size()
public void add_to_errors(ErrorInfo elem)
public void unset_errors()
public boolean is_set_errors()
Returns true if field errors is set (has been assigned a value) and false otherwise
public void set_errors_isSet(boolean value)
public String get_eventlog_host()
public void set_eventlog_host(String eventlog_host)
public void unset_eventlog_host()
public boolean is_set_eventlog_host()
Returns true if field eventlog_host is set (has been assigned a value) and false otherwise
public void set_eventlog_host_isSet(boolean value)
public int get_eventlog_port()
public void set_eventlog_port(int eventlog_port)
public void unset_eventlog_port()
public boolean is_set_eventlog_port()
Returns true if field eventlog_port is set (has been assigned a value) and false otherwise
public void set_eventlog_port_isSet(boolean value)
public DebugOptions get_debug_options()
public void set_debug_options(DebugOptions debug_options)
public void unset_debug_options()
public boolean is_set_debug_options()
Returns true if field debug_options is set (has been assigned a value) and false otherwise
public void set_debug_options_isSet(boolean value)
public String get_topology_status()
public void set_topology_status(String topology_status)
public void unset_topology_status()
public boolean is_set_topology_status()
Returns true if field topology_status is set (has been assigned a value) and false otherwise
public void set_topology_status_isSet(boolean value)
public int get_resources_map_size()
public void put_to_resources_map(String key, double val)
public void unset_resources_map()
public boolean is_set_resources_map()
Returns true if field resources_map is set (has been assigned a value) and false otherwise
public void set_resources_map_isSet(boolean value)
public void setFieldValue(ComponentPageInfo._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<ComponentPageInfo,ComponentPageInfo._Fields>
public Object getFieldValue(ComponentPageInfo._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<ComponentPageInfo,ComponentPageInfo._Fields>
public boolean isSet(ComponentPageInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet
in interface org.apache.storm.thrift.TBase<ComponentPageInfo,ComponentPageInfo._Fields>
public boolean equals(ComponentPageInfo that)
public int compareTo(ComponentPageInfo other)
compareTo
in interface Comparable<ComponentPageInfo>
public ComponentPageInfo._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<ComponentPageInfo,ComponentPageInfo._Fields>
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException
read
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
write
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void validate() throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
Copyright © 2022 The Apache Software Foundation. All rights reserved.