Uses of Class
io.trino.hive.thrift.metastore.AlterTableRequest
-
Uses of AlterTableRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return AlterTableRequestModifier and TypeMethodDescriptionAlterTableRequest.deepCopy()ThriftHiveMetastore.alter_table_req_args.getReq()AlterTableRequest.setCatName(String catName) AlterTableRequest.setEnvironmentContext(EnvironmentContext environmentContext) AlterTableRequest.setProcessorCapabilities(List<String> processorCapabilities) AlterTableRequest.setProcessorIdentifier(String processorIdentifier) AlterTableRequest.setTableName(String tableName) AlterTableRequest.setValidWriteIdList(String validWriteIdList) AlterTableRequest.setWriteId(long writeId) Methods in io.trino.hive.thrift.metastore with parameters of type AlterTableRequestModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.alterTableReq(AlterTableRequest req, org.apache.thrift.async.AsyncMethodCallback<AlterTableResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.alterTableReq(AlterTableRequest req, org.apache.thrift.async.AsyncMethodCallback<AlterTableResponse> resultHandler) ThriftHiveMetastore.Client.alterTableReq(AlterTableRequest req) ThriftHiveMetastore.Iface.alterTableReq(AlterTableRequest req) intAlterTableRequest.compareTo(AlterTableRequest other) booleanAlterTableRequest.equals(AlterTableRequest that) voidThriftHiveMetastore.Client.sendAlterTableReq(AlterTableRequest req) ThriftHiveMetastore.alter_table_req_args.setReq(AlterTableRequest req) Constructors in io.trino.hive.thrift.metastore with parameters of type AlterTableRequestModifierConstructorDescriptionalter_table_req_call(AlterTableRequest req, org.apache.thrift.async.AsyncMethodCallback<AlterTableResponse> 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.