Class/Object

agora.api.exchange

WorkSubscription

Related Docs: object WorkSubscription | package exchange

Permalink

case class WorkSubscription(details: WorkerDetails, jobMatcher: JMatcher, submissionMatcher: JMatcher, subscriptionReferences: Set[worker.SubscriptionKey]) extends SubscriptionRequest with Product with Serializable

The details contain info about the worker subscribing to work, such as it's location (where work should be sent to), and any arbitrary json data it wants to expose (nr of CPUs, runAs user, available memory, OS, a 'topic', etc)

Once a WorkSubscription is sent

jobMatcher

the json matcher used against the 'job' portion of SubmitJob

submissionMatcher

the json matcher used against the additional 'details' part of SubmitJob

subscriptionReferences

If non-empty, changes to the number of work items requested for this subscription will be performed on the referenced subscriptions

Linear Supertypes
Serializable, Serializable, Product, Equals, SubscriptionRequest, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkSubscription
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SubscriptionRequest
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WorkSubscription(details: WorkerDetails, jobMatcher: JMatcher, submissionMatcher: JMatcher, subscriptionReferences: Set[worker.SubscriptionKey])

    Permalink

    jobMatcher

    the json matcher used against the 'job' portion of SubmitJob

    submissionMatcher

    the json matcher used against the additional 'details' part of SubmitJob

    subscriptionReferences

    If non-empty, changes to the number of work items requested for this subscription will be performed on the referenced subscriptions

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 append(data: Json): WorkSubscription

    Permalink
  5. def append[T](name: String, data: T)(implicit arg0: Encoder[T]): WorkSubscription

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val details: WorkerDetails

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val jobMatcher: JMatcher

    Permalink

    the json matcher used against the 'job' portion of SubmitJob

  14. def key: Option[String]

    Permalink
  15. def matches(job: SubmitJob)(implicit m: JobPredicate): Boolean

    Permalink
  16. def matchingJob(matcher: JMatcher): WorkSubscription

    Permalink

    returns

    a subscription with the matcher replaces

  17. def matchingSubmission[T](matcher: T)(implicit ev: (T) ⇒ JMatcher): WorkSubscription

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def referencing(reference: worker.SubscriptionKey, theRest: worker.SubscriptionKey*): WorkSubscription

    Permalink
  22. val submissionMatcher: JMatcher

    Permalink

    the json matcher used against the additional 'details' part of SubmitJob

  23. val subscriptionReferences: Set[worker.SubscriptionKey]

    Permalink

    If non-empty, changes to the number of work items requested for this subscription will be performed on the referenced subscriptions

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withData[T](data: T, name: String = null)(implicit arg0: Encoder[T]): WorkSubscription

    Permalink
  29. def withDetails(f: (WorkerDetails) ⇒ WorkerDetails): WorkSubscription

    Permalink
  30. def withPath(path: String): WorkSubscription

    Permalink
  31. def withReferences(references: Set[worker.SubscriptionKey]): WorkSubscription

    Permalink
  32. def withSubscriptionKey(id: worker.SubscriptionKey): WorkSubscription

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SubscriptionRequest

Inherited from AnyRef

Inherited from Any

Ungrouped