Uses of Class
io.trino.hive.thrift.metastore.GetCatalogRequest
-
Uses of GetCatalogRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return GetCatalogRequestModifier and TypeMethodDescriptionGetCatalogRequest.deepCopy()ThriftHiveMetastore.get_catalog_args.getCatName()Methods in io.trino.hive.thrift.metastore with parameters of type GetCatalogRequestModifier and TypeMethodDescriptionintGetCatalogRequest.compareTo(GetCatalogRequest other) booleanGetCatalogRequest.equals(GetCatalogRequest that) voidThriftHiveMetastore.AsyncClient.getCatalog(GetCatalogRequest catName, org.apache.thrift.async.AsyncMethodCallback<GetCatalogResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.getCatalog(GetCatalogRequest catName, org.apache.thrift.async.AsyncMethodCallback<GetCatalogResponse> resultHandler) ThriftHiveMetastore.Client.getCatalog(GetCatalogRequest catName) ThriftHiveMetastore.Iface.getCatalog(GetCatalogRequest catName) voidThriftHiveMetastore.Client.sendGetCatalog(GetCatalogRequest catName) ThriftHiveMetastore.get_catalog_args.setCatName(GetCatalogRequest catName) Constructors in io.trino.hive.thrift.metastore with parameters of type GetCatalogRequestModifierConstructorDescriptionget_catalog_args(GetCatalogRequest catName) get_catalog_call(GetCatalogRequest catName, org.apache.thrift.async.AsyncMethodCallback<GetCatalogResponse> 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.