Trait/Object

fr.iscpif.gridscale.oar

OARJobService

Related Docs: object OARJobService | package oar

Permalink

trait OARJobService 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. OARJobService
  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
Visibility
  1. Public
  2. All

Type Members

  1. type A = SSHAuthentication

    Permalink
    Definition Classes
    SSHHost → Credential
  2. type D = OARJobDescription

    Permalink
    Definition Classes
    OARJobService → JobService
  3. type J = OARJob

    Permalink
    Definition Classes
    OARJobService → JobService

Abstract Value Members

  1. abstract def credential: A

    Permalink
    Definition Classes
    Credential
  2. abstract def host: String

    Permalink
    Definition Classes
    SSHHost
  3. abstract def user: String

    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 _list(path: String): Buffer[(String, Product with Serializable with FileType)]

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

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

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

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

    Permalink
    Attributes
    protected
    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    OARJobService → JobService
  13. def child(parent: String, child: String): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def oarScriptName(description: D): String

    Permalink
  37. def oarScriptPath(description: D): String

    Permalink
  38. def openInputStream(path: String): InputStream

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

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

    Permalink
    Definition Classes
    Storage
  41. def port: Int

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  51. def timeout: Duration

    Permalink
    Definition Classes
    DefaultTimeout
  52. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  53. def unconfirmedExchanges: Int

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

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

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

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

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

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

    Permalink
    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