Uses of Class
io.trino.hive.thrift.metastore.PartitionSpec
-
Uses of PartitionSpec in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return PartitionSpecModifier and TypeMethodDescriptionPartitionSpec.deepCopy()PartitionSpec.setCatName(String catName) PartitionSpec.setPartitionList(PartitionListComposingSpec partitionList) PartitionSpec.setRootPath(String rootPath) PartitionSpec.setSharedSDPartitionSpec(PartitionSpecWithSharedSD sharedSDPartitionSpec) PartitionSpec.setTableName(String tableName) Methods in io.trino.hive.thrift.metastore that return types with arguments of type PartitionSpecModifier and TypeMethodDescriptionThriftHiveMetastore.add_partitions_pspec_args.getNewParts()ThriftHiveMetastore.add_partitions_pspec_args.getNewPartsIterator()ThriftHiveMetastore.Client.getPartitionsPspec(String db_name, String tbl_name, int max_parts) ThriftHiveMetastore.Iface.getPartitionsPspec(String db_name, String tbl_name, int max_parts) ThriftHiveMetastore.Client.getPartSpecsByFilter(String db_name, String tbl_name, String filter, int max_parts) ThriftHiveMetastore.Iface.getPartSpecsByFilter(String db_name, String tbl_name, String filter, int max_parts) ThriftHiveMetastore.AsyncClient.get_part_specs_by_filter_call.getResult()ThriftHiveMetastore.AsyncClient.get_partitions_pspec_call.getResult()org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>>ThriftHiveMetastore.AsyncProcessor.get_part_specs_by_filter.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>>ThriftHiveMetastore.AsyncProcessor.get_partitions_pspec.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.get_part_specs_by_filter_result.getSuccess()ThriftHiveMetastore.get_partitions_pspec_result.getSuccess()ThriftHiveMetastore.get_part_specs_by_filter_result.getSuccessIterator()ThriftHiveMetastore.get_partitions_pspec_result.getSuccessIterator()ThriftHiveMetastore.Client.recvGetPartitionsPspec()ThriftHiveMetastore.Client.recvGetPartSpecsByFilter()Methods in io.trino.hive.thrift.metastore with parameters of type PartitionSpecModifier and TypeMethodDescriptionvoidThriftHiveMetastore.add_partitions_pspec_args.addToNewParts(PartitionSpec elem) voidThriftHiveMetastore.get_part_specs_by_filter_result.addToSuccess(PartitionSpec elem) voidThriftHiveMetastore.get_partitions_pspec_result.addToSuccess(PartitionSpec elem) intPartitionSpec.compareTo(PartitionSpec other) booleanPartitionSpec.equals(PartitionSpec that) Method parameters in io.trino.hive.thrift.metastore with type arguments of type PartitionSpecModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.addPartitionsPspec(List<PartitionSpec> new_parts, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) voidThriftHiveMetastore.AsyncIface.addPartitionsPspec(List<PartitionSpec> new_parts, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) intThriftHiveMetastore.Client.addPartitionsPspec(List<PartitionSpec> new_parts) intThriftHiveMetastore.Iface.addPartitionsPspec(List<PartitionSpec> new_parts) voidThriftHiveMetastore.AsyncClient.getPartitionsPspec(String db_name, String tbl_name, int max_parts, org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitionsPspec(String db_name, String tbl_name, int max_parts, org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) voidThriftHiveMetastore.AsyncClient.getPartSpecsByFilter(String db_name, String tbl_name, String filter, int max_parts, org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartSpecsByFilter(String db_name, String tbl_name, String filter, int max_parts, org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) voidThriftHiveMetastore.Client.sendAddPartitionsPspec(List<PartitionSpec> new_parts) ThriftHiveMetastore.add_partitions_pspec_args.setNewParts(List<PartitionSpec> new_parts) ThriftHiveMetastore.get_part_specs_by_filter_result.setSuccess(List<PartitionSpec> success) ThriftHiveMetastore.get_partitions_pspec_result.setSuccess(List<PartitionSpec> success) voidThriftHiveMetastore.AsyncProcessor.get_part_specs_by_filter.start(I iface, ThriftHiveMetastore.get_part_specs_by_filter_args args, org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_partitions_pspec.start(I iface, ThriftHiveMetastore.get_partitions_pspec_args args, org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type PartitionSpecConstructor parameters in io.trino.hive.thrift.metastore with type arguments of type PartitionSpecModifierConstructorDescriptionadd_partitions_pspec_args(List<PartitionSpec> new_parts) add_partitions_pspec_call(List<PartitionSpec> 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) get_part_specs_by_filter_call(String db_name, String tbl_name, String filter, int max_parts, org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_part_specs_by_filter_result(List<PartitionSpec> success, MetaException o1, NoSuchObjectException o2) get_partitions_pspec_call(String db_name, String tbl_name, int max_parts, org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_partitions_pspec_result(List<PartitionSpec> success, NoSuchObjectException o1, MetaException o2)