@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class SourceTable extends Object implements org.apache.thrift.TBase<SourceTable,SourceTable._Fields>, Serializable, Cloneable, Comparable<SourceTable>
| Modifier and Type | Class and Description |
|---|---|
static class |
SourceTable._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<SourceTable._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
SourceTable() |
SourceTable(SourceTable other)
Performs a deep copy on other.
|
SourceTable(Table table,
long insertedCount,
long updatedCount,
long deletedCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(SourceTable other) |
SourceTable |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(SourceTable that) |
SourceTable._Fields |
fieldForId(int fieldId) |
long |
getDeletedCount() |
Object |
getFieldValue(SourceTable._Fields field) |
long |
getInsertedCount() |
Table |
getTable() |
long |
getUpdatedCount() |
int |
hashCode() |
boolean |
isSet(SourceTable._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetDeletedCount()
Returns true if field deletedCount is set (has been assigned a value) and false otherwise
|
boolean |
isSetInsertedCount()
Returns true if field insertedCount is set (has been assigned a value) and false otherwise
|
boolean |
isSetTable()
Returns true if field table is set (has been assigned a value) and false otherwise
|
boolean |
isSetUpdatedCount()
Returns true if field updatedCount is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setDeletedCount(long deletedCount) |
void |
setDeletedCountIsSet(boolean value) |
void |
setFieldValue(SourceTable._Fields field,
Object value) |
void |
setInsertedCount(long insertedCount) |
void |
setInsertedCountIsSet(boolean value) |
void |
setTable(Table table) |
void |
setTableIsSet(boolean value) |
void |
setUpdatedCount(long updatedCount) |
void |
setUpdatedCountIsSet(boolean value) |
String |
toString() |
void |
unsetDeletedCount() |
void |
unsetInsertedCount() |
void |
unsetTable() |
void |
unsetUpdatedCount() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<SourceTable._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public SourceTable()
public SourceTable(Table table, long insertedCount, long updatedCount, long deletedCount)
public SourceTable(SourceTable other)
public SourceTable deepCopy()
deepCopy in interface org.apache.thrift.TBase<SourceTable,SourceTable._Fields>public void clear()
clear in interface org.apache.thrift.TBase<SourceTable,SourceTable._Fields>public Table getTable()
public void setTable(Table table)
public void unsetTable()
public boolean isSetTable()
public void setTableIsSet(boolean value)
public long getInsertedCount()
public void setInsertedCount(long insertedCount)
public void unsetInsertedCount()
public boolean isSetInsertedCount()
public void setInsertedCountIsSet(boolean value)
public long getUpdatedCount()
public void setUpdatedCount(long updatedCount)
public void unsetUpdatedCount()
public boolean isSetUpdatedCount()
public void setUpdatedCountIsSet(boolean value)
public long getDeletedCount()
public void setDeletedCount(long deletedCount)
public void unsetDeletedCount()
public boolean isSetDeletedCount()
public void setDeletedCountIsSet(boolean value)
public void setFieldValue(SourceTable._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<SourceTable,SourceTable._Fields>public Object getFieldValue(SourceTable._Fields field)
getFieldValue in interface org.apache.thrift.TBase<SourceTable,SourceTable._Fields>public boolean isSet(SourceTable._Fields field)
isSet in interface org.apache.thrift.TBase<SourceTable,SourceTable._Fields>public boolean equals(SourceTable that)
public int compareTo(SourceTable other)
compareTo in interface Comparable<SourceTable>public SourceTable._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<SourceTable,SourceTable._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.