Package org.apache.storm.generated
Class WorkerMetricList
java.lang.Object
org.apache.storm.generated.WorkerMetricList
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<WorkerMetricList>
,org.apache.storm.thrift.TBase<WorkerMetricList,
,WorkerMetricList._Fields> org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class WorkerMetricList
extends Object
implements org.apache.storm.thrift.TBase<WorkerMetricList,WorkerMetricList._Fields>, Serializable, Cloneable, Comparable<WorkerMetricList>
- 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<WorkerMetricList._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorDescriptionWorkerMetricList
(List<WorkerMetricPoint> metrics) WorkerMetricList
(WorkerMetricList other) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clear()
int
compareTo
(WorkerMetricList other) deepCopy()
boolean
boolean
equals
(WorkerMetricList that) fieldForId
(int fieldId) int
int
hashCode()
boolean
Returns true if field metrics is set (has been assigned a value) and false otherwiseboolean
isSet
(WorkerMetricList._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoid
read
(org.apache.storm.thrift.protocol.TProtocol iprot) void
set_metrics
(List<WorkerMetricPoint> metrics) void
set_metrics_isSet
(boolean value) void
setFieldValue
(WorkerMetricList._Fields field, Object value) toString()
void
void
validate()
void
write
(org.apache.storm.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<WorkerMetricList._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
WorkerMetricList
public WorkerMetricList() -
WorkerMetricList
-
WorkerMetricList
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<WorkerMetricList,
WorkerMetricList._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<WorkerMetricList,
WorkerMetricList._Fields>
-
get_metrics_size
public int get_metrics_size() -
get_metrics_iterator
-
add_to_metrics
-
get_metrics
-
set_metrics
-
unset_metrics
public void unset_metrics() -
is_set_metrics
public boolean is_set_metrics()Returns true if field metrics is set (has been assigned a value) and false otherwise -
set_metrics_isSet
public void set_metrics_isSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<WorkerMetricList,
WorkerMetricList._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<WorkerMetricList,
WorkerMetricList._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<WorkerMetricList,
WorkerMetricList._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<WorkerMetricList>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<WorkerMetricList,
WorkerMetricList._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
-