Interface DataSourceRuntimeManagerClientService


  • public interface DataSourceRuntimeManagerClientService
    Convenient client side methods to interact with the DataSourceRuntimeManager.
    • Method Detail

      • getDataSourceDeploymentInfo

        DataSourceDeploymentInfo getDataSourceDeploymentInfo​(String uuid)
        Gets the runtime information about a data source.
        Parameters:
        uuid - data source identifier.
        Returns:
        the runtime information about the data source or null if no data source was registered with the given uuid.
      • getDriverDeploymentInfo

        DriverDeploymentInfo getDriverDeploymentInfo​(String uuid)
        Gets the runtime information about a driver.
        Parameters:
        uuid - driver identifier.
        Returns:
        the runtime information about the driver or null if not driver was registered with the given uuid.
      • testDataSource

        TestResult testDataSource​(String uuid)
        Tests a data source in the data source management system.
        Parameters:
        uuid - data source identifier to test.
        Returns:
        a TestResult object with the information about the test.