Class OMAGServerDataEngineProxyService
- java.lang.Object
-
- org.odpi.openmetadata.adminservices.server.OMAGServerDataEngineProxyService
-
public class OMAGServerDataEngineProxyService extends Object
OMAGServerDataEngineProxyService supports the configuration requests for Data Engine Proxies.
-
-
Constructor Summary
Constructors Constructor Description OMAGServerDataEngineProxyService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VoidResponsedeleteDataEngineProxy(String userId, String serverName)Remove Data Engine Proxy from the server configuration.VoidResponsesetDataEngineProxyConfig(String userId, String serverName, DataEngineProxyConfig dataEngineProxyConfig)Store the provided Data Engine Proxy configuration
-
-
-
Method Detail
-
setDataEngineProxyConfig
public VoidResponse setDataEngineProxyConfig(String userId, String serverName, DataEngineProxyConfig dataEngineProxyConfig)
Store the provided Data Engine Proxy configuration- Parameters:
userId- user that is issuing the requestserverName- local server namedataEngineProxyConfig- configuration for the data engine proxy- Returns:
- void response
-
deleteDataEngineProxy
public VoidResponse deleteDataEngineProxy(String userId, String serverName)
Remove Data Engine Proxy from the server configuration.- Parameters:
userId- user that is issuing the request.serverName- local server name.- Returns:
- void response
-
-