spark.broadcast

Broadcast

object Broadcast extends Logging with Serializable

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

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. def BlockSize: Int

  7. def EndGameFraction: Double

  8. val FIND_BROADCAST_TRACKER: Int

  9. val GET_UPDATED_SHARE: Int

  10. def MasterHostAddress: String

  11. def MasterTrackerPort: Int

  12. def MaxChatBlocks: Int

  13. def MaxChatTime: Int

  14. def MaxDegree: Int

  15. def MaxKnockInterval: Int

  16. def MaxPeersInGuideResponse: Int

  17. def MaxRetryCount: Int

  18. def MaxRxSlots: Int

  19. def MaxTxSlots: Int

  20. def MinKnockInterval: Int

  21. val REGISTER_BROADCAST_TRACKER: Int

  22. def ServerSocketTimeout: Int

  23. def TrackerSocketTimeout: Int

  24. val UNREGISTER_BROADCAST_TRACKER: Int

  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def blockifyObject[IN](obj: IN): VariableInfo

  27. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def getBroadcastFactory: BroadcastFactory

  32. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. def initLogging(): Unit

    Definition Classes
    Logging
  35. def initialize(isMaster__: Boolean): Unit

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. def isMaster: Boolean

  38. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  50. def readResolve(): AnyRef

    Attributes
    protected
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. def unBlockifyObject[OUT](arrayOfBlocks: Array[BroadcastBlock], totalBytes: Int, totalBlocks: Int): OUT

  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any