Uses of Class
io.trino.hive.thrift.metastore.GetTablesRequest
-
Uses of GetTablesRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return GetTablesRequestModifier and TypeMethodDescriptionGetTablesRequest.deepCopy()ThriftHiveMetastore.get_table_objects_by_name_req_args.getReq()GetTablesRequest.setCapabilities(ClientCapabilities capabilities) GetTablesRequest.setCatName(String catName) GetTablesRequest.setTblNames(List<String> tblNames) Methods in io.trino.hive.thrift.metastore with parameters of type GetTablesRequestModifier and TypeMethodDescriptionintGetTablesRequest.compareTo(GetTablesRequest other) booleanGetTablesRequest.equals(GetTablesRequest that) voidThriftHiveMetastore.AsyncClient.getTableObjectsByNameReq(GetTablesRequest req, org.apache.thrift.async.AsyncMethodCallback<GetTablesResult> resultHandler) voidThriftHiveMetastore.AsyncIface.getTableObjectsByNameReq(GetTablesRequest req, org.apache.thrift.async.AsyncMethodCallback<GetTablesResult> resultHandler) ThriftHiveMetastore.Client.getTableObjectsByNameReq(GetTablesRequest req) ThriftHiveMetastore.Iface.getTableObjectsByNameReq(GetTablesRequest req) voidThriftHiveMetastore.Client.sendGetTableObjectsByNameReq(GetTablesRequest req) ThriftHiveMetastore.get_table_objects_by_name_req_args.setReq(GetTablesRequest req) Constructors in io.trino.hive.thrift.metastore with parameters of type GetTablesRequestModifierConstructorDescriptionget_table_objects_by_name_req_call(GetTablesRequest req, org.apache.thrift.async.AsyncMethodCallback<GetTablesResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) GetTablesRequest(GetTablesRequest other) Performs a deep copy on other.