Uses of Class
io.trino.hive.thrift.metastore.AlterPartitionsRequest
-
Uses of AlterPartitionsRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return AlterPartitionsRequestModifier and TypeMethodDescriptionAlterPartitionsRequest.deepCopy()ThriftHiveMetastore.alter_partitions_req_args.getReq()AlterPartitionsRequest.setCatName(String catName) AlterPartitionsRequest.setEnvironmentContext(EnvironmentContext environmentContext) AlterPartitionsRequest.setPartitions(List<Partition> partitions) AlterPartitionsRequest.setTableName(String tableName) AlterPartitionsRequest.setValidWriteIdList(String validWriteIdList) AlterPartitionsRequest.setWriteId(long writeId) Methods in io.trino.hive.thrift.metastore with parameters of type AlterPartitionsRequestModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.alterPartitionsReq(AlterPartitionsRequest req, org.apache.thrift.async.AsyncMethodCallback<AlterPartitionsResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.alterPartitionsReq(AlterPartitionsRequest req, org.apache.thrift.async.AsyncMethodCallback<AlterPartitionsResponse> resultHandler) ThriftHiveMetastore.Client.alterPartitionsReq(AlterPartitionsRequest req) ThriftHiveMetastore.Iface.alterPartitionsReq(AlterPartitionsRequest req) intAlterPartitionsRequest.compareTo(AlterPartitionsRequest other) booleanAlterPartitionsRequest.equals(AlterPartitionsRequest that) voidThriftHiveMetastore.Client.sendAlterPartitionsReq(AlterPartitionsRequest req) ThriftHiveMetastore.alter_partitions_req_args.setReq(AlterPartitionsRequest req) Constructors in io.trino.hive.thrift.metastore with parameters of type AlterPartitionsRequestModifierConstructorDescriptionalter_partitions_req_call(AlterPartitionsRequest req, org.apache.thrift.async.AsyncMethodCallback<AlterPartitionsResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Performs a deep copy on other.