Uses of Class
io.trino.hive.thrift.metastore.WMDropMappingRequest
-
Uses of WMDropMappingRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return WMDropMappingRequestModifier and TypeMethodDescriptionWMDropMappingRequest.deepCopy()ThriftHiveMetastore.drop_wm_mapping_args.getRequest()WMDropMappingRequest.setMapping(WMMapping mapping) Methods in io.trino.hive.thrift.metastore with parameters of type WMDropMappingRequestModifier and TypeMethodDescriptionintWMDropMappingRequest.compareTo(WMDropMappingRequest other) voidThriftHiveMetastore.AsyncClient.dropWmMapping(WMDropMappingRequest request, org.apache.thrift.async.AsyncMethodCallback<WMDropMappingResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.dropWmMapping(WMDropMappingRequest request, org.apache.thrift.async.AsyncMethodCallback<WMDropMappingResponse> resultHandler) ThriftHiveMetastore.Client.dropWmMapping(WMDropMappingRequest request) ThriftHiveMetastore.Iface.dropWmMapping(WMDropMappingRequest request) booleanWMDropMappingRequest.equals(WMDropMappingRequest that) voidThriftHiveMetastore.Client.sendDropWmMapping(WMDropMappingRequest request) ThriftHiveMetastore.drop_wm_mapping_args.setRequest(WMDropMappingRequest request) Constructors in io.trino.hive.thrift.metastore with parameters of type WMDropMappingRequestModifierConstructorDescriptiondrop_wm_mapping_args(WMDropMappingRequest request) drop_wm_mapping_call(WMDropMappingRequest request, org.apache.thrift.async.AsyncMethodCallback<WMDropMappingResponse> 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.