deploylib.mesos

JavaExecutor

class JavaExecutor extends Executor

Linear Supertypes
Executor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. JavaExecutor
  2. Executor
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JavaExecutor ()

Type Members

  1. class ForkedJvm extends RunningTask with Runnable

  2. class JettyApp extends RunningTask

  3. class RunningTask extends AnyRef

    Attributes
    abstract

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. val baseDir : File

  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. val config : Config

  10. def deleteRecursive (f: File): Unit

    Attributes
    protected
  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def error (driver: ExecutorDriver, code: Int, msg: String): Unit

    Definition Classes
    JavaExecutor → Executor
  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def frameworkMessage (driver: ExecutorDriver, data: Array[Byte]): Unit

    Definition Classes
    JavaExecutor → Executor
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  18. val httpClient : HttpClient

  19. def init (driver: ExecutorDriver, args: ExecutorArgs): Unit

    Definition Classes
    JavaExecutor → Executor
  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. val jarCache : File

  22. def killTask (d: ExecutorDriver, taskId: TaskID): Unit

    Definition Classes
    JavaExecutor → Executor
  23. def launchTask (d: ExecutorDriver, taskDesc: TaskDescription): Unit

    Definition Classes
    JavaExecutor → Executor
  24. def loadClasspath (classSources: Seq[ClassSource]): String

    Attributes
    protected
  25. val logger : Logger

  26. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. def newTempDir (): File

    Attributes
    protected
  28. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  30. def resolveClassSource (classSource: ClassSource): File

  31. val runningTasks : HashMap[String, RunningTask]

  32. def shutdown (driver: ExecutorDriver): Unit

    Definition Classes
    JavaExecutor → Executor
  33. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Executor

Inherited from AnyRef

Inherited from Any