io.gearpump.cluster

master

package master

Visibility
  1. Public
  2. All

Type Members

  1. class AppMasterLauncher extends Actor

    AppMasterLauncher is a child Actor of AppManager, it is responsible to launch the AppMaster on the cluster.

  2. trait AppMasterLauncherFactory extends AnyRef

  3. case class MasterActivity(time: Long, event: String) extends Product with Serializable

  4. class MasterProxy extends Actor with Stash

    This works with Master HA.

  5. case class MasterSummary(leader: (String, Int), cluster: List[(String, Int)], aliveFor: Long, logFile: String, jarStore: String, masterStatus: Type, homeDirectory: String, activities: List[MasterActivity], jvmName: String, historyMetricsConfig: HistoryMetricsConfig = null) extends Product with Serializable

    Master information for REST API call

Value Members

  1. object AppMasterLauncher extends AppMasterLauncherFactory

  2. object MasterProxy

  3. object MasterStatus

Ungrouped