Package org.apache.storm.generated
Class DebugOptions
- java.lang.Object
-
- org.apache.storm.generated.DebugOptions
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<DebugOptions>
,org.apache.storm.thrift.TBase<DebugOptions,DebugOptions._Fields>
,org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)") public class DebugOptions extends Object implements org.apache.storm.thrift.TBase<DebugOptions,DebugOptions._Fields>, Serializable, Cloneable, Comparable<DebugOptions>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DebugOptions._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<DebugOptions._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>
metaDataMap
-
Constructor Summary
Constructors Constructor Description DebugOptions()
DebugOptions(DebugOptions other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(DebugOptions other)
DebugOptions
deepCopy()
boolean
equals(Object that)
boolean
equals(DebugOptions that)
DebugOptions._Fields
fieldForId(int fieldId)
double
get_samplingpct()
Object
getFieldValue(DebugOptions._Fields field)
int
hashCode()
boolean
is_enable()
boolean
is_set_enable()
Returns true if field enable is set (has been assigned a value) and false otherwiseboolean
is_set_samplingpct()
Returns true if field samplingpct is set (has been assigned a value) and false otherwiseboolean
isSet(DebugOptions._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_enable(boolean enable)
void
set_enable_isSet(boolean value)
void
set_samplingpct(double samplingpct)
void
set_samplingpct_isSet(boolean value)
void
setFieldValue(DebugOptions._Fields field, Object value)
String
toString()
void
unset_enable()
void
unset_samplingpct()
void
validate()
void
write(org.apache.storm.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
metaDataMap
public static final Map<DebugOptions._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
DebugOptions
public DebugOptions()
-
DebugOptions
public DebugOptions(DebugOptions other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public DebugOptions deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<DebugOptions,DebugOptions._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<DebugOptions,DebugOptions._Fields>
-
is_enable
public boolean is_enable()
-
set_enable
public void set_enable(boolean enable)
-
unset_enable
public void unset_enable()
-
is_set_enable
public boolean is_set_enable()
Returns true if field enable is set (has been assigned a value) and false otherwise
-
set_enable_isSet
public void set_enable_isSet(boolean value)
-
get_samplingpct
public double get_samplingpct()
-
set_samplingpct
public void set_samplingpct(double samplingpct)
-
unset_samplingpct
public void unset_samplingpct()
-
is_set_samplingpct
public boolean is_set_samplingpct()
Returns true if field samplingpct is set (has been assigned a value) and false otherwise
-
set_samplingpct_isSet
public void set_samplingpct_isSet(boolean value)
-
setFieldValue
public void setFieldValue(DebugOptions._Fields field, Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<DebugOptions,DebugOptions._Fields>
-
getFieldValue
public Object getFieldValue(DebugOptions._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<DebugOptions,DebugOptions._Fields>
-
isSet
public boolean isSet(DebugOptions._Fields field)
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<DebugOptions,DebugOptions._Fields>
-
equals
public boolean equals(DebugOptions that)
-
compareTo
public int compareTo(DebugOptions other)
- Specified by:
compareTo
in interfaceComparable<DebugOptions>
-
fieldForId
public DebugOptions._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<DebugOptions,DebugOptions._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
-
validate
public void validate() throws org.apache.storm.thrift.TException
- Throws:
org.apache.storm.thrift.TException
-
-