Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.partition_name_has_valid_characters_args
-
Uses of ThriftHiveMetastore.partition_name_has_valid_characters_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.partition_name_has_valid_characters_argsModifier and TypeMethodDescriptionThriftHiveMetastore.partition_name_has_valid_characters_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.partition_name_has_valid_characters.getEmptyArgsInstance()ThriftHiveMetastore.Processor.partition_name_has_valid_characters.getEmptyArgsInstance()ThriftHiveMetastore.partition_name_has_valid_characters_args.setPartVals(List<String> part_vals) ThriftHiveMetastore.partition_name_has_valid_characters_args.setThrowException(boolean throw_exception) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.partition_name_has_valid_characters_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.partition_name_has_valid_characters_args.compareTo(ThriftHiveMetastore.partition_name_has_valid_characters_args other) booleanThriftHiveMetastore.partition_name_has_valid_characters_args.equals(ThriftHiveMetastore.partition_name_has_valid_characters_args that) ThriftHiveMetastore.Processor.partition_name_has_valid_characters.getResult(I iface, ThriftHiveMetastore.partition_name_has_valid_characters_args args) voidThriftHiveMetastore.AsyncProcessor.partition_name_has_valid_characters.start(I iface, ThriftHiveMetastore.partition_name_has_valid_characters_args args, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.partition_name_has_valid_characters_argsModifierConstructorDescriptionpartition_name_has_valid_characters_args(ThriftHiveMetastore.partition_name_has_valid_characters_args other) Performs a deep copy on other.