Package org.apache.storm.generated
Class HBMessage
java.lang.Object
org.apache.storm.generated.HBMessage
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<HBMessage>,- org.apache.storm.thrift.TBase<HBMessage,,- HBMessage._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class HBMessage
extends Object
implements org.apache.storm.thrift.TBase<HBMessage,HBMessage._Fields>, Serializable, Cloneable, Comparable<HBMessage> 
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Map<HBMessage._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructorsConstructorDescriptionPerforms a deep copy on other.HBMessage(HBServerMessageType type, HBMessageData data) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) get_data()intget_type()getFieldValue(HBMessage._Fields field) inthashCode()booleanReturns true if field data is set (has been assigned a value) and false otherwisebooleanReturns true if field message_id is set (has been assigned a value) and false otherwisebooleanReturns true if field type is set (has been assigned a value) and false otherwisebooleanisSet(HBMessage._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidread(org.apache.storm.thrift.protocol.TProtocol iprot) voidset_data(HBMessageData data) voidset_data_isSet(boolean value) voidset_message_id(int message_id) voidset_message_id_isSet(boolean value) voidset_type(HBServerMessageType type) voidset_type_isSet(boolean value) voidsetFieldValue(HBMessage._Fields field, Object value) toString()voidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<HBMessage._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
HBMessagepublic HBMessage()
- 
HBMessage
- 
HBMessagePerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<HBMessage,- HBMessage._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<HBMessage,- HBMessage._Fields> 
 
- 
get_type- See Also:
 
- 
set_type- See Also:
 
- 
unset_typepublic void unset_type()
- 
is_set_typepublic boolean is_set_type()Returns true if field type is set (has been assigned a value) and false otherwise
- 
set_type_isSetpublic void set_type_isSet(boolean value) 
- 
get_data
- 
set_data
- 
unset_datapublic void unset_data()
- 
is_set_datapublic boolean is_set_data()Returns true if field data is set (has been assigned a value) and false otherwise
- 
set_data_isSetpublic void set_data_isSet(boolean value) 
- 
get_message_idpublic int get_message_id()
- 
set_message_idpublic void set_message_id(int message_id) 
- 
unset_message_idpublic void unset_message_id()
- 
is_set_message_idpublic boolean is_set_message_id()Returns true if field message_id is set (has been assigned a value) and false otherwise
- 
set_message_id_isSetpublic void set_message_id_isSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<HBMessage,- HBMessage._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<HBMessage,- HBMessage._Fields> 
 
- 
isSetReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
- isSetin interface- org.apache.storm.thrift.TBase<HBMessage,- HBMessage._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<HBMessage>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<HBMessage,- HBMessage._Fields> 
 
- 
readpublic void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
- readin interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
- 
writepublic void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
- writein interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
- 
toString
- 
validatepublic void validate() throws org.apache.storm.thrift.TException- Throws:
- org.apache.storm.thrift.TException
 
 
-