public static class ThriftHoodieMetaserver.deleteInstant_args extends Object implements org.apache.thrift.TBase<ThriftHoodieMetaserver.deleteInstant_args,ThriftHoodieMetaserver.deleteInstant_args._Fields>, Serializable, Cloneable, Comparable<ThriftHoodieMetaserver.deleteInstant_args>
| Modifier and Type | Class and Description |
|---|---|
static class |
ThriftHoodieMetaserver.deleteInstant_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
String |
db |
THoodieInstant |
instant |
static Map<ThriftHoodieMetaserver.deleteInstant_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
tb |
| Constructor and Description |
|---|
deleteInstant_args() |
deleteInstant_args(String db,
String tb,
THoodieInstant instant) |
deleteInstant_args(ThriftHoodieMetaserver.deleteInstant_args other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(ThriftHoodieMetaserver.deleteInstant_args other) |
ThriftHoodieMetaserver.deleteInstant_args |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(ThriftHoodieMetaserver.deleteInstant_args that) |
ThriftHoodieMetaserver.deleteInstant_args._Fields |
fieldForId(int fieldId) |
String |
getDb() |
Object |
getFieldValue(ThriftHoodieMetaserver.deleteInstant_args._Fields field) |
THoodieInstant |
getInstant() |
String |
getTb() |
int |
hashCode() |
boolean |
isSet(ThriftHoodieMetaserver.deleteInstant_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetDb()
Returns true if field db is set (has been assigned a value) and false otherwise
|
boolean |
isSetInstant()
Returns true if field instant is set (has been assigned a value) and false otherwise
|
boolean |
isSetTb()
Returns true if field tb is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
ThriftHoodieMetaserver.deleteInstant_args |
setDb(String db) |
void |
setDbIsSet(boolean value) |
void |
setFieldValue(ThriftHoodieMetaserver.deleteInstant_args._Fields field,
Object value) |
ThriftHoodieMetaserver.deleteInstant_args |
setInstant(THoodieInstant instant) |
void |
setInstantIsSet(boolean value) |
ThriftHoodieMetaserver.deleteInstant_args |
setTb(String tb) |
void |
setTbIsSet(boolean value) |
String |
toString() |
void |
unsetDb() |
void |
unsetInstant() |
void |
unsetTb() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public String db
public String tb
public THoodieInstant instant
public static final Map<ThriftHoodieMetaserver.deleteInstant_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public deleteInstant_args()
public deleteInstant_args(String db, String tb, THoodieInstant instant)
public deleteInstant_args(ThriftHoodieMetaserver.deleteInstant_args other)
public ThriftHoodieMetaserver.deleteInstant_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<ThriftHoodieMetaserver.deleteInstant_args,ThriftHoodieMetaserver.deleteInstant_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<ThriftHoodieMetaserver.deleteInstant_args,ThriftHoodieMetaserver.deleteInstant_args._Fields>public String getDb()
public ThriftHoodieMetaserver.deleteInstant_args setDb(String db)
public void unsetDb()
public boolean isSetDb()
public void setDbIsSet(boolean value)
public String getTb()
public ThriftHoodieMetaserver.deleteInstant_args setTb(String tb)
public void unsetTb()
public boolean isSetTb()
public void setTbIsSet(boolean value)
public THoodieInstant getInstant()
public ThriftHoodieMetaserver.deleteInstant_args setInstant(THoodieInstant instant)
public void unsetInstant()
public boolean isSetInstant()
public void setInstantIsSet(boolean value)
public void setFieldValue(ThriftHoodieMetaserver.deleteInstant_args._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<ThriftHoodieMetaserver.deleteInstant_args,ThriftHoodieMetaserver.deleteInstant_args._Fields>public Object getFieldValue(ThriftHoodieMetaserver.deleteInstant_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<ThriftHoodieMetaserver.deleteInstant_args,ThriftHoodieMetaserver.deleteInstant_args._Fields>public boolean isSet(ThriftHoodieMetaserver.deleteInstant_args._Fields field)
isSet in interface org.apache.thrift.TBase<ThriftHoodieMetaserver.deleteInstant_args,ThriftHoodieMetaserver.deleteInstant_args._Fields>public boolean equals(ThriftHoodieMetaserver.deleteInstant_args that)
public int compareTo(ThriftHoodieMetaserver.deleteInstant_args other)
compareTo in interface Comparable<ThriftHoodieMetaserver.deleteInstant_args>public ThriftHoodieMetaserver.deleteInstant_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<ThriftHoodieMetaserver.deleteInstant_args,ThriftHoodieMetaserver.deleteInstant_args._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.