Class ServerData

java.lang.Object
com.denodo.scheduler.client.server.ServerData
All Implemented Interfaces:
Serializable

public class ServerData extends Object implements Serializable
Encapsulates some information about the Scheduler server:
  • The Denodo Update installed
  • Information about the license installed in the Server
  • The mode in which the Scheduler is running: STANDALONE or AWS
  • The list of supported features in the server (added after Denodo 9.0)
Since:
8.0
See Also:
  • Method Details

    • getMode

      public SchedulerMode getMode()
    • getLicense

      public LicenseInfo getLicense()
    • getUpdateName

      public String getUpdateName()
    • getBetaUpdate

      public boolean getBetaUpdate()
    • getSupportedFeatures

      public Collection<String> getSupportedFeatures()
    • addSupportedFeature

      public void addSupportedFeature(String feature)
    • isFeatureSupported

      public boolean isFeatureSupported(String feature)