class YtWorker extends Worker
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YtWorker
- Worker
- Logging
- ThreadSafeRpcEndpoint
- RpcEndpoint
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new YtWorker(rpcEnv: RpcEnv, webUiPort: Int, cores: Int, memory: Int, masterRpcAddresses: Array[RpcAddress], endpointName: String, workDir: String, conf: SparkConf, securityMgr: SecurityManager, resourceFileOpt: Option[String])
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
appDirectories: HashMap[String, Seq[String]]
- Definition Classes
- Worker
-
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
- Worker
-
def
coresFree: Int
- Definition Classes
- Worker
-
var
coresUsed: Int
- Definition Classes
- Worker
-
val
drivers: HashMap[String, DriverRunner]
- Definition Classes
- Worker
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
executors: HashMap[String, ExecutorRunner]
- Definition Classes
- Worker
-
val
finishedApps: HashSet[String]
- Definition Classes
- Worker
-
val
finishedDrivers: LinkedHashMap[String, DriverRunner]
- Definition Classes
- Worker
-
val
finishedExecutors: LinkedHashMap[String, ExecutorRunner]
- Definition Classes
- Worker
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
-
def
memoryFree: Int
- Definition Classes
- Worker
-
var
memoryUsed: Int
- Definition Classes
- Worker
-
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(remoteAddress: RpcAddress): Unit
- Definition Classes
- Worker → RpcEndpoint
-
def
onError(cause: Throwable): Unit
- Definition Classes
- RpcEndpoint
-
def
onNetworkError(cause: Throwable, remoteAddress: RpcAddress): Unit
- Definition Classes
- RpcEndpoint
-
def
onStart(): Unit
- Definition Classes
- YtWorker → Worker → RpcEndpoint
-
def
onStop(): Unit
- Definition Classes
- Worker → RpcEndpoint
-
def
receive: PartialFunction[Any, Unit]
- Definition Classes
- Worker → RpcEndpoint
-
def
receiveAndReply(context: RpcCallContext): PartialFunction[Any, Unit]
- Definition Classes
- Worker → RpcEndpoint
-
val
resourcesUsed: HashMap[String, MutableResourceInfo]
- Definition Classes
- Worker
-
val
retainedDrivers: Int
- Definition Classes
- Worker
-
val
retainedExecutors: Int
- Definition Classes
- Worker
-
val
reverseProxy: Boolean
- Definition Classes
- Worker
-
val
rpcEnv: RpcEnv
- Definition Classes
- Worker → RpcEndpoint
-
val
securityMgr: SecurityManager
- Definition Classes
- Worker
-
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( ... )
-
var
workDir: File
- Definition Classes
- Worker
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated