Packages

class YtMaster extends Master

Linear Supertypes
Master, LeaderElectable, Logging, ThreadSafeRpcEndpoint, RpcEndpoint, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YtMaster
  2. Master
  3. LeaderElectable
  4. Logging
  5. ThreadSafeRpcEndpoint
  6. RpcEndpoint
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new YtMaster(rpcEnv: RpcEnv, address: RpcAddress, webUiPort: Int, securityMgr: SecurityManager, conf: SparkConf)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val apps: HashSet[ApplicationInfo]
    Definition Classes
    Master
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. val conf: SparkConf
    Definition Classes
    Master
  8. def electedLeader(): Unit
    Definition Classes
    Master → LeaderElectable
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. val idToApp: HashMap[String, ApplicationInfo]
    Definition Classes
    Master
  14. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  15. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  18. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  19. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  20. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  22. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  23. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  26. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def onConnected(remoteAddress: RpcAddress): Unit
    Definition Classes
    RpcEndpoint
  34. def onDisconnected(address: RpcAddress): Unit
    Definition Classes
    Master → RpcEndpoint
  35. def onError(cause: Throwable): Unit
    Definition Classes
    RpcEndpoint
  36. def onNetworkError(cause: Throwable, remoteAddress: RpcAddress): Unit
    Definition Classes
    RpcEndpoint
  37. def onStart(): Unit
    Definition Classes
    YtMaster → Master → RpcEndpoint
  38. def onStop(): Unit
    Definition Classes
    Master → RpcEndpoint
  39. def receive: PartialFunction[Any, Unit]
    Definition Classes
    YtMaster → Master → RpcEndpoint
  40. def receiveAndReply(context: RpcCallContext): PartialFunction[Any, Unit]
    Definition Classes
    YtMaster → Master → RpcEndpoint
  41. def removeApplication(app: ApplicationInfo, state: ApplicationState.Value): Unit
    Definition Classes
    Master
  42. val reverseProxy: Boolean
    Definition Classes
    Master
  43. def revokedLeadership(): Unit
    Definition Classes
    Master → LeaderElectable
  44. val rpcEnv: RpcEnv
    Definition Classes
    Master → RpcEndpoint
  45. val securityMgr: SecurityManager
    Definition Classes
    Master
  46. final def self: RpcEndpointRef
    Definition Classes
    RpcEndpoint
  47. final def stop(): Unit
    Definition Classes
    RpcEndpoint
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. val workers: HashSet[WorkerInfo]
    Definition Classes
    Master

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Master

Inherited from LeaderElectable

Inherited from Logging

Inherited from ThreadSafeRpcEndpoint

Inherited from RpcEndpoint

Inherited from AnyRef

Inherited from Any

Ungrouped