Object

org.apache.spark.sql.prophecy.util

JsonUtils

Related Doc: package util

Permalink

object JsonUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object JsonProtocolCompatibility

    Permalink
  5. def accumulableInfoToJson(accumulableInfo: AccumulableInfo): JValue

    Permalink
  6. def accumulablesToJson(accumulables: Iterable[AccumulableInfo]): JArray

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def blockManagerIdToJson(blockManagerId: BlockManagerId): JValue

    Permalink
  9. def blockStatusToJson(blockStatus: BlockStatus): JValue

    Permalink
  10. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def interimContentToJson(interim: LInterimContent): JValue

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def jsonStrToMap(jsonStr: String): Map[String, Any]

    Permalink
  18. val libsInterimContent: String

    Permalink
  19. def mapToJson(m: Map[String, String]): JValue

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def objectToPlayJsonViaJackson(o: AnyRef): JsValue

    Permalink
  24. def propertiesToJson(properties: Properties): JValue

    Permalink
  25. def rddInfoToJson(rddInfo: RDDInfo): JValue

    Permalink
  26. def sparkEventFromJson(json: String): SparkListenerEvent

    Permalink
  27. def sparkEventToJson(event: SparkListenerEvent): String

    Permalink
  28. def stackTraceToJson(stackTrace: Array[StackTraceElement]): JValue

    Permalink
  29. def stageCompletedToJson(stageCompleted: SparkListenerStageCompleted): JValue

    Permalink
  30. def stageInfoToJson(stageInfo: StageInfo): JValue

    Permalink
  31. def stageSubmittedToJson(stageSubmitted: SparkListenerStageSubmitted): JValue

    Permalink
  32. def storageLevelToJson(storageLevel: StorageLevel): JValue

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

    Permalink
    Definition Classes
    AnyRef
  34. def taskEndReasonToJson(taskEndReason: TaskEndReason): JValue

    Permalink
  35. def taskEndToJson(taskEnd: SparkListenerTaskEnd): JValue

    Permalink
  36. def taskGettingResultToJson(taskGettingResult: SparkListenerTaskGettingResult): JValue

    Permalink
  37. def taskInfoToJson(taskInfo: TaskInfo): JValue

    Permalink
  38. def taskMetricsToJson(taskMetrics: TaskMetrics): JValue

    Permalink
  39. def taskStartToJson(taskStart: SparkListenerTaskStart): JValue

    Permalink
  40. implicit def toJson4s(json: JsValue): JValue

    Permalink
  41. implicit def toPlayJson(json: JValue): JsValue

    Permalink
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped