Class ClusterConfig

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

public class ClusterConfig extends Object implements Serializable
Class with cluster settings for the Scheduler Server.
Since:
6.0
See Also:
  • Field Details

    • serialVersionUID

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

      public static final String DEFAULT_IDENTIFIER
      See Also:
  • Constructor Details

    • ClusterConfig

      public ClusterConfig()
    • ClusterConfig

      public ClusterConfig(boolean clustered, String identifier, long checkInterval)
  • Method Details

    • isClustered

      public boolean isClustered()
      Returns:
      the clustered
    • setClustered

      public void setClustered(boolean clustered)
      Parameters:
      clustered - the clustered to set
    • getIdentifier

      public String getIdentifier()
      Returns:
      the identifier
    • setIdentifier

      public void setIdentifier(String identifier)
      Parameters:
      identifier - the identifier to set
    • getCheckInterval

      public long getCheckInterval()
      Returns:
      the checkInterval
    • setCheckInterval

      public void setCheckInterval(long checkInterval)
      Parameters:
      checkInterval - the checkInterval to set
    • toString

      public String toString()
      Overrides:
      toString in class Object