org.apache.gearpump.cluster

appmaster

package appmaster

Visibility
  1. Public
  2. All

Type Members

  1. case class ExecutorSystem(executorSystemId: Int, address: Address, daemon: ActorRef, resource: Resource, worker: WorkerInfo) extends Product with Serializable

    This contains JVM configurations to start an executor system

  2. case class WorkerInfo(workerId: Int, ref: ActorRef) extends Product with Serializable

Ungrouped