Packages

class YtWorker extends Worker

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

Instance Constructors

  1. 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

  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 appDirectories: HashMap[String, Seq[String]]
    Definition Classes
    Worker
  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
    Worker
  8. def coresFree: Int
    Definition Classes
    Worker
  9. var coresUsed: Int
    Definition Classes
    Worker
  10. val drivers: HashMap[String, DriverRunner]
    Definition Classes
    Worker
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. val executors: HashMap[String, ExecutorRunner]
    Definition Classes
    Worker
  14. val finishedApps: HashSet[String]
    Definition Classes
    Worker
  15. val finishedDrivers: LinkedHashMap[String, DriverRunner]
    Definition Classes
    Worker
  16. val finishedExecutors: LinkedHashMap[String, ExecutorRunner]
    Definition Classes
    Worker
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  20. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  23. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  24. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  31. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  35. def memoryFree: Int
    Definition Classes
    Worker
  36. var memoryUsed: Int
    Definition Classes
    Worker
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def onConnected(remoteAddress: RpcAddress): Unit
    Definition Classes
    RpcEndpoint
  41. def onDisconnected(remoteAddress: RpcAddress): Unit
    Definition Classes
    Worker → RpcEndpoint
  42. def onError(cause: Throwable): Unit
    Definition Classes
    RpcEndpoint
  43. def onNetworkError(cause: Throwable, remoteAddress: RpcAddress): Unit
    Definition Classes
    RpcEndpoint
  44. def onStart(): Unit
    Definition Classes
    YtWorker → Worker → RpcEndpoint
  45. def onStop(): Unit
    Definition Classes
    Worker → RpcEndpoint
  46. def receive: PartialFunction[Any, Unit]
    Definition Classes
    Worker → RpcEndpoint
  47. def receiveAndReply(context: RpcCallContext): PartialFunction[Any, Unit]
    Definition Classes
    Worker → RpcEndpoint
  48. val resourcesUsed: HashMap[String, MutableResourceInfo]
    Definition Classes
    Worker
  49. val retainedDrivers: Int
    Definition Classes
    Worker
  50. val retainedExecutors: Int
    Definition Classes
    Worker
  51. val reverseProxy: Boolean
    Definition Classes
    Worker
  52. val rpcEnv: RpcEnv
    Definition Classes
    Worker → RpcEndpoint
  53. val securityMgr: SecurityManager
    Definition Classes
    Worker
  54. final def self: RpcEndpointRef
    Definition Classes
    RpcEndpoint
  55. final def stop(): Unit
    Definition Classes
    RpcEndpoint
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. var workDir: File
    Definition Classes
    Worker

Deprecated Value Members

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

Inherited from Worker

Inherited from Logging

Inherited from ThreadSafeRpcEndpoint

Inherited from RpcEndpoint

Inherited from AnyRef

Inherited from Any

Ungrouped