Package net.sf.basedb.opengrid.config

  • Class Summary
    Class Description
    AbstractLockable<T extends AbstractLockable<T>>
    Handles locking and validation of configuration settings.
    BatchConfig
    Configuration settings related to a batch of jobs that are about to be submitted to the cluster at more or less the same time.
    ClusterConfig
    Configuration settings related to the cluster.
    ConnectionInfo
    Informatation such as the address, port, SSH fingerprint and login information that is needed to connect via SSH to the cluster.
    JobConfig
    Configuration settings related to a job definition that is about to be run on an Open Grid or Slurm cluster.
    NodeConfig
    Configuration settings related to a single node in the cluster.
    XmlConfig
    Helper class for reading cluster configuration settings from an XML file.
  • Enum Summary
    Enum Description
    ClusterType
    Enumeration with cluster types that are supported by this plugin.
    JobConfig.Priority
    Used for converting between Open Grid priority values and BASE priority values.