org.apache.spark.network.yarn

YarnShuffleService

class YarnShuffleService extends AuxiliaryService

Linear Supertypes
AuxiliaryService, AbstractService, Service, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. YarnShuffleService
  2. AuxiliaryService
  3. AbstractService
  4. Service
  5. Closeable
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new YarnShuffleService()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def close(): Unit

    Definition Classes
    AbstractService → Service → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getBlockers(): Map[String, String]

    Definition Classes
    AbstractService → Service
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getConfig(): Configuration

    Definition Classes
    AbstractService → Service
  15. final def getFailureCause(): Throwable

    Definition Classes
    AbstractService → Service
  16. def getFailureState(): STATE

    Definition Classes
    AbstractService → Service
  17. def getLifecycleHistory(): List[LifecycleEvent]

    Definition Classes
    AbstractService → Service
  18. def getMetaData(): ByteBuffer

    Definition Classes
    YarnShuffleService → AuxiliaryService
  19. def getName(): String

    Definition Classes
    AbstractService → Service
  20. def getRecoveryPath(fileName: String): Path

    Attributes
    protected[org.apache.spark.network.yarn]
  21. final def getServiceState(): STATE

    Definition Classes
    AbstractService → Service
  22. def getStartTime(): Long

    Definition Classes
    AbstractService → Service
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def init(arg0: Configuration): Unit

    Definition Classes
    AbstractService → Service
  25. def initRecoveryDb(dbFileName: String): File

    Attributes
    protected[org.apache.spark.network.yarn]
  26. def initializeApplication(context: ApplicationInitializationContext): Unit

    Definition Classes
    YarnShuffleService → AuxiliaryService
  27. def initializeContainer(context: ContainerInitializationContext): Unit

    Definition Classes
    YarnShuffleService → AuxiliaryService
  28. final def isInState(arg0: STATE): Boolean

    Definition Classes
    AbstractService → Service
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def noteFailure(arg0: Exception): Unit

    Attributes
    protected[org.apache.hadoop.service]
    Definition Classes
    AbstractService
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def putBlocker(arg0: String, arg1: String): Unit

    Attributes
    protected[org.apache.hadoop.service]
    Definition Classes
    AbstractService
  35. def registerServiceListener(arg0: ServiceStateChangeListener): Unit

    Definition Classes
    AbstractService → Service
  36. def removeBlocker(arg0: String): Unit

    Definition Classes
    AbstractService
  37. def serviceInit(conf: Configuration): Unit

    Attributes
    protected[org.apache.spark.network.yarn]
    Definition Classes
    YarnShuffleService → AbstractService
  38. def serviceStart(): Unit

    Attributes
    protected[org.apache.hadoop.service]
    Definition Classes
    AbstractService
    Annotations
    @throws( classOf[java.lang.Exception] )
  39. def serviceStop(): Unit

    Attributes
    protected[org.apache.spark.network.yarn]
    Definition Classes
    YarnShuffleService → AbstractService
  40. def setConfig(arg0: Configuration): Unit

    Attributes
    protected[org.apache.hadoop.service]
    Definition Classes
    AbstractService
  41. def setRecoveryPath(recoveryPath: Path): Unit

  42. def start(): Unit

    Definition Classes
    AbstractService → Service
  43. def stop(): Unit

    Definition Classes
    AbstractService → Service
  44. def stopApplication(context: ApplicationTerminationContext): Unit

    Definition Classes
    YarnShuffleService → AuxiliaryService
  45. def stopContainer(context: ContainerTerminationContext): Unit

    Definition Classes
    YarnShuffleService → AuxiliaryService
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AbstractService → AnyRef → Any
  48. def unregisterServiceListener(arg0: ServiceStateChangeListener): Unit

    Definition Classes
    AbstractService → Service
  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )
  52. final def waitForServiceToStop(arg0: Long): Boolean

    Definition Classes
    AbstractService → Service

Inherited from AuxiliaryService

Inherited from AbstractService

Inherited from Service

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped