|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hive.service.cli.thrift.TFetchResultsReq
public class TFetchResultsReq
Nested Class Summary | |
---|---|
static class |
TFetchResultsReq._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static Map<TFetchResultsReq._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
TFetchResultsReq()
|
|
TFetchResultsReq(TFetchResultsReq other)
Performs a deep copy on other. |
|
TFetchResultsReq(TOperationHandle operationHandle,
TFetchOrientation orientation,
long maxRows)
|
Method Summary | |
---|---|
void |
clear()
|
int |
compareTo(TFetchResultsReq other)
|
TFetchResultsReq |
deepCopy()
|
boolean |
equals(Object that)
|
boolean |
equals(TFetchResultsReq that)
|
TFetchResultsReq._Fields |
fieldForId(int fieldId)
|
Object |
getFieldValue(TFetchResultsReq._Fields field)
|
long |
getMaxRows()
|
TOperationHandle |
getOperationHandle()
|
TFetchOrientation |
getOrientation()
|
int |
hashCode()
|
boolean |
isSet(TFetchResultsReq._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetMaxRows()
Returns true if field maxRows is set (has been assigned a value) and false otherwise |
boolean |
isSetOperationHandle()
Returns true if field operationHandle is set (has been assigned a value) and false otherwise |
boolean |
isSetOrientation()
Returns true if field orientation is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setFieldValue(TFetchResultsReq._Fields field,
Object value)
|
void |
setMaxRows(long maxRows)
|
void |
setMaxRowsIsSet(boolean value)
|
void |
setOperationHandle(TOperationHandle operationHandle)
|
void |
setOperationHandleIsSet(boolean value)
|
void |
setOrientation(TFetchOrientation orientation)
|
void |
setOrientationIsSet(boolean value)
|
String |
toString()
|
void |
unsetMaxRows()
|
void |
unsetOperationHandle()
|
void |
unsetOrientation()
|
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<TFetchResultsReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public TFetchResultsReq()
public TFetchResultsReq(TOperationHandle operationHandle, TFetchOrientation orientation, long maxRows)
public TFetchResultsReq(TFetchResultsReq other)
Method Detail |
---|
public TFetchResultsReq deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TFetchResultsReq,TFetchResultsReq._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TFetchResultsReq,TFetchResultsReq._Fields>
public TOperationHandle getOperationHandle()
public void setOperationHandle(TOperationHandle operationHandle)
public void unsetOperationHandle()
public boolean isSetOperationHandle()
public void setOperationHandleIsSet(boolean value)
public TFetchOrientation getOrientation()
TFetchOrientation
public void setOrientation(TFetchOrientation orientation)
TFetchOrientation
public void unsetOrientation()
public boolean isSetOrientation()
public void setOrientationIsSet(boolean value)
public long getMaxRows()
public void setMaxRows(long maxRows)
public void unsetMaxRows()
public boolean isSetMaxRows()
public void setMaxRowsIsSet(boolean value)
public void setFieldValue(TFetchResultsReq._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<TFetchResultsReq,TFetchResultsReq._Fields>
public Object getFieldValue(TFetchResultsReq._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TFetchResultsReq,TFetchResultsReq._Fields>
public boolean isSet(TFetchResultsReq._Fields field)
isSet
in interface org.apache.thrift.TBase<TFetchResultsReq,TFetchResultsReq._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(TFetchResultsReq that)
public int hashCode()
hashCode
in class Object
public int compareTo(TFetchResultsReq other)
compareTo
in interface Comparable<TFetchResultsReq>
public TFetchResultsReq._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TFetchResultsReq,TFetchResultsReq._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<TFetchResultsReq,TFetchResultsReq._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<TFetchResultsReq,TFetchResultsReq._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 |