io.gearpump.cluster

worker

package worker

Visibility
  1. Public
  2. All

Type Members

  1. case class ExecutorSlots(appId: Int, executorId: Int, slots: Int) extends Product with Serializable

  2. case class WorkerSummary(workerId: Int, state: String, actorPath: String, aliveFor: Long, logFile: String, executors: Array[ExecutorSlots], totalSlots: Int, availableSlots: Int, homeDirectory: String, jvmName: String, historyMetricsConfig: HistoryMetricsConfig = null) extends Product with Serializable

    Worker summary information for REST API.

Value Members

  1. object WorkerSummary extends Serializable

Ungrouped