Package org.apache.storm.generated
Class HBRecords
java.lang.Object
org.apache.storm.generated.HBRecords
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<HBRecords>,- org.apache.storm.thrift.TBase<HBRecords,,- HBRecords._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class HBRecords
extends Object
implements org.apache.storm.thrift.TBase<HBRecords,HBRecords._Fields>, Serializable, Cloneable, Comparable<HBRecords> 
- 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<HBRecords._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd_to_pulses(HBPulse elem) voidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) intgetFieldValue(HBRecords._Fields field) inthashCode()booleanReturns true if field pulses is set (has been assigned a value) and false otherwisebooleanisSet(HBRecords._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_pulses(List<HBPulse> pulses) voidset_pulses_isSet(boolean value) voidsetFieldValue(HBRecords._Fields field, Object value) toString()voidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<HBRecords._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
HBRecordspublic HBRecords()
- 
HBRecords
- 
HBRecordsPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<HBRecords,- HBRecords._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<HBRecords,- HBRecords._Fields> 
 
- 
get_pulses_sizepublic int get_pulses_size()
- 
get_pulses_iterator
- 
add_to_pulses
- 
get_pulses
- 
set_pulses
- 
unset_pulsespublic void unset_pulses()
- 
is_set_pulsespublic boolean is_set_pulses()Returns true if field pulses is set (has been assigned a value) and false otherwise
- 
set_pulses_isSetpublic void set_pulses_isSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<HBRecords,- HBRecords._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<HBRecords,- HBRecords._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<HBRecords,- HBRecords._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<HBRecords>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<HBRecords,- HBRecords._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
 
 
-