Package

fr.iscpif.gridscale

condor

Permalink

package condor

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. condor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CondorJobDescription(executable: String, arguments: String, workDirectory: String, memory: Option[Int] = None, nodes: Option[Int] = None, coreByNode: Option[Int] = None, requirements: Option[CondorRequirement] = None) extends Product with Serializable

    Permalink
  2. trait CondorJobService extends JobService with SSHHost with SSHStorage with BashShell

    Permalink
  3. class CondorRequirement extends AnyRef

    Permalink

Value Members

  1. object CondorJobService

    Permalink
  2. object CondorRequirement

    Permalink
  3. implicit def option2Requirement(nonOptRequirement: CondorRequirement): Some[CondorRequirement]

    Permalink
  4. implicit def string2CondorRequirement(plainRequirement: String): CondorRequirement

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped