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 Summary
Modifier and TypeClassDescriptionstatic enum
The set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Map<ComponentPageInfo._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorDescriptionComponentPageInfo
(String component_id, ComponentType component_type) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoid
add_to_errors
(ErrorInfo elem) void
void
clear()
int
compareTo
(ComponentPageInfo other) deepCopy()
boolean
boolean
equals
(ComponentPageInfo that) fieldForId
(int fieldId) int
int
int
int
int
int
int
int
int
int
hashCode()
boolean
Returns true if field component_id is set (has been assigned a value) and false otherwiseboolean
Returns true if field component_type is set (has been assigned a value) and false otherwiseboolean
Returns true if field debug_options is set (has been assigned a value) and false otherwiseboolean
Returns true if field errors is set (has been assigned a value) and false otherwiseboolean
Returns true if field eventlog_host is set (has been assigned a value) and false otherwiseboolean
Returns true if field eventlog_port is set (has been assigned a value) and false otherwiseboolean
Returns true if field exec_stats is set (has been assigned a value) and false otherwiseboolean
Returns true if field gsid_to_input_stats is set (has been assigned a value) and false otherwiseboolean
Returns true if field num_executors is set (has been assigned a value) and false otherwiseboolean
Returns true if field num_tasks is set (has been assigned a value) and false otherwiseboolean
Returns true if field resources_map is set (has been assigned a value) and false otherwiseboolean
Returns true if field sid_to_output_stats is set (has been assigned a value) and false otherwiseboolean
Returns true if field topology_id is set (has been assigned a value) and false otherwiseboolean
Returns true if field topology_name is set (has been assigned a value) and false otherwiseboolean
Returns true if field topology_status is set (has been assigned a value) and false otherwiseboolean
Returns true if field window_to_stats is set (has been assigned a value) and false otherwiseboolean
isSet
(ComponentPageInfo._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoid
void
put_to_resources_map
(String key, double val) void
void
void
read
(org.apache.storm.thrift.protocol.TProtocol iprot) void
set_component_id
(String component_id) void
set_component_id_isSet
(boolean value) void
set_component_type
(ComponentType component_type) void
set_component_type_isSet
(boolean value) void
set_debug_options
(DebugOptions debug_options) void
set_debug_options_isSet
(boolean value) void
set_errors
(List<ErrorInfo> errors) void
set_errors_isSet
(boolean value) void
set_eventlog_host
(String eventlog_host) void
set_eventlog_host_isSet
(boolean value) void
set_eventlog_port
(int eventlog_port) void
set_eventlog_port_isSet
(boolean value) void
set_exec_stats
(List<ExecutorAggregateStats> exec_stats) void
set_exec_stats_isSet
(boolean value) void
set_gsid_to_input_stats
(Map<GlobalStreamId, ComponentAggregateStats> gsid_to_input_stats) void
set_gsid_to_input_stats_isSet
(boolean value) void
set_num_executors
(int num_executors) void
set_num_executors_isSet
(boolean value) void
set_num_tasks
(int num_tasks) void
set_num_tasks_isSet
(boolean value) void
set_resources_map
(Map<String, Double> resources_map) void
set_resources_map_isSet
(boolean value) void
set_sid_to_output_stats
(Map<String, ComponentAggregateStats> sid_to_output_stats) void
set_sid_to_output_stats_isSet
(boolean value) void
set_topology_id
(String topology_id) void
set_topology_id_isSet
(boolean value) void
set_topology_name
(String topology_name) void
set_topology_name_isSet
(boolean value) void
set_topology_status
(String topology_status) void
set_topology_status_isSet
(boolean value) void
set_window_to_stats
(Map<String, ComponentAggregateStats> window_to_stats) void
set_window_to_stats_isSet
(boolean value) void
setFieldValue
(ComponentPageInfo._Fields field, Object value) toString()
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
validate()
void
write
(org.apache.storm.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<ComponentPageInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
ComponentPageInfo
public ComponentPageInfo() -
ComponentPageInfo
-
ComponentPageInfo
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<ComponentPageInfo,
ComponentPageInfo._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<ComponentPageInfo,
ComponentPageInfo._Fields>
-
get_component_id
-
set_component_id
-
unset_component_id
public void unset_component_id() -
is_set_component_id
public boolean is_set_component_id()Returns true if field component_id is set (has been assigned a value) and false otherwise -
set_component_id_isSet
public void set_component_id_isSet(boolean value) -
get_component_type
- See Also:
-
set_component_type
- See Also:
-
unset_component_type
public void unset_component_type() -
is_set_component_type
public boolean is_set_component_type()Returns true if field component_type is set (has been assigned a value) and false otherwise -
set_component_type_isSet
public void set_component_type_isSet(boolean value) -
get_topology_id
-
set_topology_id
-
unset_topology_id
public void unset_topology_id() -
is_set_topology_id
public boolean is_set_topology_id()Returns true if field topology_id is set (has been assigned a value) and false otherwise -
set_topology_id_isSet
public void set_topology_id_isSet(boolean value) -
get_topology_name
-
set_topology_name
-
unset_topology_name
public void unset_topology_name() -
is_set_topology_name
public boolean is_set_topology_name()Returns true if field topology_name is set (has been assigned a value) and false otherwise -
set_topology_name_isSet
public void set_topology_name_isSet(boolean value) -
get_num_executors
public int get_num_executors() -
set_num_executors
public void set_num_executors(int num_executors) -
unset_num_executors
public void unset_num_executors() -
is_set_num_executors
public boolean is_set_num_executors()Returns true if field num_executors is set (has been assigned a value) and false otherwise -
set_num_executors_isSet
public void set_num_executors_isSet(boolean value) -
get_num_tasks
public int get_num_tasks() -
set_num_tasks
public void set_num_tasks(int num_tasks) -
unset_num_tasks
public void unset_num_tasks() -
is_set_num_tasks
public boolean is_set_num_tasks()Returns true if field num_tasks is set (has been assigned a value) and false otherwise -
set_num_tasks_isSet
public void set_num_tasks_isSet(boolean value) -
get_window_to_stats_size
public int get_window_to_stats_size() -
put_to_window_to_stats
-
get_window_to_stats
-
set_window_to_stats
-
unset_window_to_stats
public void unset_window_to_stats() -
is_set_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 -
set_window_to_stats_isSet
public void set_window_to_stats_isSet(boolean value) -
get_gsid_to_input_stats_size
public int get_gsid_to_input_stats_size() -
put_to_gsid_to_input_stats
-
get_gsid_to_input_stats
-
set_gsid_to_input_stats
public void set_gsid_to_input_stats(Map<GlobalStreamId, ComponentAggregateStats> gsid_to_input_stats) -
unset_gsid_to_input_stats
public void unset_gsid_to_input_stats() -
is_set_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 -
set_gsid_to_input_stats_isSet
public void set_gsid_to_input_stats_isSet(boolean value) -
get_sid_to_output_stats_size
public 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_stats
public void unset_sid_to_output_stats() -
is_set_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 -
set_sid_to_output_stats_isSet
public void set_sid_to_output_stats_isSet(boolean value) -
get_exec_stats_size
public int get_exec_stats_size() -
get_exec_stats_iterator
-
add_to_exec_stats
-
get_exec_stats
-
set_exec_stats
-
unset_exec_stats
public void unset_exec_stats() -
is_set_exec_stats
public boolean is_set_exec_stats()Returns true if field exec_stats is set (has been assigned a value) and false otherwise -
set_exec_stats_isSet
public void set_exec_stats_isSet(boolean value) -
get_errors_size
public int get_errors_size() -
get_errors_iterator
-
add_to_errors
-
get_errors
-
set_errors
-
unset_errors
public void unset_errors() -
is_set_errors
public boolean is_set_errors()Returns true if field errors is set (has been assigned a value) and false otherwise -
set_errors_isSet
public void set_errors_isSet(boolean value) -
get_eventlog_host
-
set_eventlog_host
-
unset_eventlog_host
public void unset_eventlog_host() -
is_set_eventlog_host
public boolean is_set_eventlog_host()Returns true if field eventlog_host is set (has been assigned a value) and false otherwise -
set_eventlog_host_isSet
public void set_eventlog_host_isSet(boolean value) -
get_eventlog_port
public int get_eventlog_port() -
set_eventlog_port
public void set_eventlog_port(int eventlog_port) -
unset_eventlog_port
public void unset_eventlog_port() -
is_set_eventlog_port
public boolean is_set_eventlog_port()Returns true if field eventlog_port is set (has been assigned a value) and false otherwise -
set_eventlog_port_isSet
public void set_eventlog_port_isSet(boolean value) -
get_debug_options
-
set_debug_options
-
unset_debug_options
public void unset_debug_options() -
is_set_debug_options
public boolean is_set_debug_options()Returns true if field debug_options is set (has been assigned a value) and false otherwise -
set_debug_options_isSet
public void set_debug_options_isSet(boolean value) -
get_topology_status
-
set_topology_status
-
unset_topology_status
public void unset_topology_status() -
is_set_topology_status
public boolean is_set_topology_status()Returns true if field topology_status is set (has been assigned a value) and false otherwise -
set_topology_status_isSet
public void set_topology_status_isSet(boolean value) -
get_resources_map_size
public int get_resources_map_size() -
put_to_resources_map
-
get_resources_map
-
set_resources_map
-
unset_resources_map
public void unset_resources_map() -
is_set_resources_map
public boolean is_set_resources_map()Returns true if field resources_map is set (has been assigned a value) and false otherwise -
set_resources_map_isSet
public void set_resources_map_isSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<ComponentPageInfo,
ComponentPageInfo._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<ComponentPageInfo,
ComponentPageInfo._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.storm.thrift.TBase<ComponentPageInfo,
ComponentPageInfo._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<ComponentPageInfo>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<ComponentPageInfo,
ComponentPageInfo._Fields>
-
read
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
read
in interfaceorg.apache.storm.thrift.TSerializable
- Throws:
org.apache.storm.thrift.TException
-
write
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
write
in interfaceorg.apache.storm.thrift.TSerializable
- Throws:
org.apache.storm.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.storm.thrift.TException- Throws:
org.apache.storm.thrift.TException
-