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