Package

org.apache.gearpump.cluster

appmaster

Permalink

package appmaster

Visibility
  1. Public
  2. All

Type Members

  1. case class AppMasterRuntimeInfo(appId: Int, appName: String, worker: ActorRef = null, user: String = null, submissionTime: TimeStamp = 0, startTime: TimeStamp = 0, finishTime: TimeStamp = 0, config: Config = null) extends AppMasterRegisterData with Product with Serializable

    Permalink

    Run time info used to start an AppMaster

  2. case class ApplicationState(appId: Int, appName: String, attemptId: Int, app: AppDescription, jar: Option[AppJar], username: String, state: Any) extends Serializable with Product

    Permalink

    This state for single application, it is be distributed across the masters.

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

    Permalink

    Configurations to start an executor system on remote machine

    Configurations to start an executor system on remote machine

    address

    Remote address where we start an Actor System.

  4. case class WorkerInfo(workerId: WorkerId, ref: ActorRef) extends Product with Serializable

    Permalink

Ungrouped