Class ClientData

java.lang.Object
com.denodo.scheduler.client.commons.ClientData
All Implemented Interfaces:
Serializable

public class ClientData 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
Since:
8.0
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Method Details

    • getUpdateName

      public String getUpdateName()
    • getClientIP

      public String getClientIP()
    • getIntermediateClientIP

      public String getIntermediateClientIP()
    • getQueryTimeout

      public long getQueryTimeout()
    • getTimeUnit

      public TimeUnit getTimeUnit()