Uses of Class
io.trino.hive.thrift.metastore.Partition
-
Uses of Partition in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return PartitionModifier and TypeMethodDescriptionThriftHiveMetastore.Client.addPartition(Partition new_part) ThriftHiveMetastore.Iface.addPartition(Partition new_part) ThriftHiveMetastore.Client.addPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context) ThriftHiveMetastore.Iface.addPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context) ThriftHiveMetastore.Client.appendPartition(String db_name, String tbl_name, List<String> part_vals) ThriftHiveMetastore.Iface.appendPartition(String db_name, String tbl_name, List<String> part_vals) ThriftHiveMetastore.Client.appendPartitionByName(String db_name, String tbl_name, String part_name) ThriftHiveMetastore.Iface.appendPartitionByName(String db_name, String tbl_name, String part_name) ThriftHiveMetastore.Client.appendPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context) ThriftHiveMetastore.Iface.appendPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context) ThriftHiveMetastore.Client.appendPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context) ThriftHiveMetastore.Iface.appendPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context) Partition.deepCopy()ThriftHiveMetastore.Client.exchangePartition(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) ThriftHiveMetastore.Iface.exchangePartition(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) ThriftHiveMetastore.add_partition_args.getNewPart()ThriftHiveMetastore.add_partition_with_environment_context_args.getNewPart()ThriftHiveMetastore.alter_partition_args.getNewPart()ThriftHiveMetastore.alter_partition_with_environment_context_args.getNewPart()ThriftHiveMetastore.rename_partition_args.getNewPart()ThriftHiveMetastore.Client.getPartition(String db_name, String tbl_name, List<String> part_vals) ThriftHiveMetastore.Iface.getPartition(String db_name, String tbl_name, List<String> part_vals) ThriftHiveMetastore.Client.getPartitionByName(String db_name, String tbl_name, String part_name) ThriftHiveMetastore.Iface.getPartitionByName(String db_name, String tbl_name, String part_name) ThriftHiveMetastore.Client.getPartitionWithAuth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names) ThriftHiveMetastore.Iface.getPartitionWithAuth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names) ThriftHiveMetastore.AsyncClient.add_partition_call.getResult()ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context_call.getResult()ThriftHiveMetastore.AsyncClient.append_partition_by_name_call.getResult()ThriftHiveMetastore.AsyncClient.append_partition_by_name_with_environment_context_call.getResult()ThriftHiveMetastore.AsyncClient.append_partition_call.getResult()ThriftHiveMetastore.AsyncClient.append_partition_with_environment_context_call.getResult()ThriftHiveMetastore.AsyncClient.exchange_partition_call.getResult()ThriftHiveMetastore.AsyncClient.get_partition_by_name_call.getResult()ThriftHiveMetastore.AsyncClient.get_partition_call.getResult()ThriftHiveMetastore.AsyncClient.get_partition_with_auth_call.getResult()ThriftHiveMetastore.add_partition_result.getSuccess()ThriftHiveMetastore.add_partition_with_environment_context_result.getSuccess()ThriftHiveMetastore.append_partition_by_name_result.getSuccess()ThriftHiveMetastore.append_partition_by_name_with_environment_context_result.getSuccess()ThriftHiveMetastore.append_partition_result.getSuccess()ThriftHiveMetastore.append_partition_with_environment_context_result.getSuccess()ThriftHiveMetastore.exchange_partition_result.getSuccess()ThriftHiveMetastore.get_partition_by_name_result.getSuccess()ThriftHiveMetastore.get_partition_result.getSuccess()ThriftHiveMetastore.get_partition_with_auth_result.getSuccess()ThriftHiveMetastore.Client.recvAddPartition()ThriftHiveMetastore.Client.recvAddPartitionWithEnvironmentContext()ThriftHiveMetastore.Client.recvAppendPartition()ThriftHiveMetastore.Client.recvAppendPartitionByName()ThriftHiveMetastore.Client.recvAppendPartitionByNameWithEnvironmentContext()ThriftHiveMetastore.Client.recvAppendPartitionWithEnvironmentContext()ThriftHiveMetastore.Client.recvExchangePartition()ThriftHiveMetastore.Client.recvGetPartition()ThriftHiveMetastore.Client.recvGetPartitionByName()ThriftHiveMetastore.Client.recvGetPartitionWithAuth()Partition.setCatName(String catName) Partition.setCreateTime(int createTime) Partition.setLastAccessTime(int lastAccessTime) Partition.setParameters(Map<String, String> parameters) Partition.setPrivileges(PrincipalPrivilegeSet privileges) Partition.setSd(StorageDescriptor sd) Partition.setTableName(String tableName) Partition.setWriteId(long writeId) Methods in io.trino.hive.thrift.metastore that return types with arguments of type PartitionModifier and TypeMethodDescriptionThriftHiveMetastore.Client.exchangePartitions(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) ThriftHiveMetastore.Iface.exchangePartitions(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) ThriftHiveMetastore.add_partitions_args.getNewParts()ThriftHiveMetastore.alter_partitions_args.getNewParts()ThriftHiveMetastore.alter_partitions_with_environment_context_args.getNewParts()ThriftHiveMetastore.add_partitions_args.getNewPartsIterator()ThriftHiveMetastore.alter_partitions_args.getNewPartsIterator()ThriftHiveMetastore.alter_partitions_with_environment_context_args.getNewPartsIterator()AddPartitionsResult.getPartitions()AlterPartitionsRequest.getPartitions()DropPartitionsResult.getPartitions()PartitionListComposingSpec.getPartitions()PartitionsByExprResult.getPartitions()ThriftHiveMetastore.Client.getPartitions(String db_name, String tbl_name, short max_parts) ThriftHiveMetastore.Iface.getPartitions(String db_name, String tbl_name, short max_parts) ThriftHiveMetastore.Client.getPartitionsByFilter(String db_name, String tbl_name, String filter, short max_parts) ThriftHiveMetastore.Iface.getPartitionsByFilter(String db_name, String tbl_name, String filter, short max_parts) ThriftHiveMetastore.Client.getPartitionsByNames(String db_name, String tbl_name, List<String> names) ThriftHiveMetastore.Iface.getPartitionsByNames(String db_name, String tbl_name, List<String> names) AddPartitionsResult.getPartitionsIterator()AlterPartitionsRequest.getPartitionsIterator()DropPartitionsResult.getPartitionsIterator()PartitionListComposingSpec.getPartitionsIterator()PartitionsByExprResult.getPartitionsIterator()ThriftHiveMetastore.Client.getPartitionsPs(String db_name, String tbl_name, List<String> part_vals, short max_parts) ThriftHiveMetastore.Iface.getPartitionsPs(String db_name, String tbl_name, List<String> part_vals, short max_parts) ThriftHiveMetastore.Client.getPartitionsPsWithAuth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names) ThriftHiveMetastore.Iface.getPartitionsPsWithAuth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names) ThriftHiveMetastore.Client.getPartitionsWithAuth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names) ThriftHiveMetastore.Iface.getPartitionsWithAuth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names) AddPartitionsRequest.getParts()AddPartitionsRequest.getPartsIterator()ThriftHiveMetastore.AsyncClient.exchange_partitions_call.getResult()ThriftHiveMetastore.AsyncClient.get_partitions_by_filter_call.getResult()ThriftHiveMetastore.AsyncClient.get_partitions_by_names_call.getResult()ThriftHiveMetastore.AsyncClient.get_partitions_call.getResult()ThriftHiveMetastore.AsyncClient.get_partitions_ps_call.getResult()ThriftHiveMetastore.AsyncClient.get_partitions_ps_with_auth_call.getResult()ThriftHiveMetastore.AsyncClient.get_partitions_with_auth_call.getResult()org.apache.thrift.async.AsyncMethodCallback<Partition>ThriftHiveMetastore.AsyncProcessor.add_partition_with_environment_context.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Partition>ThriftHiveMetastore.AsyncProcessor.add_partition.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Partition>ThriftHiveMetastore.AsyncProcessor.append_partition_by_name_with_environment_context.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Partition>ThriftHiveMetastore.AsyncProcessor.append_partition_by_name.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Partition>ThriftHiveMetastore.AsyncProcessor.append_partition_with_environment_context.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Partition>ThriftHiveMetastore.AsyncProcessor.append_partition.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Partition>ThriftHiveMetastore.AsyncProcessor.exchange_partition.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.AsyncProcessor.exchange_partitions.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Partition>ThriftHiveMetastore.AsyncProcessor.get_partition_by_name.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Partition>ThriftHiveMetastore.AsyncProcessor.get_partition_with_auth.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Partition>ThriftHiveMetastore.AsyncProcessor.get_partition.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.AsyncProcessor.get_partitions_by_filter.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.AsyncProcessor.get_partitions_by_names.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.AsyncProcessor.get_partitions_ps_with_auth.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.AsyncProcessor.get_partitions_ps.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.AsyncProcessor.get_partitions_with_auth.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.AsyncProcessor.get_partitions.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.exchange_partitions_result.getSuccess()ThriftHiveMetastore.get_partitions_by_filter_result.getSuccess()ThriftHiveMetastore.get_partitions_by_names_result.getSuccess()ThriftHiveMetastore.get_partitions_ps_result.getSuccess()ThriftHiveMetastore.get_partitions_ps_with_auth_result.getSuccess()ThriftHiveMetastore.get_partitions_result.getSuccess()ThriftHiveMetastore.get_partitions_with_auth_result.getSuccess()ThriftHiveMetastore.exchange_partitions_result.getSuccessIterator()ThriftHiveMetastore.get_partitions_by_filter_result.getSuccessIterator()ThriftHiveMetastore.get_partitions_by_names_result.getSuccessIterator()ThriftHiveMetastore.get_partitions_ps_result.getSuccessIterator()ThriftHiveMetastore.get_partitions_ps_with_auth_result.getSuccessIterator()ThriftHiveMetastore.get_partitions_result.getSuccessIterator()ThriftHiveMetastore.get_partitions_with_auth_result.getSuccessIterator()ThriftHiveMetastore.Client.recvExchangePartitions()ThriftHiveMetastore.Client.recvGetPartitions()ThriftHiveMetastore.Client.recvGetPartitionsByFilter()ThriftHiveMetastore.Client.recvGetPartitionsByNames()ThriftHiveMetastore.Client.recvGetPartitionsPs()ThriftHiveMetastore.Client.recvGetPartitionsPsWithAuth()ThriftHiveMetastore.Client.recvGetPartitionsWithAuth()Methods in io.trino.hive.thrift.metastore with parameters of type PartitionModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.addPartition(Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.addPartition(Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) ThriftHiveMetastore.Client.addPartition(Partition new_part) ThriftHiveMetastore.Iface.addPartition(Partition new_part) voidThriftHiveMetastore.AsyncClient.addPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.addPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) ThriftHiveMetastore.Client.addPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context) ThriftHiveMetastore.Iface.addPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context) voidThriftHiveMetastore.add_partitions_args.addToNewParts(Partition elem) voidThriftHiveMetastore.alter_partitions_args.addToNewParts(Partition elem) voidThriftHiveMetastore.alter_partitions_with_environment_context_args.addToNewParts(Partition elem) voidAddPartitionsResult.addToPartitions(Partition elem) voidAlterPartitionsRequest.addToPartitions(Partition elem) voidDropPartitionsResult.addToPartitions(Partition elem) voidPartitionListComposingSpec.addToPartitions(Partition elem) voidPartitionsByExprResult.addToPartitions(Partition elem) voidAddPartitionsRequest.addToParts(Partition elem) voidThriftHiveMetastore.exchange_partitions_result.addToSuccess(Partition elem) voidThriftHiveMetastore.get_partitions_by_filter_result.addToSuccess(Partition elem) voidThriftHiveMetastore.get_partitions_by_names_result.addToSuccess(Partition elem) voidThriftHiveMetastore.get_partitions_ps_result.addToSuccess(Partition elem) voidThriftHiveMetastore.get_partitions_ps_with_auth_result.addToSuccess(Partition elem) voidThriftHiveMetastore.get_partitions_result.addToSuccess(Partition elem) voidThriftHiveMetastore.get_partitions_with_auth_result.addToSuccess(Partition elem) voidThriftHiveMetastore.AsyncClient.alterPartition(String db_name, String tbl_name, Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.alterPartition(String db_name, String tbl_name, Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.alterPartition(String db_name, String tbl_name, Partition new_part) voidThriftHiveMetastore.Iface.alterPartition(String db_name, String tbl_name, Partition new_part) voidThriftHiveMetastore.AsyncClient.alterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.alterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.alterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) voidThriftHiveMetastore.Iface.alterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) intbooleanvoidThriftHiveMetastore.AsyncClient.renamePartition(String db_name, String tbl_name, List<String> part_vals, Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.renamePartition(String db_name, String tbl_name, List<String> part_vals, Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.renamePartition(String db_name, String tbl_name, List<String> part_vals, Partition new_part) voidThriftHiveMetastore.Iface.renamePartition(String db_name, String tbl_name, List<String> part_vals, Partition new_part) voidThriftHiveMetastore.Client.sendAddPartition(Partition new_part) voidThriftHiveMetastore.Client.sendAddPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context) voidThriftHiveMetastore.Client.sendAlterPartition(String db_name, String tbl_name, Partition new_part) voidThriftHiveMetastore.Client.sendAlterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) voidThriftHiveMetastore.Client.sendRenamePartition(String db_name, String tbl_name, List<String> part_vals, Partition new_part) ThriftHiveMetastore.add_partition_args.setNewPart(Partition new_part) ThriftHiveMetastore.add_partition_with_environment_context_args.setNewPart(Partition new_part) ThriftHiveMetastore.alter_partition_args.setNewPart(Partition new_part) ThriftHiveMetastore.alter_partition_with_environment_context_args.setNewPart(Partition new_part) ThriftHiveMetastore.rename_partition_args.setNewPart(Partition new_part) ThriftHiveMetastore.add_partition_result.setSuccess(Partition success) ThriftHiveMetastore.add_partition_with_environment_context_result.setSuccess(Partition success) ThriftHiveMetastore.append_partition_by_name_result.setSuccess(Partition success) ThriftHiveMetastore.append_partition_by_name_with_environment_context_result.setSuccess(Partition success) ThriftHiveMetastore.append_partition_result.setSuccess(Partition success) ThriftHiveMetastore.append_partition_with_environment_context_result.setSuccess(Partition success) ThriftHiveMetastore.exchange_partition_result.setSuccess(Partition success) ThriftHiveMetastore.get_partition_by_name_result.setSuccess(Partition success) ThriftHiveMetastore.get_partition_result.setSuccess(Partition success) ThriftHiveMetastore.get_partition_with_auth_result.setSuccess(Partition success) Method parameters in io.trino.hive.thrift.metastore with type arguments of type PartitionModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.addPartition(Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.addPartition(Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncClient.addPartitions(List<Partition> new_parts, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) voidThriftHiveMetastore.AsyncIface.addPartitions(List<Partition> new_parts, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) intThriftHiveMetastore.Client.addPartitions(List<Partition> new_parts) intThriftHiveMetastore.Iface.addPartitions(List<Partition> new_parts) voidThriftHiveMetastore.AsyncClient.addPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.addPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncClient.alterPartitions(String db_name, String tbl_name, List<Partition> new_parts, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.alterPartitions(String db_name, String tbl_name, List<Partition> new_parts, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.alterPartitions(String db_name, String tbl_name, List<Partition> new_parts) voidThriftHiveMetastore.Iface.alterPartitions(String db_name, String tbl_name, List<Partition> new_parts) voidThriftHiveMetastore.AsyncClient.alterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.alterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.alterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context) voidThriftHiveMetastore.Iface.alterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context) voidThriftHiveMetastore.AsyncClient.appendPartition(String db_name, String tbl_name, List<String> part_vals, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.appendPartition(String db_name, String tbl_name, List<String> part_vals, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncClient.appendPartitionByName(String db_name, String tbl_name, String part_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.appendPartitionByName(String db_name, String tbl_name, String part_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncClient.appendPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.appendPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncClient.appendPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.appendPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncClient.exchangePartition(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.exchangePartition(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncClient.exchangePartitions(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncIface.exchangePartitions(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncClient.getPartition(String db_name, String tbl_name, List<String> part_vals, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartition(String db_name, String tbl_name, List<String> part_vals, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncClient.getPartitionByName(String db_name, String tbl_name, String part_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitionByName(String db_name, String tbl_name, String part_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncClient.getPartitions(String db_name, String tbl_name, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitions(String db_name, String tbl_name, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncClient.getPartitionsByFilter(String db_name, String tbl_name, String filter, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitionsByFilter(String db_name, String tbl_name, String filter, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncClient.getPartitionsByNames(String db_name, String tbl_name, List<String> names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitionsByNames(String db_name, String tbl_name, List<String> names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncClient.getPartitionsPs(String db_name, String tbl_name, List<String> part_vals, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitionsPs(String db_name, String tbl_name, List<String> part_vals, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncClient.getPartitionsPsWithAuth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitionsPsWithAuth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncClient.getPartitionsWithAuth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitionsWithAuth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncClient.getPartitionWithAuth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitionWithAuth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.Client.sendAddPartitions(List<Partition> new_parts) voidThriftHiveMetastore.Client.sendAlterPartitions(String db_name, String tbl_name, List<Partition> new_parts) voidThriftHiveMetastore.Client.sendAlterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context) ThriftHiveMetastore.add_partitions_args.setNewParts(List<Partition> new_parts) ThriftHiveMetastore.alter_partitions_args.setNewParts(List<Partition> new_parts) ThriftHiveMetastore.alter_partitions_with_environment_context_args.setNewParts(List<Partition> new_parts) AddPartitionsResult.setPartitions(List<Partition> partitions) AlterPartitionsRequest.setPartitions(List<Partition> partitions) DropPartitionsResult.setPartitions(List<Partition> partitions) PartitionListComposingSpec.setPartitions(List<Partition> partitions) PartitionsByExprResult.setPartitions(List<Partition> partitions) ThriftHiveMetastore.exchange_partitions_result.setSuccess(List<Partition> success) ThriftHiveMetastore.get_partitions_by_filter_result.setSuccess(List<Partition> success) ThriftHiveMetastore.get_partitions_by_names_result.setSuccess(List<Partition> success) ThriftHiveMetastore.get_partitions_ps_result.setSuccess(List<Partition> success) ThriftHiveMetastore.get_partitions_ps_with_auth_result.setSuccess(List<Partition> success) ThriftHiveMetastore.get_partitions_result.setSuccess(List<Partition> success) ThriftHiveMetastore.get_partitions_with_auth_result.setSuccess(List<Partition> success) voidThriftHiveMetastore.AsyncProcessor.add_partition_with_environment_context.start(I iface, ThriftHiveMetastore.add_partition_with_environment_context_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncProcessor.add_partition.start(I iface, ThriftHiveMetastore.add_partition_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncProcessor.append_partition_by_name_with_environment_context.start(I iface, ThriftHiveMetastore.append_partition_by_name_with_environment_context_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncProcessor.append_partition_by_name.start(I iface, ThriftHiveMetastore.append_partition_by_name_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncProcessor.append_partition_with_environment_context.start(I iface, ThriftHiveMetastore.append_partition_with_environment_context_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncProcessor.append_partition.start(I iface, ThriftHiveMetastore.append_partition_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncProcessor.exchange_partition.start(I iface, ThriftHiveMetastore.exchange_partition_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncProcessor.exchange_partitions.start(I iface, ThriftHiveMetastore.exchange_partitions_args args, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_partition_by_name.start(I iface, ThriftHiveMetastore.get_partition_by_name_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_partition_with_auth.start(I iface, ThriftHiveMetastore.get_partition_with_auth_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_partition.start(I iface, ThriftHiveMetastore.get_partition_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_partitions_by_filter.start(I iface, ThriftHiveMetastore.get_partitions_by_filter_args args, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_partitions_by_names.start(I iface, ThriftHiveMetastore.get_partitions_by_names_args args, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_partitions_ps_with_auth.start(I iface, ThriftHiveMetastore.get_partitions_ps_with_auth_args args, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_partitions_ps.start(I iface, ThriftHiveMetastore.get_partitions_ps_args args, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_partitions_with_auth.start(I iface, ThriftHiveMetastore.get_partitions_with_auth_args args, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_partitions.start(I iface, ThriftHiveMetastore.get_partitions_args args, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type PartitionModifierConstructorDescriptionadd_partition_args(Partition new_part) add_partition_call(Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) add_partition_result(Partition success, InvalidObjectException o1, AlreadyExistsException o2, MetaException o3) add_partition_with_environment_context_args(Partition new_part, EnvironmentContext environment_context) add_partition_with_environment_context_call(Partition new_part, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) add_partition_with_environment_context_result(Partition success, InvalidObjectException o1, AlreadyExistsException o2, MetaException o3) alter_partition_args(String db_name, String tbl_name, Partition new_part) alter_partition_call(String db_name, String tbl_name, Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) alter_partition_with_environment_context_args(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) alter_partition_with_environment_context_call(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) append_partition_by_name_result(Partition success, InvalidObjectException o1, AlreadyExistsException o2, MetaException o3) append_partition_by_name_with_environment_context_result(Partition success, InvalidObjectException o1, AlreadyExistsException o2, MetaException o3) append_partition_result(Partition success, InvalidObjectException o1, AlreadyExistsException o2, MetaException o3) append_partition_with_environment_context_result(Partition success, InvalidObjectException o1, AlreadyExistsException o2, MetaException o3) exchange_partition_result(Partition success, MetaException o1, NoSuchObjectException o2, InvalidObjectException o3, InvalidInputException o4) get_partition_by_name_result(Partition success, MetaException o1, NoSuchObjectException o2) get_partition_result(Partition success, MetaException o1, NoSuchObjectException o2) get_partition_with_auth_result(Partition success, MetaException o1, NoSuchObjectException o2) Performs a deep copy on other.rename_partition_call(String db_name, String tbl_name, List<String> part_vals, Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type PartitionModifierConstructorDescriptionadd_partition_call(Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) add_partition_with_environment_context_call(Partition new_part, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) add_partitions_args(List<Partition> new_parts) add_partitions_call(List<Partition> new_parts, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) AddPartitionsRequest(String dbName, String tblName, List<Partition> parts, boolean ifNotExists) alter_partitions_args(String db_name, String tbl_name, List<Partition> new_parts) alter_partitions_call(String db_name, String tbl_name, List<Partition> new_parts, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) alter_partitions_with_environment_context_args(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context) alter_partitions_with_environment_context_call(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) AlterPartitionsRequest(String dbName, String tableName, List<Partition> partitions) append_partition_by_name_call(String db_name, String tbl_name, String part_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) append_partition_by_name_with_environment_context_call(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) append_partition_call(String db_name, String tbl_name, List<String> part_vals, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) append_partition_with_environment_context_call(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) exchange_partition_call(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) exchange_partitions_call(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) exchange_partitions_result(List<Partition> success, MetaException o1, NoSuchObjectException o2, InvalidObjectException o3, InvalidInputException o4) get_partition_by_name_call(String db_name, String tbl_name, String part_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_partition_call(String db_name, String tbl_name, List<String> part_vals, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_partition_with_auth_call(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_partitions_by_filter_call(String db_name, String tbl_name, String filter, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_partitions_by_filter_result(List<Partition> success, MetaException o1, NoSuchObjectException o2) get_partitions_by_names_call(String db_name, String tbl_name, List<String> names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_partitions_by_names_result(List<Partition> success, MetaException o1, NoSuchObjectException o2) get_partitions_call(String db_name, String tbl_name, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_partitions_ps_call(String db_name, String tbl_name, List<String> part_vals, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_partitions_ps_result(List<Partition> success, MetaException o1, NoSuchObjectException o2) get_partitions_ps_with_auth_call(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_partitions_ps_with_auth_result(List<Partition> success, NoSuchObjectException o1, MetaException o2) get_partitions_result(List<Partition> success, NoSuchObjectException o1, MetaException o2) get_partitions_with_auth_call(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_partitions_with_auth_result(List<Partition> success, NoSuchObjectException o1, MetaException o2) PartitionListComposingSpec(List<Partition> partitions) PartitionsByExprResult(List<Partition> partitions, boolean hasUnknownPartitions)