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 Details

    • OMAGServerDataEngineProxyService

      public OMAGServerDataEngineProxyService()
  • Method Details

    • setDataEngineProxyConfig

      public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse setDataEngineProxyConfig(String userId, String serverName, org.odpi.openmetadata.adminservices.configuration.properties.DataEngineProxyConfig dataEngineProxyConfig)
      Store the provided Data Engine Proxy configuration
      Parameters:
      userId - user that is issuing the request
      serverName - local server name
      dataEngineProxyConfig - configuration for the data engine proxy
      Returns:
      void response
    • deleteDataEngineProxy

      public org.odpi.openmetadata.commonservices.ffdc.rest.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