Trait/Object

fr.iscpif.gridscale.sge

SGEJobService

Related Docs: object SGEJobService | package sge

Permalink

trait SGEJobService extends JobService with SSHHost with SSHStorage with BashShell

Linear Supertypes
BashShell, Shell, SSHStorage, Storage, SSHHost, JobService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SGEJobService
  2. BashShell
  3. Shell
  4. SSHStorage
  5. Storage
  6. SSHHost
  7. JobService
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type D = SGEJobDescription

    Permalink
    Definition Classes
    SGEJobService → JobService
  2. type J = SGEJob

    Permalink
    Definition Classes
    SGEJobService → JobService

Abstract Value Members

  1. abstract def credential: SSHAuthentication

    Permalink
    Definition Classes
    SSHHost
  2. abstract def host: String

    Permalink
    Definition Classes
    SSHHost
  3. abstract def port: Int

    Permalink
    Definition Classes
    SSHHost
  4. abstract def timeout: Duration

    Permalink
    Definition Classes
    SSHHost

Concrete 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 _exists(path: String): Boolean

    Permalink
    Definition Classes
    Storage
  5. def _list(path: String): List[ListEntry]

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

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

    Permalink
    Definition Classes
    SSHStorage → Storage
  8. def _read(path: String): InputStream

    Permalink
    Definition Classes
    SSHStorage → Storage
  9. def _rmDir(path: String): Unit

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

    Permalink
    Definition Classes
    SSHStorage → Storage
  11. def _write(is: InputStream, path: String): Unit

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

    Permalink
    Definition Classes
    Any
  13. def cancel(job: J): Int

    Permalink
  14. def child(parent: String, child: String): String

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

    Permalink
    Definition Classes
    SSHStorage
  16. def clone(): AnyRef

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

    Permalink
    Definition Classes
    BashShell → Shell
  18. def connect: SSHClient

    Permalink
    Definition Classes
    SSHHost
  19. def delete(job: J): Try[Unit]

    Permalink
    Definition Classes
    SGEJobService → JobService
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def errorWrapping(operation: String, t: Throwable): Throwable

    Permalink
    Definition Classes
    SSHStorage → Storage
  23. def exists(path: String): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getConnection: SSHClient

    Permalink
    Definition Classes
    SSHHost
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def home: String

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

    Permalink
    Definition Classes
    Any
  30. def list(path: String): Seq[ListEntry]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def parent(path: String): Option[String]

    Permalink
    Definition Classes
    Storage
  39. def read(path: String): InputStream

    Permalink
    Definition Classes
    Storage
  40. def release(c: SSHClient): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SSHStorage
  44. def sgeScriptName(description: D): String

    Permalink
  45. def sgeScriptPath(description: D): String

    Permalink
  46. def state(job: J): JobState

    Permalink
    Definition Classes
    SGEJobService → JobService
  47. implicit def stringToCommand(cmd: String): Command

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

    Permalink
    Definition Classes
    SGEJobService → JobService
  49. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    SSHHost
  55. def withNotClosedResource[R <: AnyRef { def release(connection: fr.iscpif.gridscale.ssh.SSHClient): Unit }, T](f: (SFTPClient) ⇒ T): T

    Permalink
    Definition Classes
    SSHStorage
  56. def withSftpClient[T](f: (SFTPClient) ⇒ T): T

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

    Permalink
    Definition Classes
    Storage
  58. def write(bytes: Array[Byte], path: String): Unit

    Permalink
    Definition Classes
    Storage
  59. def write(is: InputStream, path: String): Unit

    Permalink
    Definition Classes
    Storage

Inherited from BashShell

Inherited from Shell

Inherited from SSHStorage

Inherited from Storage

Inherited from SSHHost

Inherited from JobService

Inherited from AnyRef

Inherited from Any

Ungrouped