fr.iscpif.gridscale.pbs

PBSJobService

trait PBSJobService extends JobService with SSHHost with SSHStorage

Linear Supertypes
SSHStorage, Storage, SSHHost, DefaultTimeout, JobService, Credential, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PBSJobService
  2. SSHStorage
  3. Storage
  4. SSHHost
  5. DefaultTimeout
  6. JobService
  7. Credential
  8. AnyRef
  9. 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 = PBSJobDescription

    Definition Classes
    PBSJobService → JobService
  3. type J = PBSJob

    Definition Classes
    PBSJobService → 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: Any): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Storage
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def connect: SSHClient

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  21. def getConnection: SSHClient

    Definition Classes
    SSHHost
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def home: String

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Storage
  37. def pbsScriptPath(description: D): String

  38. def port: Int

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

    Definition Classes
    PBSJobService → JobService
  40. def release(c: SSHClient): Unit

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

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

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

    Attributes
    protected
    Definition Classes
    SSHStorage
  44. def sourceBashRC: String

  45. def state(job: J): JobState

    Definition Classes
    PBSJobService → JobService
  46. def submit(description: D): J

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

    Definition Classes
    AnyRef
  48. def timeout: Duration

    Definition Classes
    DefaultTimeout
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. def translateStatus(retCode: Int, status: String): Product with Serializable with JobState

  51. def unconfirmedExchanges: Int

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

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

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

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

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

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

    Definition Classes
    Storage

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