fr.iscpif.gridscale.slurm

SLURMJobService

trait SLURMJobService extends JobService with SSHHost with SSHStorage with BashShell

Linear Supertypes
BashShell, Shell, SSHStorage, Storage, SSHHost, DefaultTimeout, JobService, Credential, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SLURMJobService
  2. BashShell
  3. Shell
  4. SSHStorage
  5. Storage
  6. SSHHost
  7. DefaultTimeout
  8. JobService
  9. Credential
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type A = SSHAuthentication

    Definition Classes
    SSHHost → Credential
  2. type D = SLURMJobDescription

    Definition Classes
    SLURMJobService → JobService
  3. type J = SLURMJob

    Definition Classes
    SLURMJobService → JobService

Abstract Value Members

  1. abstract def credential: A

    Definition Classes
    Credential
  2. abstract def host: String

    Definition Classes
    SSHHost
  3. abstract def user: String

    Definition Classes
    SSHHost

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _list(path: String): Buffer[(String, Product with Serializable with FileType)]

    Definition Classes
    SSHStorage → Storage
  7. def _makeDir(path: String): Unit

    Definition Classes
    SSHStorage → Storage
  8. def _mv(from: String, to: String): Unit

    Definition Classes
    SSHStorage → Storage
  9. def _openInputStream(path: String): InputStream

    Attributes
    protected
    Definition Classes
    SSHStorage → Storage
  10. def _openOutputStream(path: String): OutputStream

    Attributes
    protected
    Definition Classes
    SSHStorage → Storage
  11. def _rmDir(path: String): Unit

    Definition Classes
    SSHStorage → Storage
  12. def _rmFile(path: String): Unit

    Definition Classes
    SSHStorage → Storage
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def cancel(job: J): Unit

    Definition Classes
    SLURMJobService → JobService
  15. def child(parent: String, child: String): String

    Definition Classes
    Storage
  16. def chmod(path: String, perms: FilePermission*): Unit

    Definition Classes
    SSHStorage
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def command(cmd: String): Command

    Definition Classes
    BashShell → Shell
  19. def connect: SSHClient

    Definition Classes
    SSHHost
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def exists(path: String): Boolean

    Definition Classes
    SSHStorage → Storage
  23. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  25. def getConnection: SSHClient

    Definition Classes
    SSHHost
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def home: String

    Definition Classes
    SSHStorage
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def isRoot(path: String): Boolean

    Definition Classes
    Storage
  30. def list(path: String): Seq[(String, FileType)]

    Definition Classes
    Storage
  31. def listNames(path: String): Seq[String]

    Definition Classes
    Storage
  32. def makeDir(path: String): Unit

    Definition Classes
    Storage
  33. def mv(from: String, to: String): Unit

    Definition Classes
    Storage
  34. def name(path: String): String

    Definition Classes
    Storage
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. def openInputStream(path: String): InputStream

    Definition Classes
    Storage
  39. def openOutputStream(path: String): OutputStream

    Definition Classes
    Storage
  40. def parent(path: String): String

    Definition Classes
    Storage
  41. def port: Int

    Definition Classes
    SSHHost
  42. def purge(job: J): Unit

    Definition Classes
    SLURMJobService → JobService
  43. def release(c: SSHClient): Unit

    Definition Classes
    SSHHost
  44. def rmDir(path: String): Unit

    Definition Classes
    Storage
  45. def rmFile(path: String): Unit

    Definition Classes
    Storage
  46. def rmFileWithClient(path: String)(implicit c: SFTPClient): Unit

    Attributes
    protected
    Definition Classes
    SSHStorage
  47. def state(job: J): JobState

    Definition Classes
    SLURMJobService → JobService
  48. implicit def stringToCommand(cmd: String): Command

    Definition Classes
    Shell
  49. def submit(description: D): J

    Definition Classes
    SLURMJobService → JobService
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. def timeout: Duration

    Definition Classes
    DefaultTimeout
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. def unconfirmedExchanges: Int

    Definition Classes
    SSHStorage
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def withConnection[T](f: (SSHClient) ⇒ T): T

    Definition Classes
    SSHHost
  58. def withSftpClient[T](f: (SFTPClient) ⇒ T): T

    Definition Classes
    SSHHost
  59. def wrapException[T](operation: String)(f: ⇒ T): T

    Definition Classes
    Storage

Inherited from BashShell

Inherited from Shell

Inherited from SSHStorage

Inherited from Storage

Inherited from SSHHost

Inherited from DefaultTimeout

Inherited from JobService

Inherited from Credential

Inherited from AnyRef

Inherited from Any

Ungrouped