Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.exchange_partition_args
-
Uses of ThriftHiveMetastore.exchange_partition_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.exchange_partition_argsModifier and TypeMethodDescriptionThriftHiveMetastore.exchange_partition_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.exchange_partition.getEmptyArgsInstance()ThriftHiveMetastore.Processor.exchange_partition.getEmptyArgsInstance()ThriftHiveMetastore.exchange_partition_args.setDestTableName(String dest_table_name) ThriftHiveMetastore.exchange_partition_args.setPartitionSpecs(Map<String, String> partitionSpecs) ThriftHiveMetastore.exchange_partition_args.setSourceDb(String source_db) ThriftHiveMetastore.exchange_partition_args.setSourceTableName(String source_table_name) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.exchange_partition_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.exchange_partition_args.compareTo(ThriftHiveMetastore.exchange_partition_args other) booleanThriftHiveMetastore.exchange_partition_args.equals(ThriftHiveMetastore.exchange_partition_args that) ThriftHiveMetastore.Processor.exchange_partition.getResult(I iface, ThriftHiveMetastore.exchange_partition_args args) voidThriftHiveMetastore.AsyncProcessor.exchange_partition.start(I iface, ThriftHiveMetastore.exchange_partition_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.exchange_partition_argsModifierConstructorDescriptionPerforms a deep copy on other.