Class/Object

nl.biopet.tools.pipelinestatus

Deps

Related Docs: object Deps | package pipelinestatus

Permalink

case class Deps(jobs: Map[String, Job], files: Array[JsObject]) extends Logging with Product with Serializable

This class can store the deps.json from a pipeline that stores all jobs and files and the connections

Created by pjvanthof on 24/06/2017.

Linear Supertypes
Serializable, Serializable, Product, Equals, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Deps
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Logging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Deps(jobs: Map[String, Job], files: Array[JsObject])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compressOnType(main: Boolean = false): Map[String, List[String]]

    Permalink

    This method will compress the graph by combining all common job names

    This method will compress the graph by combining all common job names

    main

    When set true the non main jobs will be skipped in the graph

    returns

    List of dependencies

  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. val files: Array[JsObject]

    Permalink
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getMainDependencies(jobName: String): List[String]

    Permalink

    This will return for a single job the main dependencies.

    This will return for a single job the main dependencies. When a job depend on a non main job it will take the dependencies from that job till it finds a main dependency

  12. def getMainDeps: Map[String, List[String]]

    Permalink

    this will return all main dependencies

  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val jobs: Map[String, Job]

    Permalink
  15. def logger: Logger

    Permalink
    Definition Classes
    Logging
  16. def makeCompressedPimRun(runId: String): Run

    Permalink
  17. def makePimRun(runId: String): Run

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def publishCompressedGraphToPim(host: String, runId: String, deleteIfExist: Boolean = false)(implicit ws: AhcWSClient): Future[WSResponse]

    Permalink

    This publish the graph to a pim host

  22. def publishGraphToPim(host: String, runId: String, deleteIfExist: Boolean = false)(implicit ws: AhcWSClient): Future[WSResponse]

    Permalink
  23. def publishRunToPim(pimRun: Run, host: String, deleteIfExist: Boolean = false)(implicit ws: AhcWSClient): Future[WSResponse]

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped