public class KryoSerializer extends Serializer implements Logging, scala.Serializable
Kryo serialization library.
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.
| Constructor and Description |
|---|
KryoSerializer(SparkConf conf) |
| Modifier and Type | Method and Description |
|---|---|
SerializerInstance |
newInstance()
Creates a new
SerializerInstance. |
com.esotericsoftware.kryo.Kryo |
newKryo() |
com.esotericsoftware.kryo.io.Output |
newKryoOutput() |
getSerializer, getSerializer, setDefaultClassLoaderequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarningpublic KryoSerializer(SparkConf conf)
public com.esotericsoftware.kryo.io.Output newKryoOutput()
public com.esotericsoftware.kryo.Kryo newKryo()
public SerializerInstance newInstance()
SerializerSerializerInstance.newInstance in class Serializer