Package org.apache.spark.serializer
Class SerializationDebugger
Object
org.apache.spark.serializer.SerializationDebugger
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
An implicit class that allows us to call private methods of ObjectStreamClass.static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic NotSerializableException
Improve the given NotSerializableException with the serialization path leading from the given object to the problematic object.static org.apache.spark.internal.Logging.LogStringContext
LogStringContext
(scala.StringContext sc) static org.slf4j.Logger
static void
org$apache$spark$internal$Logging$$log__$eq
(org.slf4j.Logger x$1)
-
Constructor Details
-
SerializationDebugger
public SerializationDebugger()
-
-
Method Details
-
improveException
Improve the given NotSerializableException with the serialization path leading from the given object to the problematic object. This is turned off automatically ifsun.io.serialization.extendedDebugInfo
flag is turned on for the JVM.- Parameters:
obj
- (undocumented)e
- (undocumented)- Returns:
- (undocumented)
-
org$apache$spark$internal$Logging$$log_
public static org.slf4j.Logger org$apache$spark$internal$Logging$$log_() -
org$apache$spark$internal$Logging$$log__$eq
public static void org$apache$spark$internal$Logging$$log__$eq(org.slf4j.Logger x$1) -
LogStringContext
public static org.apache.spark.internal.Logging.LogStringContext LogStringContext(scala.StringContext sc)
-