Uses of Class
io.trino.hive.thrift.metastore.DropCatalogRequest
-
Uses of DropCatalogRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return DropCatalogRequestModifier and TypeMethodDescriptionDropCatalogRequest.deepCopy()ThriftHiveMetastore.drop_catalog_args.getCatName()Methods in io.trino.hive.thrift.metastore with parameters of type DropCatalogRequestModifier and TypeMethodDescriptionintDropCatalogRequest.compareTo(DropCatalogRequest other) voidThriftHiveMetastore.AsyncClient.dropCatalog(DropCatalogRequest catName, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.dropCatalog(DropCatalogRequest catName, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.dropCatalog(DropCatalogRequest catName) voidThriftHiveMetastore.Iface.dropCatalog(DropCatalogRequest catName) booleanDropCatalogRequest.equals(DropCatalogRequest that) voidThriftHiveMetastore.Client.sendDropCatalog(DropCatalogRequest catName) ThriftHiveMetastore.drop_catalog_args.setCatName(DropCatalogRequest catName) Constructors in io.trino.hive.thrift.metastore with parameters of type DropCatalogRequestModifierConstructorDescriptiondrop_catalog_args(DropCatalogRequest catName) drop_catalog_call(DropCatalogRequest catName, 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.