@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class WorkerMetricPoint extends Object implements org.apache.storm.thrift.TBase<WorkerMetricPoint,WorkerMetricPoint._Fields>, Serializable, Cloneable, Comparable<WorkerMetricPoint>
Modifier and Type | Class and Description |
---|---|
static class |
WorkerMetricPoint._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<WorkerMetricPoint._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
WorkerMetricPoint() |
WorkerMetricPoint(String metricName,
long timestamp,
double metricValue,
String componentId,
String executorId,
String streamId) |
WorkerMetricPoint(WorkerMetricPoint other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(WorkerMetricPoint other) |
WorkerMetricPoint |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(WorkerMetricPoint that) |
WorkerMetricPoint._Fields |
fieldForId(int fieldId) |
String |
get_componentId() |
String |
get_executorId() |
String |
get_metricName() |
double |
get_metricValue() |
String |
get_streamId() |
long |
get_timestamp() |
Object |
getFieldValue(WorkerMetricPoint._Fields field) |
int |
hashCode() |
boolean |
is_set_componentId()
Returns true if field componentId is set (has been assigned a value) and false otherwise
|
boolean |
is_set_executorId()
Returns true if field executorId is set (has been assigned a value) and false otherwise
|
boolean |
is_set_metricName()
Returns true if field metricName is set (has been assigned a value) and false otherwise
|
boolean |
is_set_metricValue()
Returns true if field metricValue is set (has been assigned a value) and false otherwise
|
boolean |
is_set_streamId()
Returns true if field streamId is set (has been assigned a value) and false otherwise
|
boolean |
is_set_timestamp()
Returns true if field timestamp is set (has been assigned a value) and false otherwise
|
boolean |
isSet(WorkerMetricPoint._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.storm.thrift.protocol.TProtocol iprot) |
void |
set_componentId_isSet(boolean value) |
void |
set_componentId(String componentId) |
void |
set_executorId_isSet(boolean value) |
void |
set_executorId(String executorId) |
void |
set_metricName_isSet(boolean value) |
void |
set_metricName(String metricName) |
void |
set_metricValue_isSet(boolean value) |
void |
set_metricValue(double metricValue) |
void |
set_streamId_isSet(boolean value) |
void |
set_streamId(String streamId) |
void |
set_timestamp_isSet(boolean value) |
void |
set_timestamp(long timestamp) |
void |
setFieldValue(WorkerMetricPoint._Fields field,
Object value) |
String |
toString() |
void |
unset_componentId() |
void |
unset_executorId() |
void |
unset_metricName() |
void |
unset_metricValue() |
void |
unset_streamId() |
void |
unset_timestamp() |
void |
validate() |
void |
write(org.apache.storm.thrift.protocol.TProtocol oprot) |
public static final Map<WorkerMetricPoint._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public WorkerMetricPoint()
public WorkerMetricPoint(String metricName, long timestamp, double metricValue, String componentId, String executorId, String streamId)
public WorkerMetricPoint(WorkerMetricPoint other)
Performs a deep copy on other.
public WorkerMetricPoint deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<WorkerMetricPoint,WorkerMetricPoint._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<WorkerMetricPoint,WorkerMetricPoint._Fields>
public String get_metricName()
public void set_metricName(String metricName)
public void unset_metricName()
public boolean is_set_metricName()
Returns true if field metricName is set (has been assigned a value) and false otherwise
public void set_metricName_isSet(boolean value)
public long get_timestamp()
public void set_timestamp(long timestamp)
public void unset_timestamp()
public boolean is_set_timestamp()
Returns true if field timestamp is set (has been assigned a value) and false otherwise
public void set_timestamp_isSet(boolean value)
public double get_metricValue()
public void set_metricValue(double metricValue)
public void unset_metricValue()
public boolean is_set_metricValue()
Returns true if field metricValue is set (has been assigned a value) and false otherwise
public void set_metricValue_isSet(boolean value)
public String get_componentId()
public void set_componentId(String componentId)
public void unset_componentId()
public boolean is_set_componentId()
Returns true if field componentId is set (has been assigned a value) and false otherwise
public void set_componentId_isSet(boolean value)
public String get_executorId()
public void set_executorId(String executorId)
public void unset_executorId()
public boolean is_set_executorId()
Returns true if field executorId is set (has been assigned a value) and false otherwise
public void set_executorId_isSet(boolean value)
public String get_streamId()
public void set_streamId(String streamId)
public void unset_streamId()
public boolean is_set_streamId()
Returns true if field streamId is set (has been assigned a value) and false otherwise
public void set_streamId_isSet(boolean value)
public void setFieldValue(WorkerMetricPoint._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<WorkerMetricPoint,WorkerMetricPoint._Fields>
public Object getFieldValue(WorkerMetricPoint._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<WorkerMetricPoint,WorkerMetricPoint._Fields>
public boolean isSet(WorkerMetricPoint._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet
in interface org.apache.storm.thrift.TBase<WorkerMetricPoint,WorkerMetricPoint._Fields>
public boolean equals(WorkerMetricPoint that)
public int compareTo(WorkerMetricPoint other)
compareTo
in interface Comparable<WorkerMetricPoint>
public WorkerMetricPoint._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<WorkerMetricPoint,WorkerMetricPoint._Fields>
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException
read
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
write
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void validate() throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
Copyright © 2022 The Apache Software Foundation. All rights reserved.