public class RequestPartsSpec extends org.apache.thrift.TUnion<RequestPartsSpec,RequestPartsSpec._Fields>
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestPartsSpec._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<RequestPartsSpec._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
RequestPartsSpec() |
RequestPartsSpec(RequestPartsSpec._Fields setField,
java.lang.Object value) |
RequestPartsSpec(RequestPartsSpec other) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkType(RequestPartsSpec._Fields setField,
java.lang.Object value) |
int |
compareTo(RequestPartsSpec other) |
RequestPartsSpec |
deepCopy() |
protected RequestPartsSpec._Fields |
enumForId(short id) |
boolean |
equals(java.lang.Object other) |
boolean |
equals(RequestPartsSpec other) |
static RequestPartsSpec |
exprs(java.util.List<DropPartitionsExpr> value) |
RequestPartsSpec._Fields |
fieldForId(int fieldId) |
java.util.List<DropPartitionsExpr> |
getExprs() |
protected org.apache.thrift.protocol.TField |
getFieldDesc(RequestPartsSpec._Fields setField) |
java.util.List<java.lang.String> |
getNames() |
protected org.apache.thrift.protocol.TStruct |
getStructDesc() |
int |
hashCode() |
boolean |
isSetExprs() |
boolean |
isSetNames() |
static RequestPartsSpec |
names(java.util.List<java.lang.String> value) |
void |
setExprs(java.util.List<DropPartitionsExpr> value) |
void |
setNames(java.util.List<java.lang.String> value) |
protected java.lang.Object |
standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TField field) |
protected void |
standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) |
protected java.lang.Object |
tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
short fieldID) |
protected void |
tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<RequestPartsSpec._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public RequestPartsSpec()
public RequestPartsSpec(RequestPartsSpec._Fields setField, java.lang.Object value)
public RequestPartsSpec(RequestPartsSpec other)
public RequestPartsSpec deepCopy()
public static RequestPartsSpec names(java.util.List<java.lang.String> value)
public static RequestPartsSpec exprs(java.util.List<DropPartitionsExpr> value)
protected void checkType(RequestPartsSpec._Fields setField, java.lang.Object value) throws java.lang.ClassCastException
checkType in class org.apache.thrift.TUnion<RequestPartsSpec,RequestPartsSpec._Fields>java.lang.ClassCastExceptionprotected java.lang.Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TField field)
throws org.apache.thrift.TException
standardSchemeReadValue in class org.apache.thrift.TUnion<RequestPartsSpec,RequestPartsSpec._Fields>org.apache.thrift.TExceptionprotected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
standardSchemeWriteValue in class org.apache.thrift.TUnion<RequestPartsSpec,RequestPartsSpec._Fields>org.apache.thrift.TExceptionprotected java.lang.Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
short fieldID)
throws org.apache.thrift.TException
tupleSchemeReadValue in class org.apache.thrift.TUnion<RequestPartsSpec,RequestPartsSpec._Fields>org.apache.thrift.TExceptionprotected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
tupleSchemeWriteValue in class org.apache.thrift.TUnion<RequestPartsSpec,RequestPartsSpec._Fields>org.apache.thrift.TExceptionprotected org.apache.thrift.protocol.TField getFieldDesc(RequestPartsSpec._Fields setField)
getFieldDesc in class org.apache.thrift.TUnion<RequestPartsSpec,RequestPartsSpec._Fields>protected org.apache.thrift.protocol.TStruct getStructDesc()
getStructDesc in class org.apache.thrift.TUnion<RequestPartsSpec,RequestPartsSpec._Fields>protected RequestPartsSpec._Fields enumForId(short id)
enumForId in class org.apache.thrift.TUnion<RequestPartsSpec,RequestPartsSpec._Fields>public RequestPartsSpec._Fields fieldForId(int fieldId)
public java.util.List<java.lang.String> getNames()
public void setNames(java.util.List<java.lang.String> value)
public java.util.List<DropPartitionsExpr> getExprs()
public void setExprs(java.util.List<DropPartitionsExpr> value)
public boolean isSetNames()
public boolean isSetExprs()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic boolean equals(RequestPartsSpec other)
public int compareTo(RequestPartsSpec other)
public int hashCode()
hashCode in class java.lang.ObjectCopyright © 2013-2021. All Rights Reserved.