Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.alter_partitions_with_environment_context_args
-
Uses of ThriftHiveMetastore.alter_partitions_with_environment_context_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.alter_partitions_with_environment_context_argsModifier and TypeMethodDescriptionThriftHiveMetastore.alter_partitions_with_environment_context_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.alter_partitions_with_environment_context.getEmptyArgsInstance()ThriftHiveMetastore.Processor.alter_partitions_with_environment_context.getEmptyArgsInstance()ThriftHiveMetastore.alter_partitions_with_environment_context_args.setEnvironmentContext(EnvironmentContext environment_context) ThriftHiveMetastore.alter_partitions_with_environment_context_args.setNewParts(List<Partition> new_parts) ThriftHiveMetastore.alter_partitions_with_environment_context_args.setTblName(String tbl_name) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.alter_partitions_with_environment_context_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.alter_partitions_with_environment_context_args.compareTo(ThriftHiveMetastore.alter_partitions_with_environment_context_args other) booleanThriftHiveMetastore.alter_partitions_with_environment_context_args.equals(ThriftHiveMetastore.alter_partitions_with_environment_context_args that) ThriftHiveMetastore.Processor.alter_partitions_with_environment_context.getResult(I iface, ThriftHiveMetastore.alter_partitions_with_environment_context_args args) voidThriftHiveMetastore.AsyncProcessor.alter_partitions_with_environment_context.start(I iface, ThriftHiveMetastore.alter_partitions_with_environment_context_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.alter_partitions_with_environment_context_argsModifierConstructorDescriptionalter_partitions_with_environment_context_args(ThriftHiveMetastore.alter_partitions_with_environment_context_args other) Performs a deep copy on other.