@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class PartitionsByExprResult extends java.lang.Object implements org.apache.thrift.TBase<PartitionsByExprResult,PartitionsByExprResult._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<PartitionsByExprResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
PartitionsByExprResult._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<PartitionsByExprResult._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
PartitionsByExprResult() |
PartitionsByExprResult(java.util.List<Partition> partitions,
boolean hasUnknownPartitions) |
PartitionsByExprResult(PartitionsByExprResult other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToPartitions(Partition elem) |
void |
clear() |
int |
compareTo(PartitionsByExprResult other) |
PartitionsByExprResult |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(PartitionsByExprResult that) |
PartitionsByExprResult._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(PartitionsByExprResult._Fields field) |
java.util.List<Partition> |
getPartitions() |
java.util.Iterator<Partition> |
getPartitionsIterator() |
int |
getPartitionsSize() |
int |
hashCode() |
boolean |
isHasUnknownPartitions() |
boolean |
isSet(PartitionsByExprResult._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetHasUnknownPartitions()
Returns true if field hasUnknownPartitions is set (has been assigned a value) and false otherwise
|
boolean |
isSetPartitions()
Returns true if field partitions is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(PartitionsByExprResult._Fields field,
java.lang.Object value) |
void |
setHasUnknownPartitions(boolean hasUnknownPartitions) |
void |
setHasUnknownPartitionsIsSet(boolean value) |
void |
setPartitions(java.util.List<Partition> partitions) |
void |
setPartitionsIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetHasUnknownPartitions() |
void |
unsetPartitions() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<PartitionsByExprResult._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public PartitionsByExprResult()
public PartitionsByExprResult(java.util.List<Partition> partitions, boolean hasUnknownPartitions)
public PartitionsByExprResult(PartitionsByExprResult other)
public PartitionsByExprResult deepCopy()
deepCopy in interface org.apache.thrift.TBase<PartitionsByExprResult,PartitionsByExprResult._Fields>public void clear()
clear in interface org.apache.thrift.TBase<PartitionsByExprResult,PartitionsByExprResult._Fields>public int getPartitionsSize()
public java.util.Iterator<Partition> getPartitionsIterator()
public void addToPartitions(Partition elem)
public java.util.List<Partition> getPartitions()
public void setPartitions(java.util.List<Partition> partitions)
public void unsetPartitions()
public boolean isSetPartitions()
public void setPartitionsIsSet(boolean value)
public boolean isHasUnknownPartitions()
public void setHasUnknownPartitions(boolean hasUnknownPartitions)
public void unsetHasUnknownPartitions()
public boolean isSetHasUnknownPartitions()
public void setHasUnknownPartitionsIsSet(boolean value)
public void setFieldValue(PartitionsByExprResult._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<PartitionsByExprResult,PartitionsByExprResult._Fields>public java.lang.Object getFieldValue(PartitionsByExprResult._Fields field)
getFieldValue in interface org.apache.thrift.TBase<PartitionsByExprResult,PartitionsByExprResult._Fields>public boolean isSet(PartitionsByExprResult._Fields field)
isSet in interface org.apache.thrift.TBase<PartitionsByExprResult,PartitionsByExprResult._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(PartitionsByExprResult that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(PartitionsByExprResult other)
compareTo in interface java.lang.Comparable<PartitionsByExprResult>public PartitionsByExprResult._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<PartitionsByExprResult,PartitionsByExprResult._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<PartitionsByExprResult,PartitionsByExprResult._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<PartitionsByExprResult,PartitionsByExprResult._Fields>org.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2013-2021. All Rights Reserved.