Package org.apache.storm.generated
Class ComponentPageInfo
java.lang.Object
org.apache.storm.generated.ComponentPageInfo
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<ComponentPageInfo>,- org.apache.storm.thrift.TBase<ComponentPageInfo,,- ComponentPageInfo._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class ComponentPageInfo
extends Object
implements org.apache.storm.thrift.TBase<ComponentPageInfo,ComponentPageInfo._Fields>, Serializable, Cloneable, Comparable<ComponentPageInfo> 
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Map<ComponentPageInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructorsConstructorDescriptionComponentPageInfo(String component_id, ComponentType component_type) Performs a deep copy on other.
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd_to_errors(ErrorInfo elem) voidvoidclear()intcompareTo(ComponentPageInfo other) deepCopy()booleanbooleanequals(ComponentPageInfo that) fieldForId(int fieldId) intintintintintintintintintinthashCode()booleanReturns true if field component_id is set (has been assigned a value) and false otherwisebooleanReturns true if field component_type is set (has been assigned a value) and false otherwisebooleanReturns true if field debug_options is set (has been assigned a value) and false otherwisebooleanReturns true if field errors is set (has been assigned a value) and false otherwisebooleanReturns true if field eventlog_host is set (has been assigned a value) and false otherwisebooleanReturns true if field eventlog_port is set (has been assigned a value) and false otherwisebooleanReturns true if field exec_stats is set (has been assigned a value) and false otherwisebooleanReturns true if field gsid_to_input_stats is set (has been assigned a value) and false otherwisebooleanReturns true if field num_executors is set (has been assigned a value) and false otherwisebooleanReturns true if field num_tasks is set (has been assigned a value) and false otherwisebooleanReturns true if field resources_map is set (has been assigned a value) and false otherwisebooleanReturns true if field sid_to_output_stats is set (has been assigned a value) and false otherwisebooleanReturns true if field topology_id is set (has been assigned a value) and false otherwisebooleanReturns true if field topology_name is set (has been assigned a value) and false otherwisebooleanReturns true if field topology_status is set (has been assigned a value) and false otherwisebooleanReturns true if field window_to_stats is set (has been assigned a value) and false otherwisebooleanisSet(ComponentPageInfo._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidvoidput_to_resources_map(String key, double val) voidvoidvoidread(org.apache.storm.thrift.protocol.TProtocol iprot) voidset_component_id(String component_id) voidset_component_id_isSet(boolean value) voidset_component_type(ComponentType component_type) voidset_component_type_isSet(boolean value) voidset_debug_options(DebugOptions debug_options) voidset_debug_options_isSet(boolean value) voidset_errors(List<ErrorInfo> errors) voidset_errors_isSet(boolean value) voidset_eventlog_host(String eventlog_host) voidset_eventlog_host_isSet(boolean value) voidset_eventlog_port(int eventlog_port) voidset_eventlog_port_isSet(boolean value) voidset_exec_stats(List<ExecutorAggregateStats> exec_stats) voidset_exec_stats_isSet(boolean value) voidset_gsid_to_input_stats(Map<GlobalStreamId, ComponentAggregateStats> gsid_to_input_stats) voidset_gsid_to_input_stats_isSet(boolean value) voidset_num_executors(int num_executors) voidset_num_executors_isSet(boolean value) voidset_num_tasks(int num_tasks) voidset_num_tasks_isSet(boolean value) voidset_resources_map(Map<String, Double> resources_map) voidset_resources_map_isSet(boolean value) voidset_sid_to_output_stats(Map<String, ComponentAggregateStats> sid_to_output_stats) voidset_sid_to_output_stats_isSet(boolean value) voidset_topology_id(String topology_id) voidset_topology_id_isSet(boolean value) voidset_topology_name(String topology_name) voidset_topology_name_isSet(boolean value) voidset_topology_status(String topology_status) voidset_topology_status_isSet(boolean value) voidset_window_to_stats(Map<String, ComponentAggregateStats> window_to_stats) voidset_window_to_stats_isSet(boolean value) voidsetFieldValue(ComponentPageInfo._Fields field, Object value) toString()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<ComponentPageInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
ComponentPageInfopublic ComponentPageInfo()
- 
ComponentPageInfo
- 
ComponentPageInfoPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<ComponentPageInfo,- ComponentPageInfo._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<ComponentPageInfo,- ComponentPageInfo._Fields> 
 
- 
get_component_id
- 
set_component_id
- 
unset_component_idpublic void unset_component_id()
- 
is_set_component_idpublic boolean is_set_component_id()Returns true if field component_id is set (has been assigned a value) and false otherwise
- 
set_component_id_isSetpublic void set_component_id_isSet(boolean value) 
- 
get_component_type- See Also:
 
- 
set_component_type- See Also:
 
- 
unset_component_typepublic void unset_component_type()
- 
is_set_component_typepublic boolean is_set_component_type()Returns true if field component_type is set (has been assigned a value) and false otherwise
- 
set_component_type_isSetpublic void set_component_type_isSet(boolean value) 
- 
get_topology_id
- 
set_topology_id
- 
unset_topology_idpublic void unset_topology_id()
- 
is_set_topology_idpublic boolean is_set_topology_id()Returns true if field topology_id is set (has been assigned a value) and false otherwise
- 
set_topology_id_isSetpublic void set_topology_id_isSet(boolean value) 
- 
get_topology_name
- 
set_topology_name
- 
unset_topology_namepublic void unset_topology_name()
- 
is_set_topology_namepublic boolean is_set_topology_name()Returns true if field topology_name is set (has been assigned a value) and false otherwise
- 
set_topology_name_isSetpublic void set_topology_name_isSet(boolean value) 
- 
get_num_executorspublic int get_num_executors()
- 
set_num_executorspublic void set_num_executors(int num_executors) 
- 
unset_num_executorspublic void unset_num_executors()
- 
is_set_num_executorspublic boolean is_set_num_executors()Returns true if field num_executors is set (has been assigned a value) and false otherwise
- 
set_num_executors_isSetpublic void set_num_executors_isSet(boolean value) 
- 
get_num_taskspublic int get_num_tasks()
- 
set_num_taskspublic void set_num_tasks(int num_tasks) 
- 
unset_num_taskspublic void unset_num_tasks()
- 
is_set_num_taskspublic boolean is_set_num_tasks()Returns true if field num_tasks is set (has been assigned a value) and false otherwise
- 
set_num_tasks_isSetpublic void set_num_tasks_isSet(boolean value) 
- 
get_window_to_stats_sizepublic int get_window_to_stats_size()
- 
put_to_window_to_stats
- 
get_window_to_stats
- 
set_window_to_stats
- 
unset_window_to_statspublic void unset_window_to_stats()
- 
is_set_window_to_statspublic boolean is_set_window_to_stats()Returns true if field window_to_stats is set (has been assigned a value) and false otherwise
- 
set_window_to_stats_isSetpublic void set_window_to_stats_isSet(boolean value) 
- 
get_gsid_to_input_stats_sizepublic int get_gsid_to_input_stats_size()
- 
put_to_gsid_to_input_stats
- 
get_gsid_to_input_stats
- 
set_gsid_to_input_statspublic void set_gsid_to_input_stats(Map<GlobalStreamId, ComponentAggregateStats> gsid_to_input_stats) 
- 
unset_gsid_to_input_statspublic void unset_gsid_to_input_stats()
- 
is_set_gsid_to_input_statspublic 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
- 
set_gsid_to_input_stats_isSetpublic void set_gsid_to_input_stats_isSet(boolean value) 
- 
get_sid_to_output_stats_sizepublic int get_sid_to_output_stats_size()
- 
put_to_sid_to_output_stats
- 
get_sid_to_output_stats
- 
set_sid_to_output_stats
- 
unset_sid_to_output_statspublic void unset_sid_to_output_stats()
- 
is_set_sid_to_output_statspublic 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
- 
set_sid_to_output_stats_isSetpublic void set_sid_to_output_stats_isSet(boolean value) 
- 
get_exec_stats_sizepublic int get_exec_stats_size()
- 
get_exec_stats_iterator
- 
add_to_exec_stats
- 
get_exec_stats
- 
set_exec_stats
- 
unset_exec_statspublic void unset_exec_stats()
- 
is_set_exec_statspublic boolean is_set_exec_stats()Returns true if field exec_stats is set (has been assigned a value) and false otherwise
- 
set_exec_stats_isSetpublic void set_exec_stats_isSet(boolean value) 
- 
get_errors_sizepublic int get_errors_size()
- 
get_errors_iterator
- 
add_to_errors
- 
get_errors
- 
set_errors
- 
unset_errorspublic void unset_errors()
- 
is_set_errorspublic boolean is_set_errors()Returns true if field errors is set (has been assigned a value) and false otherwise
- 
set_errors_isSetpublic void set_errors_isSet(boolean value) 
- 
get_eventlog_host
- 
set_eventlog_host
- 
unset_eventlog_hostpublic void unset_eventlog_host()
- 
is_set_eventlog_hostpublic boolean is_set_eventlog_host()Returns true if field eventlog_host is set (has been assigned a value) and false otherwise
- 
set_eventlog_host_isSetpublic void set_eventlog_host_isSet(boolean value) 
- 
get_eventlog_portpublic int get_eventlog_port()
- 
set_eventlog_portpublic void set_eventlog_port(int eventlog_port) 
- 
unset_eventlog_portpublic void unset_eventlog_port()
- 
is_set_eventlog_portpublic boolean is_set_eventlog_port()Returns true if field eventlog_port is set (has been assigned a value) and false otherwise
- 
set_eventlog_port_isSetpublic void set_eventlog_port_isSet(boolean value) 
- 
get_debug_options
- 
set_debug_options
- 
unset_debug_optionspublic void unset_debug_options()
- 
is_set_debug_optionspublic boolean is_set_debug_options()Returns true if field debug_options is set (has been assigned a value) and false otherwise
- 
set_debug_options_isSetpublic void set_debug_options_isSet(boolean value) 
- 
get_topology_status
- 
set_topology_status
- 
unset_topology_statuspublic void unset_topology_status()
- 
is_set_topology_statuspublic boolean is_set_topology_status()Returns true if field topology_status is set (has been assigned a value) and false otherwise
- 
set_topology_status_isSetpublic void set_topology_status_isSet(boolean value) 
- 
get_resources_map_sizepublic int get_resources_map_size()
- 
put_to_resources_map
- 
get_resources_map
- 
set_resources_map
- 
unset_resources_mappublic void unset_resources_map()
- 
is_set_resources_mappublic boolean is_set_resources_map()Returns true if field resources_map is set (has been assigned a value) and false otherwise
- 
set_resources_map_isSetpublic void set_resources_map_isSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<ComponentPageInfo,- ComponentPageInfo._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<ComponentPageInfo,- ComponentPageInfo._Fields> 
 
- 
isSetReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
- isSetin interface- org.apache.storm.thrift.TBase<ComponentPageInfo,- ComponentPageInfo._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<ComponentPageInfo>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<ComponentPageInfo,- ComponentPageInfo._Fields> 
 
- 
readpublic void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
- readin interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
- 
writepublic void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
- writein interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
- 
toString
- 
validatepublic void validate() throws org.apache.storm.thrift.TException- Throws:
- org.apache.storm.thrift.TException
 
 
-