@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class HBRecords extends Object implements org.apache.storm.thrift.TBase<HBRecords,HBRecords._Fields>, Serializable, Cloneable, Comparable<HBRecords>
Modifier and Type | Class and Description |
---|---|
static class |
HBRecords._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<HBRecords._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
HBRecords() |
HBRecords(HBRecords other)
Performs a deep copy on other.
|
HBRecords(List<HBPulse> pulses) |
Modifier and Type | Method and Description |
---|---|
void |
add_to_pulses(HBPulse elem) |
void |
clear() |
int |
compareTo(HBRecords other) |
HBRecords |
deepCopy() |
boolean |
equals(HBRecords that) |
boolean |
equals(Object that) |
HBRecords._Fields |
fieldForId(int fieldId) |
Iterator<HBPulse> |
get_pulses_iterator() |
int |
get_pulses_size() |
List<HBPulse> |
get_pulses() |
Object |
getFieldValue(HBRecords._Fields field) |
int |
hashCode() |
boolean |
is_set_pulses()
Returns true if field pulses is set (has been assigned a value) and false otherwise
|
boolean |
isSet(HBRecords._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_pulses_isSet(boolean value) |
void |
set_pulses(List<HBPulse> pulses) |
void |
setFieldValue(HBRecords._Fields field,
Object value) |
String |
toString() |
void |
unset_pulses() |
void |
validate() |
void |
write(org.apache.storm.thrift.protocol.TProtocol oprot) |
public static final Map<HBRecords._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public HBRecords()
public HBRecords(HBRecords other)
Performs a deep copy on other.
public HBRecords deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<HBRecords,HBRecords._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<HBRecords,HBRecords._Fields>
public int get_pulses_size()
public void add_to_pulses(HBPulse elem)
public void unset_pulses()
public boolean is_set_pulses()
Returns true if field pulses is set (has been assigned a value) and false otherwise
public void set_pulses_isSet(boolean value)
public void setFieldValue(HBRecords._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<HBRecords,HBRecords._Fields>
public Object getFieldValue(HBRecords._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<HBRecords,HBRecords._Fields>
public boolean isSet(HBRecords._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<HBRecords,HBRecords._Fields>
public boolean equals(HBRecords that)
public int compareTo(HBRecords other)
compareTo
in interface Comparable<HBRecords>
public HBRecords._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<HBRecords,HBRecords._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.