spark

MapOutputTracker

class MapOutputTracker extends Logging

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MapOutputTracker
  2. Logging
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapOutputTracker(isMaster: Boolean)

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. val fetching: HashSet[Int]

  11. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  13. def getGeneration: Long

  14. def getMapOutputUri(serverUri: String, shuffleId: Int, mapId: Int, reduceId: Int): String

  15. def getServerUris(shuffleId: Int): Array[String]

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def incrementGeneration(): Unit

  18. def initLogging(): Unit

    Definition Classes
    Logging
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def log: Logger

    Definition Classes
    Logging
  21. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Definition Classes
    Logging
  22. def logDebug(msg: ⇒ String): Unit

    Definition Classes
    Logging
  23. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Definition Classes
    Logging
  24. def logError(msg: ⇒ String): Unit

    Definition Classes
    Logging
  25. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Definition Classes
    Logging
  26. def logInfo(msg: ⇒ String): Unit

    Definition Classes
    Logging
  27. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Definition Classes
    Logging
  28. def logWarning(msg: ⇒ String): Unit

    Definition Classes
    Logging
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. def registerMapOutput(shuffleId: Int, mapId: Int, serverUri: String): Unit

  33. def registerMapOutputs(shuffleId: Int, locs: Array[String]): Unit

  34. def registerShuffle(shuffleId: Int, numMaps: Int): Unit

  35. def stop(): Unit

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. var trackerActor: AbstractActor

  39. def unregisterMapOutput(shuffleId: Int, mapId: Int, serverUri: String): Unit

  40. def updateGeneration(newGen: Long): Unit

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Logging

Inherited from AnyRef

Inherited from Any