Uses of Class
io.trino.hive.thrift.metastore.GetTableRequest
-
Uses of GetTableRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return GetTableRequestModifier and TypeMethodDescriptionGetTableRequest.deepCopy()ThriftHiveMetastore.get_table_req_args.getReq()GetTableRequest.setCapabilities(ClientCapabilities capabilities) GetTableRequest.setCatName(String catName) GetTableRequest.setTblName(String tblName) Methods in io.trino.hive.thrift.metastore with parameters of type GetTableRequestModifier and TypeMethodDescriptionintGetTableRequest.compareTo(GetTableRequest other) booleanGetTableRequest.equals(GetTableRequest that) voidThriftHiveMetastore.AsyncClient.getTableReq(GetTableRequest req, org.apache.thrift.async.AsyncMethodCallback<GetTableResult> resultHandler) voidThriftHiveMetastore.AsyncIface.getTableReq(GetTableRequest req, org.apache.thrift.async.AsyncMethodCallback<GetTableResult> resultHandler) ThriftHiveMetastore.Client.getTableReq(GetTableRequest req) ThriftHiveMetastore.Iface.getTableReq(GetTableRequest req) voidThriftHiveMetastore.Client.sendGetTableReq(GetTableRequest req) ThriftHiveMetastore.get_table_req_args.setReq(GetTableRequest req) Constructors in io.trino.hive.thrift.metastore with parameters of type GetTableRequestModifierConstructorDescriptionget_table_req_call(GetTableRequest req, org.apache.thrift.async.AsyncMethodCallback<GetTableResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) GetTableRequest(GetTableRequest other) Performs a deep copy on other.