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. final def getServiceState(): STATE

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

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

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

    Definition Classes
    AbstractService → Service
  24. def initializeApplication(context: ApplicationInitializationContext): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected[org.apache.hadoop.service]
    Definition Classes
    AbstractService
  39. def start(): Unit

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

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

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

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

    Definition Classes
    AnyRef
  44. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. 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