Class

org.nlp4l.framework.controllers

ReverseJobController

Related Doc: package controllers

Permalink

class ReverseJobController extends AnyRef

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

Instance Constructors

  1. new ReverseJobController(_prefix: ⇒ String)

    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. def _defaultPrefix: String

    Permalink
  5. def addRecord(jobId: Int, runId: Int): Call

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def deleteJob(jobId: Int): Call

    Permalink
  9. def deleteRecord(jobId: Int, runId: Int, recordId: Int): Call

    Permalink
  10. def deleteRunResult(jobId: Int, runId: Int): Call

    Permalink
  11. def deployResult(jobId: Int, runId: Int): Call

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def exec(jobId: Int): Call

    Permalink
  15. def exportResult(jobId: Int, runId: Int): Call

    Permalink
  16. def fetchRecord(jobId: Int, runId: Int, recordId: Int): Call

    Permalink
  17. def filterList(jobId: Int, runId: Int, cellname: String): Call

    Permalink
  18. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def jobResult(jobId: Int, runId: Int): Call

    Permalink
  23. def jobStatus(): Call

    Permalink
  24. def list(): Call

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def saveJobConfig(jobId: Int): Call

    Permalink
  29. def saveJobInfo(jobId: Int): Call

    Permalink
  30. def saveNewJobConfig(): Call

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def updateRecord(jobId: Int, runId: Int, recordId: Int): Call

    Permalink
  34. def validateResult(jobId: Int, runId: Int): Call

    Permalink
  35. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped