deploylib.mesos

RemoteServiceScheduler

case class RemoteServiceScheduler (host: String, port: Int, id: ServiceId) extends AvroRecord with RemoteServiceProxy[Message] with ExperimentScheduler with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ExperimentScheduler, RemoteServiceProxy[Message], AvroRecord, ScalaSpecificRecord, SpecificRecord, IndexedRecord, GenericContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RemoteServiceScheduler
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ExperimentScheduler
  7. RemoteServiceProxy
  8. AvroRecord
  9. ScalaSpecificRecord
  10. SpecificRecord
  11. IndexedRecord
  12. GenericContainer
  13. AnyRef
  14. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RemoteServiceScheduler (host: String, port: Int, id: ServiceId)

Value Members

  1. def ! (msg: Message)(implicit sender: RemoteServiceProxy[Message]): Unit

    Definition Classes
    RemoteServiceProxy
  2. def !! (body: Message): MessageFuture[Message]

    Definition Classes
    RemoteServiceProxy
  3. def != (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  5. def !? (msg: Message, timeout: Int): Message

    Definition Classes
    RemoteServiceProxy
  6. def ## (): Int

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

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

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

    Attributes
    final
    Definition Classes
    Any
  10. def canEqual (arg0: Any): Boolean

    Definition Classes
    RemoteServiceScheduler → Equals
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    RemoteServiceScheduler → Equals → AnyRef → Any
  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def fromGenericRecord (generic: Record): RemoteServiceScheduler.this.type

    Definition Classes
    ScalaSpecificRecord
  16. def get (i: Int): AnyRef

    Definition Classes
    AvroRecord → IndexedRecord
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def getSchema (): Schema

    Definition Classes
    AvroRecord → GenericContainer
  19. def hashCode (): Int

    Definition Classes
    RemoteServiceScheduler → AnyRef → Any
  20. var host : String

    Definition Classes
    RemoteServiceScheduler → RemoteServiceProxy
  21. var id : ServiceId

    Definition Classes
    RemoteServiceScheduler → RemoteServiceProxy
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  26. def parse (inputStream: InputStream): RemoteServiceScheduler.this.type

    Definition Classes
    ScalaSpecificRecord
  27. def parse (data: Array[Byte]): RemoteServiceScheduler.this.type

    Definition Classes
    ScalaSpecificRecord
  28. var port : Int

    Definition Classes
    RemoteServiceScheduler → RemoteServiceProxy
  29. def productArity : Int

    Definition Classes
    RemoteServiceScheduler → Product
  30. def productElement (arg0: Int): Any

    Definition Classes
    RemoteServiceScheduler → Product
  31. def productIterator : Iterator[Any]

    Definition Classes
    Product
  32. def productPrefix : String

    Definition Classes
    RemoteServiceScheduler → Product
  33. def put (i: Int, v: Any): Unit

    Definition Classes
    AvroRecord → IndexedRecord
  34. implicit var registry : ServiceRegistry[Message]

    Attributes
    implicit
    Definition Classes
    RemoteServiceProxy
  35. def remoteNode : RemoteNode

    Definition Classes
    RemoteServiceProxy
  36. def scheduleExperiment (processes: Seq[JvmTask]): Unit

  37. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  38. def toBytes (outputStream: OutputStream): Unit

    Definition Classes
    ScalaSpecificRecord
  39. def toBytes : Array[Byte]

    Definition Classes
    ScalaSpecificRecord
  40. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ExperimentScheduler

Inherited from RemoteServiceProxy[Message]

Inherited from AvroRecord

Inherited from ScalaSpecificRecord

Inherited from SpecificRecord

Inherited from IndexedRecord

Inherited from GenericContainer

Inherited from AnyRef

Inherited from Any