Package org.apache.spark.serializer
Class SerializationDebugger
Object
org.apache.spark.serializer.SerializationDebugger
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classAn implicit class that allows us to call private methods of ObjectStreamClass.static class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic NotSerializableExceptionImprove the given NotSerializableException with the serialization path leading from the given object to the problematic object.static org.apache.spark.internal.Logging.LogStringContextLogStringContext(scala.StringContext sc) static org.slf4j.Loggerstatic voidorg$apache$spark$internal$Logging$$log__$eq(org.slf4j.Logger x$1) 
- 
Constructor Details- 
SerializationDebuggerpublic SerializationDebugger()
 
- 
- 
Method Details- 
improveExceptionImprove the given NotSerializableException with the serialization path leading from the given object to the problematic object. This is turned off automatically ifsun.io.serialization.extendedDebugInfoflag 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__$eqpublic static void org$apache$spark$internal$Logging$$log__$eq(org.slf4j.Logger x$1) 
- 
LogStringContextpublic static org.apache.spark.internal.Logging.LogStringContext LogStringContext(scala.StringContext sc) 
 
-