Uses of Class
io.trino.hive.thrift.metastore.WMCreateOrUpdateMappingRequest
-
Uses of WMCreateOrUpdateMappingRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return WMCreateOrUpdateMappingRequestModifier and TypeMethodDescriptionWMCreateOrUpdateMappingRequest.deepCopy()ThriftHiveMetastore.create_or_update_wm_mapping_args.getRequest()WMCreateOrUpdateMappingRequest.setMapping(WMMapping mapping) WMCreateOrUpdateMappingRequest.setUpdate(boolean update) Methods in io.trino.hive.thrift.metastore with parameters of type WMCreateOrUpdateMappingRequestModifier and TypeMethodDescriptionintWMCreateOrUpdateMappingRequest.compareTo(WMCreateOrUpdateMappingRequest other) voidThriftHiveMetastore.AsyncClient.createOrUpdateWmMapping(WMCreateOrUpdateMappingRequest request, org.apache.thrift.async.AsyncMethodCallback<WMCreateOrUpdateMappingResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.createOrUpdateWmMapping(WMCreateOrUpdateMappingRequest request, org.apache.thrift.async.AsyncMethodCallback<WMCreateOrUpdateMappingResponse> resultHandler) ThriftHiveMetastore.Client.createOrUpdateWmMapping(WMCreateOrUpdateMappingRequest request) ThriftHiveMetastore.Iface.createOrUpdateWmMapping(WMCreateOrUpdateMappingRequest request) booleanWMCreateOrUpdateMappingRequest.equals(WMCreateOrUpdateMappingRequest that) voidThriftHiveMetastore.Client.sendCreateOrUpdateWmMapping(WMCreateOrUpdateMappingRequest request) ThriftHiveMetastore.create_or_update_wm_mapping_args.setRequest(WMCreateOrUpdateMappingRequest request) Constructors in io.trino.hive.thrift.metastore with parameters of type WMCreateOrUpdateMappingRequestModifierConstructorDescriptioncreate_or_update_wm_mapping_call(WMCreateOrUpdateMappingRequest request, org.apache.thrift.async.AsyncMethodCallback<WMCreateOrUpdateMappingResponse> 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.