Package

org.apache.spark

serializer

Permalink

package serializer

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

Type Members

  1. final class PooledKryoSerializer extends KryoSerializer with Serializable

    Permalink

    A pooled, optimized version of Spark's KryoSerializer that also works for closure serialization.

    A pooled, optimized version of Spark's KryoSerializer that also works for closure serialization.

    Note that this serializer is not guaranteed to be wire-compatible across different versions of Spark. It is intended to be used to serialize/de-serialize data within a single Spark application.

  2. final class PooledObject extends AnyRef

    Permalink
  3. class SnappyKryoSerializerFactory extends SerializerFactory

    Permalink

    This serializer factory will instantiate new serializers of a given class via reflection.

    This serializer factory will instantiate new serializers of a given class via reflection. If the class implements Serializable and has either of writeReplace/readResolve/readObject/writeObject then it will set JavaSerializer for that class else FieldSerailizer will be used

Value Members

  1. object ConnectionPropertiesSerializer extends com.esotericsoftware.kryo.Serializer[ConnectionProperties]

    Permalink
  2. object KryoSerializerPool

    Permalink
  3. object PartitionResultSerializer extends com.esotericsoftware.kryo.Serializer[PartitionResult]

    Permalink
  4. object StructTypeSerializer extends com.esotericsoftware.kryo.Serializer[StructType]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped