org.apache.gearpump.cluster

scheduler

package scheduler

Visibility
  1. Public
  2. All

Type Members

  1. case class Resource(slots: Int) extends Product with Serializable

  2. case class ResourceAllocation(resource: Resource, worker: ActorRef, workerId: Int) extends Product with Serializable

  3. case class ResourceRequest(resource: Resource, workerId: Int = 0, priority: Priority = NORMAL, relaxation: Relaxation = ANY) extends Product with Serializable

Value Members

  1. object Priority extends Enumeration

  2. object Relaxation extends Enumeration

  3. object Resource extends Serializable

Ungrouped