class YtMaster extends Master
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YtMaster
- Master
- LeaderElectable
- Logging
- ThreadSafeRpcEndpoint
- RpcEndpoint
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new YtMaster(rpcEnv: RpcEnv, address: RpcAddress, webUiPort: Int, securityMgr: SecurityManager, conf: SparkConf)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
apps: HashSet[ApplicationInfo]
- Definition Classes
- Master
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
conf: SparkConf
- Definition Classes
- Master
-
def
electedLeader(): Unit
- Definition Classes
- Master → LeaderElectable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
idToApp: HashMap[String, ApplicationInfo]
- Definition Classes
- Master
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logName: String
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
onConnected(remoteAddress: RpcAddress): Unit
- Definition Classes
- RpcEndpoint
-
def
onDisconnected(address: RpcAddress): Unit
- Definition Classes
- Master → RpcEndpoint
-
def
onError(cause: Throwable): Unit
- Definition Classes
- RpcEndpoint
-
def
onNetworkError(cause: Throwable, remoteAddress: RpcAddress): Unit
- Definition Classes
- RpcEndpoint
-
def
onStart(): Unit
- Definition Classes
- YtMaster → Master → RpcEndpoint
-
def
onStop(): Unit
- Definition Classes
- Master → RpcEndpoint
-
def
receive: PartialFunction[Any, Unit]
- Definition Classes
- YtMaster → Master → RpcEndpoint
-
def
receiveAndReply(context: RpcCallContext): PartialFunction[Any, Unit]
- Definition Classes
- YtMaster → Master → RpcEndpoint
-
def
removeApplication(app: ApplicationInfo, state: ApplicationState.Value): Unit
- Definition Classes
- Master
-
val
reverseProxy: Boolean
- Definition Classes
- Master
-
def
revokedLeadership(): Unit
- Definition Classes
- Master → LeaderElectable
-
val
rpcEnv: RpcEnv
- Definition Classes
- Master → RpcEndpoint
-
val
securityMgr: SecurityManager
- Definition Classes
- Master
-
final
def
self: RpcEndpointRef
- Definition Classes
- RpcEndpoint
-
final
def
stop(): Unit
- Definition Classes
- RpcEndpoint
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
workers: HashSet[WorkerInfo]
- Definition Classes
- Master
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated