Uses of Class
io.trino.hive.thrift.metastore.WMDropPoolRequest
-
Uses of WMDropPoolRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return WMDropPoolRequestModifier and TypeMethodDescriptionWMDropPoolRequest.deepCopy()ThriftHiveMetastore.drop_wm_pool_args.getRequest()WMDropPoolRequest.setPoolPath(String poolPath) WMDropPoolRequest.setResourcePlanName(String resourcePlanName) Methods in io.trino.hive.thrift.metastore with parameters of type WMDropPoolRequestModifier and TypeMethodDescriptionintWMDropPoolRequest.compareTo(WMDropPoolRequest other) voidThriftHiveMetastore.AsyncClient.dropWmPool(WMDropPoolRequest request, org.apache.thrift.async.AsyncMethodCallback<WMDropPoolResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.dropWmPool(WMDropPoolRequest request, org.apache.thrift.async.AsyncMethodCallback<WMDropPoolResponse> resultHandler) ThriftHiveMetastore.Client.dropWmPool(WMDropPoolRequest request) ThriftHiveMetastore.Iface.dropWmPool(WMDropPoolRequest request) booleanWMDropPoolRequest.equals(WMDropPoolRequest that) voidThriftHiveMetastore.Client.sendDropWmPool(WMDropPoolRequest request) ThriftHiveMetastore.drop_wm_pool_args.setRequest(WMDropPoolRequest request) Constructors in io.trino.hive.thrift.metastore with parameters of type WMDropPoolRequestModifierConstructorDescriptiondrop_wm_pool_args(WMDropPoolRequest request) drop_wm_pool_call(WMDropPoolRequest request, org.apache.thrift.async.AsyncMethodCallback<WMDropPoolResponse> 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.