Package org.apache.storm.generated
Class TopologySummary
java.lang.Object
org.apache.storm.generated.TopologySummary
- All Implemented Interfaces:
 Serializable,Cloneable,Comparable<TopologySummary>,org.apache.storm.thrift.TBase<TopologySummary,,TopologySummary._Fields> org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class TopologySummary
extends Object
implements org.apache.storm.thrift.TBase<TopologySummary,TopologySummary._Fields>, Serializable, Cloneable, Comparable<TopologySummary> 
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<TopologySummary._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>  - 
Constructor Summary
ConstructorsConstructorDescriptionTopologySummary(String id, String name, int num_tasks, int num_executors, int num_workers, int uptime_secs, String status) TopologySummary(TopologySummary other) Performs a deep copy on other. - 
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(TopologySummary other) deepCopy()booleanbooleanequals(TopologySummary that) fieldForId(int fieldId) doubleintdoubledoubleget_id()get_name()intintintintdoubleintdoubledoubleintinthashCode()booleanReturns true if field assigned_cpu is set (has been assigned a value) and false otherwisebooleanReturns true if field assigned_generic_resources is set (has been assigned a value) and false otherwisebooleanReturns true if field assigned_memoffheap is set (has been assigned a value) and false otherwisebooleanReturns true if field assigned_memonheap is set (has been assigned a value) and false otherwisebooleanReturns true if field id is set (has been assigned a value) and false otherwisebooleanReturns true if field name 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 num_workers is set (has been assigned a value) and false otherwisebooleanReturns true if field owner is set (has been assigned a value) and false otherwisebooleanReturns true if field replication_count is set (has been assigned a value) and false otherwisebooleanReturns true if field requested_cpu is set (has been assigned a value) and false otherwisebooleanReturns true if field requested_generic_resources is set (has been assigned a value) and false otherwisebooleanReturns true if field requested_memoffheap is set (has been assigned a value) and false otherwisebooleanReturns true if field requested_memonheap is set (has been assigned a value) and false otherwisebooleanReturns true if field sched_status is set (has been assigned a value) and false otherwisebooleanReturns true if field status is set (has been assigned a value) and false otherwisebooleanReturns true if field storm_version is set (has been assigned a value) and false otherwisebooleanReturns true if field topology_version is set (has been assigned a value) and false otherwisebooleanReturns true if field uptime_secs is set (has been assigned a value) and false otherwisebooleanisSet(TopologySummary._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidput_to_assigned_generic_resources(String key, double val) voidput_to_requested_generic_resources(String key, double val) voidread(org.apache.storm.thrift.protocol.TProtocol iprot) voidset_assigned_cpu(double assigned_cpu) voidset_assigned_cpu_isSet(boolean value) voidset_assigned_generic_resources(Map<String, Double> assigned_generic_resources) voidset_assigned_generic_resources_isSet(boolean value) voidset_assigned_memoffheap(double assigned_memoffheap) voidset_assigned_memoffheap_isSet(boolean value) voidset_assigned_memonheap(double assigned_memonheap) voidset_assigned_memonheap_isSet(boolean value) voidvoidset_id_isSet(boolean value) voidvoidset_name_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_num_workers(int num_workers) voidset_num_workers_isSet(boolean value) voidvoidset_owner_isSet(boolean value) voidset_replication_count(int replication_count) voidset_replication_count_isSet(boolean value) voidset_requested_cpu(double requested_cpu) voidset_requested_cpu_isSet(boolean value) voidset_requested_generic_resources(Map<String, Double> requested_generic_resources) voidset_requested_generic_resources_isSet(boolean value) voidset_requested_memoffheap(double requested_memoffheap) voidset_requested_memoffheap_isSet(boolean value) voidset_requested_memonheap(double requested_memonheap) voidset_requested_memonheap_isSet(boolean value) voidset_sched_status(String sched_status) voidset_sched_status_isSet(boolean value) voidset_status(String status) voidset_status_isSet(boolean value) voidset_storm_version(String storm_version) voidset_storm_version_isSet(boolean value) voidset_topology_version(String topology_version) voidset_topology_version_isSet(boolean value) voidset_uptime_secs(int uptime_secs) voidset_uptime_secs_isSet(boolean value) voidsetFieldValue(TopologySummary._Fields field, Object value) toString()voidvoidvoidvoidvoidunset_id()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot)  
- 
Field Details
- 
metaDataMap
public static final Map<TopologySummary._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap 
 - 
 - 
Constructor Details
- 
TopologySummary
public TopologySummary() - 
TopologySummary
 - 
TopologySummary
Performs a deep copy on other. 
 - 
 - 
Method Details
- 
deepCopy
- Specified by:
 deepCopyin interfaceorg.apache.storm.thrift.TBase<TopologySummary,TopologySummary._Fields> 
 - 
clear
public void clear()- Specified by:
 clearin interfaceorg.apache.storm.thrift.TBase<TopologySummary,TopologySummary._Fields> 
 - 
get_id
 - 
set_id
 - 
unset_id
public void unset_id() - 
is_set_id
public boolean is_set_id()Returns true if field id is set (has been assigned a value) and false otherwise - 
set_id_isSet
public void set_id_isSet(boolean value)  - 
get_name
 - 
set_name
 - 
unset_name
public void unset_name() - 
is_set_name
public boolean is_set_name()Returns true if field name is set (has been assigned a value) and false otherwise - 
set_name_isSet
public void set_name_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_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_workers
public int get_num_workers() - 
set_num_workers
public void set_num_workers(int num_workers)  - 
unset_num_workers
public void unset_num_workers() - 
is_set_num_workers
public boolean is_set_num_workers()Returns true if field num_workers is set (has been assigned a value) and false otherwise - 
set_num_workers_isSet
public void set_num_workers_isSet(boolean value)  - 
get_uptime_secs
public int get_uptime_secs() - 
set_uptime_secs
public void set_uptime_secs(int uptime_secs)  - 
unset_uptime_secs
public void unset_uptime_secs() - 
is_set_uptime_secs
public boolean is_set_uptime_secs()Returns true if field uptime_secs is set (has been assigned a value) and false otherwise - 
set_uptime_secs_isSet
public void set_uptime_secs_isSet(boolean value)  - 
get_status
 - 
set_status
 - 
unset_status
public void unset_status() - 
is_set_status
public boolean is_set_status()Returns true if field status is set (has been assigned a value) and false otherwise - 
set_status_isSet
public void set_status_isSet(boolean value)  - 
get_storm_version
 - 
set_storm_version
 - 
unset_storm_version
public void unset_storm_version() - 
is_set_storm_version
public boolean is_set_storm_version()Returns true if field storm_version is set (has been assigned a value) and false otherwise - 
set_storm_version_isSet
public void set_storm_version_isSet(boolean value)  - 
get_topology_version
 - 
set_topology_version
 - 
unset_topology_version
public void unset_topology_version() - 
is_set_topology_version
public boolean is_set_topology_version()Returns true if field topology_version is set (has been assigned a value) and false otherwise - 
set_topology_version_isSet
public void set_topology_version_isSet(boolean value)  - 
get_sched_status
 - 
set_sched_status
 - 
unset_sched_status
public void unset_sched_status() - 
is_set_sched_status
public boolean is_set_sched_status()Returns true if field sched_status is set (has been assigned a value) and false otherwise - 
set_sched_status_isSet
public void set_sched_status_isSet(boolean value)  - 
get_owner
 - 
set_owner
 - 
unset_owner
public void unset_owner() - 
is_set_owner
public boolean is_set_owner()Returns true if field owner is set (has been assigned a value) and false otherwise - 
set_owner_isSet
public void set_owner_isSet(boolean value)  - 
get_replication_count
public int get_replication_count() - 
set_replication_count
public void set_replication_count(int replication_count)  - 
unset_replication_count
public void unset_replication_count() - 
is_set_replication_count
public boolean is_set_replication_count()Returns true if field replication_count is set (has been assigned a value) and false otherwise - 
set_replication_count_isSet
public void set_replication_count_isSet(boolean value)  - 
get_requested_memonheap
public double get_requested_memonheap() - 
set_requested_memonheap
public void set_requested_memonheap(double requested_memonheap)  - 
unset_requested_memonheap
public void unset_requested_memonheap() - 
is_set_requested_memonheap
public boolean is_set_requested_memonheap()Returns true if field requested_memonheap is set (has been assigned a value) and false otherwise - 
set_requested_memonheap_isSet
public void set_requested_memonheap_isSet(boolean value)  - 
get_requested_memoffheap
public double get_requested_memoffheap() - 
set_requested_memoffheap
public void set_requested_memoffheap(double requested_memoffheap)  - 
unset_requested_memoffheap
public void unset_requested_memoffheap() - 
is_set_requested_memoffheap
public boolean is_set_requested_memoffheap()Returns true if field requested_memoffheap is set (has been assigned a value) and false otherwise - 
set_requested_memoffheap_isSet
public void set_requested_memoffheap_isSet(boolean value)  - 
get_requested_cpu
public double get_requested_cpu() - 
set_requested_cpu
public void set_requested_cpu(double requested_cpu)  - 
unset_requested_cpu
public void unset_requested_cpu() - 
is_set_requested_cpu
public boolean is_set_requested_cpu()Returns true if field requested_cpu is set (has been assigned a value) and false otherwise - 
set_requested_cpu_isSet
public void set_requested_cpu_isSet(boolean value)  - 
get_assigned_memonheap
public double get_assigned_memonheap() - 
set_assigned_memonheap
public void set_assigned_memonheap(double assigned_memonheap)  - 
unset_assigned_memonheap
public void unset_assigned_memonheap() - 
is_set_assigned_memonheap
public boolean is_set_assigned_memonheap()Returns true if field assigned_memonheap is set (has been assigned a value) and false otherwise - 
set_assigned_memonheap_isSet
public void set_assigned_memonheap_isSet(boolean value)  - 
get_assigned_memoffheap
public double get_assigned_memoffheap() - 
set_assigned_memoffheap
public void set_assigned_memoffheap(double assigned_memoffheap)  - 
unset_assigned_memoffheap
public void unset_assigned_memoffheap() - 
is_set_assigned_memoffheap
public boolean is_set_assigned_memoffheap()Returns true if field assigned_memoffheap is set (has been assigned a value) and false otherwise - 
set_assigned_memoffheap_isSet
public void set_assigned_memoffheap_isSet(boolean value)  - 
get_assigned_cpu
public double get_assigned_cpu() - 
set_assigned_cpu
public void set_assigned_cpu(double assigned_cpu)  - 
unset_assigned_cpu
public void unset_assigned_cpu() - 
is_set_assigned_cpu
public boolean is_set_assigned_cpu()Returns true if field assigned_cpu is set (has been assigned a value) and false otherwise - 
set_assigned_cpu_isSet
public void set_assigned_cpu_isSet(boolean value)  - 
get_requested_generic_resources_size
public int get_requested_generic_resources_size() - 
put_to_requested_generic_resources
 - 
get_requested_generic_resources
 - 
set_requested_generic_resources
 - 
unset_requested_generic_resources
public void unset_requested_generic_resources() - 
is_set_requested_generic_resources
public boolean is_set_requested_generic_resources()Returns true if field requested_generic_resources is set (has been assigned a value) and false otherwise - 
set_requested_generic_resources_isSet
public void set_requested_generic_resources_isSet(boolean value)  - 
get_assigned_generic_resources_size
public int get_assigned_generic_resources_size() - 
put_to_assigned_generic_resources
 - 
get_assigned_generic_resources
 - 
set_assigned_generic_resources
 - 
unset_assigned_generic_resources
public void unset_assigned_generic_resources() - 
is_set_assigned_generic_resources
public boolean is_set_assigned_generic_resources()Returns true if field assigned_generic_resources is set (has been assigned a value) and false otherwise - 
set_assigned_generic_resources_isSet
public void set_assigned_generic_resources_isSet(boolean value)  - 
setFieldValue
- Specified by:
 setFieldValuein interfaceorg.apache.storm.thrift.TBase<TopologySummary,TopologySummary._Fields> 
 - 
getFieldValue
- Specified by:
 getFieldValuein interfaceorg.apache.storm.thrift.TBase<TopologySummary,TopologySummary._Fields> 
 - 
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
 isSetin interfaceorg.apache.storm.thrift.TBase<TopologySummary,TopologySummary._Fields> 
 - 
equals
 - 
equals
 - 
hashCode
public int hashCode() - 
compareTo
- Specified by:
 compareToin interfaceComparable<TopologySummary>
 - 
fieldForId
- Specified by:
 fieldForIdin interfaceorg.apache.storm.thrift.TBase<TopologySummary,TopologySummary._Fields> 
 - 
read
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
 readin 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:
 writein 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
 
 -