Uses of Class
io.trino.hive.thrift.metastore.CreateCatalogRequest
-
Uses of CreateCatalogRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return CreateCatalogRequestModifier and TypeMethodDescriptionCreateCatalogRequest.deepCopy()ThriftHiveMetastore.create_catalog_args.getCatalog()CreateCatalogRequest.setCatalog(Catalog catalog) Methods in io.trino.hive.thrift.metastore with parameters of type CreateCatalogRequestModifier and TypeMethodDescriptionintCreateCatalogRequest.compareTo(CreateCatalogRequest other) voidThriftHiveMetastore.AsyncClient.createCatalog(CreateCatalogRequest catalog, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.createCatalog(CreateCatalogRequest catalog, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.createCatalog(CreateCatalogRequest catalog) voidThriftHiveMetastore.Iface.createCatalog(CreateCatalogRequest catalog) booleanCreateCatalogRequest.equals(CreateCatalogRequest that) voidThriftHiveMetastore.Client.sendCreateCatalog(CreateCatalogRequest catalog) ThriftHiveMetastore.create_catalog_args.setCatalog(CreateCatalogRequest catalog) Constructors in io.trino.hive.thrift.metastore with parameters of type CreateCatalogRequestModifierConstructorDescriptioncreate_catalog_args(CreateCatalogRequest catalog) create_catalog_call(CreateCatalogRequest catalog, org.apache.thrift.async.AsyncMethodCallback<Void> 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.