@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class GetValidWriteIdsRequest extends java.lang.Object implements org.apache.thrift.TBase<GetValidWriteIdsRequest,GetValidWriteIdsRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<GetValidWriteIdsRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetValidWriteIdsRequest._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<GetValidWriteIdsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
GetValidWriteIdsRequest() |
GetValidWriteIdsRequest(GetValidWriteIdsRequest other)
Performs a deep copy on other.
|
GetValidWriteIdsRequest(java.util.List<java.lang.String> fullTableNames,
java.lang.String validTxnList) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToFullTableNames(java.lang.String elem) |
void |
clear() |
int |
compareTo(GetValidWriteIdsRequest other) |
GetValidWriteIdsRequest |
deepCopy() |
boolean |
equals(GetValidWriteIdsRequest that) |
boolean |
equals(java.lang.Object that) |
GetValidWriteIdsRequest._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(GetValidWriteIdsRequest._Fields field) |
java.util.List<java.lang.String> |
getFullTableNames() |
java.util.Iterator<java.lang.String> |
getFullTableNamesIterator() |
int |
getFullTableNamesSize() |
java.lang.String |
getValidTxnList() |
int |
hashCode() |
boolean |
isSet(GetValidWriteIdsRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetFullTableNames()
Returns true if field fullTableNames is set (has been assigned a value) and false otherwise
|
boolean |
isSetValidTxnList()
Returns true if field validTxnList is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(GetValidWriteIdsRequest._Fields field,
java.lang.Object value) |
void |
setFullTableNames(java.util.List<java.lang.String> fullTableNames) |
void |
setFullTableNamesIsSet(boolean value) |
void |
setValidTxnList(java.lang.String validTxnList) |
void |
setValidTxnListIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetFullTableNames() |
void |
unsetValidTxnList() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<GetValidWriteIdsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetValidWriteIdsRequest()
public GetValidWriteIdsRequest(java.util.List<java.lang.String> fullTableNames,
java.lang.String validTxnList)
public GetValidWriteIdsRequest(GetValidWriteIdsRequest other)
public GetValidWriteIdsRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<GetValidWriteIdsRequest,GetValidWriteIdsRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<GetValidWriteIdsRequest,GetValidWriteIdsRequest._Fields>public int getFullTableNamesSize()
public java.util.Iterator<java.lang.String> getFullTableNamesIterator()
public void addToFullTableNames(java.lang.String elem)
public java.util.List<java.lang.String> getFullTableNames()
public void setFullTableNames(java.util.List<java.lang.String> fullTableNames)
public void unsetFullTableNames()
public boolean isSetFullTableNames()
public void setFullTableNamesIsSet(boolean value)
public java.lang.String getValidTxnList()
public void setValidTxnList(java.lang.String validTxnList)
public void unsetValidTxnList()
public boolean isSetValidTxnList()
public void setValidTxnListIsSet(boolean value)
public void setFieldValue(GetValidWriteIdsRequest._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<GetValidWriteIdsRequest,GetValidWriteIdsRequest._Fields>public java.lang.Object getFieldValue(GetValidWriteIdsRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<GetValidWriteIdsRequest,GetValidWriteIdsRequest._Fields>public boolean isSet(GetValidWriteIdsRequest._Fields field)
isSet in interface org.apache.thrift.TBase<GetValidWriteIdsRequest,GetValidWriteIdsRequest._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(GetValidWriteIdsRequest that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(GetValidWriteIdsRequest other)
compareTo in interface java.lang.Comparable<GetValidWriteIdsRequest>public GetValidWriteIdsRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<GetValidWriteIdsRequest,GetValidWriteIdsRequest._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<GetValidWriteIdsRequest,GetValidWriteIdsRequest._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<GetValidWriteIdsRequest,GetValidWriteIdsRequest._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.