Class

org.apache.spark.sql.catalyst.util

SerializedMap

Related Doc: package util

Permalink

final class SerializedMap extends MapData with Externalizable with KryoSerializable

An implementation of MapData serialized like SerializedRow elements that pays attention to the platform endianness and uses a consistent endian format (little-endian) so is suitable for storage.

Linear Supertypes
KryoSerializable, Externalizable, MapData, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializedMap
  2. KryoSerializable
  3. Externalizable
  4. MapData
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SerializedMap()

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def copy(): SerializedMap

    Permalink
    Definition Classes
    SerializedMap → MapData
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def foreach(keyType: DataType, valueType: DataType, f: (Any, Any) ⇒ Unit): Unit

    Permalink
    Definition Classes
    MapData
  11. def getBaseObject: AnyRef

    Permalink
  12. def getBaseOffset: Long

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getSizeInBytes: Int

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def keyArray(): SerializedArray

    Permalink
    Definition Classes
    SerializedMap → MapData
  18. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def numElements(): Int

    Permalink
    Definition Classes
    SerializedMap → MapData
  22. def pointTo(baseObject: AnyRef, baseOffset: Long): Unit

    Permalink

    Update this SerializedMap to point to different backing data.

    Update this SerializedMap to point to different backing data.

    baseObject

    the base object

    baseOffset

    the offset within the base object

  23. def read(kryo: Kryo, in: Input): Unit

    Permalink
    Definition Classes
    SerializedMap → KryoSerializable
  24. def readExternal(in: ObjectInput): Unit

    Permalink
    Definition Classes
    SerializedMap → Externalizable
    Annotations
    @throws( ... ) @throws( ... )
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toBytes: Array[Byte]

    Permalink

    Returns the underlying bytes for this row.

  27. def toString(): String

    Permalink
    Definition Classes
    SerializedMap → AnyRef → Any
  28. def valueArray(): SerializedArray

    Permalink
    Definition Classes
    SerializedMap → MapData
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def write(kryo: Kryo, out: Output): Unit

    Permalink
    Definition Classes
    SerializedMap → KryoSerializable
  33. def writeExternal(out: ObjectOutput): Unit

    Permalink
    Definition Classes
    SerializedMap → Externalizable
    Annotations
    @throws( ... )

Inherited from KryoSerializable

Inherited from Externalizable

Inherited from MapData

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped