object
AppMasterToMaster
Type Members
-
-
case class
GeneralAppMasterSummary(appId: Int, appType: String = "general", appName: String = null, actorPath: String = null, status: AppMasterStatus = MasterToAppMaster.AppMasterActive, startTime: TimeStamp = 0L, uptime: TimeStamp = 0L, user: String = null) extends AppMasterSummary with Product with Serializable
-
case class
GetAppData(appId: Int, key: String) extends Product with Serializable
-
case class
GetAppDataResult(key: String, value: Any) extends Product with Serializable
-
case class
GetWorkerData(workerId: Int) extends Product with Serializable
-
case class
InvalidAppMaster(appId: Int, appMaster: String, reason: Throwable) extends Product with Serializable
-
case class
MasterData(masterDescription: MasterSummary) extends Product with Serializable
-
case class
RegisterAppMaster(appMaster: ActorRef, registerData: AppMasterRegisterData) extends Product with Serializable
-
case class
RequestResource(appId: Int, request: ResourceRequest) extends Product with Serializable
-
case class
SaveAppData(appId: Int, key: String, value: Any) extends Product with Serializable
-
case class
WorkerData(workerDescription: WorkerSummary) extends Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
object
AppDataSaved extends Product with Serializable
-
object
GetAllWorkers extends Product with Serializable
-
object
GetMasterData extends Product with Serializable
-
object
SaveAppDataFailed extends Product with Serializable
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any