Package io.trino.hive.thrift.metastore
Class FireEventRequest
java.lang.Object
io.trino.hive.thrift.metastore.FireEventRequest
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<FireEventRequest>,org.apache.thrift.TBase<FireEventRequest,,FireEventRequest._Fields> org.apache.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.17.0)")
public class FireEventRequest
extends Object
implements org.apache.thrift.TBase<FireEventRequest,FireEventRequest._Fields>, Serializable, Cloneable, Comparable<FireEventRequest>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<FireEventRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionFireEventRequest(boolean successful, FireEventRequestData data) FireEventRequest(FireEventRequest other) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToPartitionVals(String elem) voidclear()intcompareTo(FireEventRequest other) deepCopy()booleanequals(FireEventRequest that) booleanfieldForId(int fieldId) getData()intinthashCode()booleanisSet(FireEventRequest._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field catName is set (has been assigned a value) and false otherwisebooleanReturns true if field data is set (has been assigned a value) and false otherwisebooleanReturns true if field dbName is set (has been assigned a value) and false otherwisebooleanReturns true if field partitionVals is set (has been assigned a value) and false otherwisebooleanReturns true if field successful is set (has been assigned a value) and false otherwisebooleanReturns true if field tableName is set (has been assigned a value) and false otherwisebooleanvoidread(org.apache.thrift.protocol.TProtocol iprot) setCatName(String catName) voidsetCatNameIsSet(boolean value) setData(FireEventRequestData data) voidsetDataIsSet(boolean value) voidsetDbNameIsSet(boolean value) voidsetFieldValue(FireEventRequest._Fields field, Object value) setPartitionVals(List<String> partitionVals) voidsetPartitionValsIsSet(boolean value) setSuccessful(boolean successful) voidsetSuccessfulIsSet(boolean value) setTableName(String tableName) voidsetTableNameIsSet(boolean value) toString()voidvoidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<FireEventRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
FireEventRequest
public FireEventRequest() -
FireEventRequest
-
FireEventRequest
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<FireEventRequest,FireEventRequest._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<FireEventRequest,FireEventRequest._Fields>
-
isSuccessful
public boolean isSuccessful() -
setSuccessful
-
unsetSuccessful
public void unsetSuccessful() -
isSetSuccessful
public boolean isSetSuccessful()Returns true if field successful is set (has been assigned a value) and false otherwise -
setSuccessfulIsSet
public void setSuccessfulIsSet(boolean value) -
getData
-
setData
-
unsetData
public void unsetData() -
isSetData
public boolean isSetData()Returns true if field data is set (has been assigned a value) and false otherwise -
setDataIsSet
public void setDataIsSet(boolean value) -
getDbName
-
setDbName
-
unsetDbName
public void unsetDbName() -
isSetDbName
public boolean isSetDbName()Returns true if field dbName is set (has been assigned a value) and false otherwise -
setDbNameIsSet
public void setDbNameIsSet(boolean value) -
getTableName
-
setTableName
-
unsetTableName
public void unsetTableName() -
isSetTableName
public boolean isSetTableName()Returns true if field tableName is set (has been assigned a value) and false otherwise -
setTableNameIsSet
public void setTableNameIsSet(boolean value) -
getPartitionValsSize
public int getPartitionValsSize() -
getPartitionValsIterator
-
addToPartitionVals
-
getPartitionVals
-
setPartitionVals
-
unsetPartitionVals
public void unsetPartitionVals() -
isSetPartitionVals
public boolean isSetPartitionVals()Returns true if field partitionVals is set (has been assigned a value) and false otherwise -
setPartitionValsIsSet
public void setPartitionValsIsSet(boolean value) -
getCatName
-
setCatName
-
unsetCatName
public void unsetCatName() -
isSetCatName
public boolean isSetCatName()Returns true if field catName is set (has been assigned a value) and false otherwise -
setCatNameIsSet
public void setCatNameIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<FireEventRequest,FireEventRequest._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<FireEventRequest,FireEventRequest._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<FireEventRequest,FireEventRequest._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<FireEventRequest>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<FireEventRequest,FireEventRequest._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-