Package io.trino.hive.thrift.metastore
Class ThriftHiveMetastore.partition_name_has_valid_characters_args
java.lang.Object
io.trino.hive.thrift.metastore.ThriftHiveMetastore.partition_name_has_valid_characters_args
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<ThriftHiveMetastore.partition_name_has_valid_characters_args>,org.apache.thrift.TBase<ThriftHiveMetastore.partition_name_has_valid_characters_args,,ThriftHiveMetastore.partition_name_has_valid_characters_args._Fields> org.apache.thrift.TSerializable
- Enclosing class:
- ThriftHiveMetastore
public static class ThriftHiveMetastore.partition_name_has_valid_characters_args
extends Object
implements org.apache.thrift.TBase<ThriftHiveMetastore.partition_name_has_valid_characters_args,ThriftHiveMetastore.partition_name_has_valid_characters_args._Fields>, Serializable, Cloneable, Comparable<ThriftHiveMetastore.partition_name_has_valid_characters_args>
- 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<ThriftHiveMetastore.partition_name_has_valid_characters_args._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionpartition_name_has_valid_characters_args(ThriftHiveMetastore.partition_name_has_valid_characters_args other) Performs a deep copy on other.partition_name_has_valid_characters_args(List<String> part_vals, boolean throw_exception) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToPartVals(String elem) voidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) intinthashCode()booleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field part_vals is set (has been assigned a value) and false otherwisebooleanReturns true if field throw_exception is set (has been assigned a value) and false otherwisebooleanvoidread(org.apache.thrift.protocol.TProtocol iprot) voidsetFieldValue(ThriftHiveMetastore.partition_name_has_valid_characters_args._Fields field, Object value) setPartVals(List<String> part_vals) voidsetPartValsIsSet(boolean value) setThrowException(boolean throw_exception) voidsetThrowExceptionIsSet(boolean value) toString()voidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<ThriftHiveMetastore.partition_name_has_valid_characters_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
partition_name_has_valid_characters_args
public partition_name_has_valid_characters_args() -
partition_name_has_valid_characters_args
-
partition_name_has_valid_characters_args
public partition_name_has_valid_characters_args(ThriftHiveMetastore.partition_name_has_valid_characters_args other) Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<ThriftHiveMetastore.partition_name_has_valid_characters_args,ThriftHiveMetastore.partition_name_has_valid_characters_args._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<ThriftHiveMetastore.partition_name_has_valid_characters_args,ThriftHiveMetastore.partition_name_has_valid_characters_args._Fields>
-
getPartValsSize
public int getPartValsSize() -
getPartValsIterator
-
addToPartVals
-
getPartVals
-
setPartVals
public ThriftHiveMetastore.partition_name_has_valid_characters_args setPartVals(List<String> part_vals) -
unsetPartVals
public void unsetPartVals() -
isSetPartVals
public boolean isSetPartVals()Returns true if field part_vals is set (has been assigned a value) and false otherwise -
setPartValsIsSet
public void setPartValsIsSet(boolean value) -
isThrowException
public boolean isThrowException() -
setThrowException
public ThriftHiveMetastore.partition_name_has_valid_characters_args setThrowException(boolean throw_exception) -
unsetThrowException
public void unsetThrowException() -
isSetThrowException
public boolean isSetThrowException()Returns true if field throw_exception is set (has been assigned a value) and false otherwise -
setThrowExceptionIsSet
public void setThrowExceptionIsSet(boolean value) -
setFieldValue
public void setFieldValue(ThriftHiveMetastore.partition_name_has_valid_characters_args._Fields field, Object value) - Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<ThriftHiveMetastore.partition_name_has_valid_characters_args,ThriftHiveMetastore.partition_name_has_valid_characters_args._Fields>
-
getFieldValue
public Object getFieldValue(ThriftHiveMetastore.partition_name_has_valid_characters_args._Fields field) - Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<ThriftHiveMetastore.partition_name_has_valid_characters_args,ThriftHiveMetastore.partition_name_has_valid_characters_args._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<ThriftHiveMetastore.partition_name_has_valid_characters_args,ThriftHiveMetastore.partition_name_has_valid_characters_args._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ThriftHiveMetastore.partition_name_has_valid_characters_args>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<ThriftHiveMetastore.partition_name_has_valid_characters_args,ThriftHiveMetastore.partition_name_has_valid_characters_args._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
-