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