org.apache.spark.bigdl.api.python

BigDLSerDe

object BigDLSerDe extends BigDLSerDeBase with Serializable

SerDe utility functions for BigDL.

Linear Supertypes
Serializable, Serializable, BigDLSerDeBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BigDLSerDe
  2. Serializable
  3. Serializable
  4. BigDLSerDeBase
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. val LATIN1: String

  7. val PYSPARK_PACKAGE: String

    Definition Classes
    BigDLSerDe → BigDLSerDeBase
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def asTupleRDD(rdd: RDD[Array[Any]]): RDD[(Int, Int)]

    Definition Classes
    BigDLSerDeBase
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def dumps(obj: AnyRef): Array[Byte]

    Definition Classes
    BigDLSerDeBase
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fromTuple2RDD(rdd: RDD[(Any, Any)]): RDD[Array[Any]]

    Definition Classes
    BigDLSerDeBase
  16. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  18. def initialize(): Unit

    Definition Classes
    BigDLSerDe → BigDLSerDeBase
  19. var initialized: Boolean

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def javaToPython(jRDD: JavaRDD[Any]): JavaRDD[Array[Byte]]

    Definition Classes
    BigDLSerDeBase
  22. def loads(bytes: Array[Byte]): AnyRef

    Definition Classes
    BigDLSerDeBase
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. def pythonToJava(pyRDD: JavaRDD[Array[Byte]], batched: Boolean): JavaRDD[Any]

    Definition Classes
    BigDLSerDeBase
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from BigDLSerDeBase

Inherited from AnyRef

Inherited from Any

Ungrouped