|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.ql.plan.api.Adjacency
public class Adjacency
Nested Class Summary | |
---|---|
static class |
Adjacency._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static Map<Adjacency._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
Adjacency()
|
|
Adjacency(Adjacency other)
Performs a deep copy on other. |
|
Adjacency(String node,
List<String> children,
AdjacencyType adjacencyType)
|
Method Summary | |
---|---|
void |
addToChildren(String elem)
|
void |
clear()
|
int |
compareTo(Adjacency other)
|
Adjacency |
deepCopy()
|
boolean |
equals(Adjacency that)
|
boolean |
equals(Object that)
|
Adjacency._Fields |
fieldForId(int fieldId)
|
AdjacencyType |
getAdjacencyType()
|
List<String> |
getChildren()
|
Iterator<String> |
getChildrenIterator()
|
int |
getChildrenSize()
|
Object |
getFieldValue(Adjacency._Fields field)
|
String |
getNode()
|
int |
hashCode()
|
boolean |
isSet(Adjacency._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
boolean |
isSetAdjacencyType()
Returns true if field adjacencyType is set (has been asigned a value) and false otherwise |
boolean |
isSetChildren()
Returns true if field children is set (has been asigned a value) and false otherwise |
boolean |
isSetNode()
Returns true if field node is set (has been asigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setAdjacencyType(AdjacencyType adjacencyType)
|
void |
setAdjacencyTypeIsSet(boolean value)
|
void |
setChildren(List<String> children)
|
void |
setChildrenIsSet(boolean value)
|
void |
setFieldValue(Adjacency._Fields field,
Object value)
|
void |
setNode(String node)
|
void |
setNodeIsSet(boolean value)
|
String |
toString()
|
void |
unsetAdjacencyType()
|
void |
unsetChildren()
|
void |
unsetNode()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Map<Adjacency._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public Adjacency()
public Adjacency(String node, List<String> children, AdjacencyType adjacencyType)
public Adjacency(Adjacency other)
Method Detail |
---|
public Adjacency deepCopy()
deepCopy
in interface org.apache.thrift.TBase<Adjacency,Adjacency._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<Adjacency,Adjacency._Fields>
public String getNode()
public void setNode(String node)
public void unsetNode()
public boolean isSetNode()
public void setNodeIsSet(boolean value)
public int getChildrenSize()
public Iterator<String> getChildrenIterator()
public void addToChildren(String elem)
public List<String> getChildren()
public void setChildren(List<String> children)
public void unsetChildren()
public boolean isSetChildren()
public void setChildrenIsSet(boolean value)
public AdjacencyType getAdjacencyType()
AdjacencyType
public void setAdjacencyType(AdjacencyType adjacencyType)
AdjacencyType
public void unsetAdjacencyType()
public boolean isSetAdjacencyType()
public void setAdjacencyTypeIsSet(boolean value)
public void setFieldValue(Adjacency._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<Adjacency,Adjacency._Fields>
public Object getFieldValue(Adjacency._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<Adjacency,Adjacency._Fields>
public boolean isSet(Adjacency._Fields field)
isSet
in interface org.apache.thrift.TBase<Adjacency,Adjacency._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(Adjacency that)
public int hashCode()
hashCode
in class Object
public int compareTo(Adjacency other)
compareTo
in interface Comparable<Adjacency>
public Adjacency._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<Adjacency,Adjacency._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<Adjacency,Adjacency._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<Adjacency,Adjacency._Fields>
org.apache.thrift.TException
public String toString()
toString
in class Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |