Package org.apache.storm.generated
Class CommonAggregateStats
java.lang.Object
org.apache.storm.generated.CommonAggregateStats
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<CommonAggregateStats>
,org.apache.storm.thrift.TBase<CommonAggregateStats,
,CommonAggregateStats._Fields> org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class CommonAggregateStats
extends Object
implements org.apache.storm.thrift.TBase<CommonAggregateStats,CommonAggregateStats._Fields>, Serializable, Cloneable, Comparable<CommonAggregateStats>
- 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<CommonAggregateStats._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorDescriptionPerforms a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
compareTo
(CommonAggregateStats other) deepCopy()
boolean
boolean
equals
(CommonAggregateStats that) fieldForId
(int fieldId) long
long
long
int
int
int
long
int
hashCode()
boolean
Returns true if field acked is set (has been assigned a value) and false otherwiseboolean
Returns true if field emitted is set (has been assigned a value) and false otherwiseboolean
Returns true if field failed 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 transferred is set (has been assigned a value) and false otherwiseboolean
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoid
put_to_resources_map
(String key, double val) void
read
(org.apache.storm.thrift.protocol.TProtocol iprot) void
set_acked
(long acked) void
set_acked_isSet
(boolean value) void
set_emitted
(long emitted) void
set_emitted_isSet
(boolean value) void
set_failed
(long failed) void
set_failed_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_transferred
(long transferred) void
set_transferred_isSet
(boolean value) void
setFieldValue
(CommonAggregateStats._Fields field, Object value) toString()
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<CommonAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
CommonAggregateStats
public CommonAggregateStats() -
CommonAggregateStats
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<CommonAggregateStats,
CommonAggregateStats._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<CommonAggregateStats,
CommonAggregateStats._Fields>
-
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_emitted
public long get_emitted() -
set_emitted
public void set_emitted(long emitted) -
unset_emitted
public void unset_emitted() -
is_set_emitted
public boolean is_set_emitted()Returns true if field emitted is set (has been assigned a value) and false otherwise -
set_emitted_isSet
public void set_emitted_isSet(boolean value) -
get_transferred
public long get_transferred() -
set_transferred
public void set_transferred(long transferred) -
unset_transferred
public void unset_transferred() -
is_set_transferred
public boolean is_set_transferred()Returns true if field transferred is set (has been assigned a value) and false otherwise -
set_transferred_isSet
public void set_transferred_isSet(boolean value) -
get_acked
public long get_acked() -
set_acked
public void set_acked(long acked) -
unset_acked
public void unset_acked() -
is_set_acked
public boolean is_set_acked()Returns true if field acked is set (has been assigned a value) and false otherwise -
set_acked_isSet
public void set_acked_isSet(boolean value) -
get_failed
public long get_failed() -
set_failed
public void set_failed(long failed) -
unset_failed
public void unset_failed() -
is_set_failed
public boolean is_set_failed()Returns true if field failed is set (has been assigned a value) and false otherwise -
set_failed_isSet
public void set_failed_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<CommonAggregateStats,
CommonAggregateStats._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<CommonAggregateStats,
CommonAggregateStats._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<CommonAggregateStats,
CommonAggregateStats._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<CommonAggregateStats>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<CommonAggregateStats,
CommonAggregateStats._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
-