Trait/Object

fr.iscpif.gridscale.egi

DIRACJobService

Related Docs: object DIRACJobService | package egi

Permalink

trait DIRACJobService extends JobService with HTTPSClient

Linear Supertypes
HTTPSClient, JobService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DIRACJobService
  2. HTTPSClient
  3. JobService
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type D = DIRACJobDescription

    Permalink
    Definition Classes
    DIRACJobService → JobService
  2. type J = String

    Permalink
    Definition Classes
    DIRACJobService → JobService
  3. case class Token(token: String, expires_in: Long) extends Product with Serializable

    Permalink

Abstract Value Members

  1. abstract def factory: (Duration) ⇒ SSLConnectionSocketFactory

    Permalink
    Definition Classes
    HTTPSClient
  2. abstract def group: String

    Permalink
  3. abstract def service: String

    Permalink
  4. abstract def timeout: Duration

    Permalink
    Definition Classes
    DIRACJobService → HTTPSClient

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

    Permalink
    Definition Classes
    Any
  5. def auth2Auth: String

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def connectionManager: BasicHttpClientConnectionManager

    Permalink
    Definition Classes
    HTTPSClient
  8. def delegate(p12: File, password: String): String

    Permalink
  9. def delegation: String

    Permalink
  10. def delete(job: J): Try[Unit]

    Permalink
    Definition Classes
    DIRACJobService → JobService
  11. def downloadOutputSandbox(desc: D, jobId: J): Unit

    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 finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def httpHost: HttpHost

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def jobs: String

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

    Permalink
    Definition Classes
    AnyRef
  21. def newClient: CloseableHttpClient

    Permalink
    Definition Classes
    HTTPSClient
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def request[T](request: HttpRequestBase with HttpRequest)(f: (String) ⇒ T): T

    Permalink
  25. def requestContent[T](request: HttpRequestBase with HttpRequest)(f: (InputStream) ⇒ T): T

    Permalink
  26. def setup: String

    Permalink
  27. def state(jobId: J): Product with Serializable with JobState

    Permalink
    Definition Classes
    DIRACJobService → JobService
  28. def submit(jobDescription: D, group: Option[String]): J

    Permalink
  29. def submit(jobDescription: D): J

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def token: Token

    Permalink
  33. lazy val tokenCache: ValueCache[Token]

    Permalink
  34. def tokenExpirationMargin: (Int, TimeUnit)

    Permalink
  35. def translateState(s: String): Product with Serializable with JobState

    Permalink
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withClient[T](f: (CloseableHttpClient) ⇒ T): T

    Permalink
    Definition Classes
    HTTPSClient

Inherited from HTTPSClient

Inherited from JobService

Inherited from AnyRef

Inherited from Any

Ungrouped