Class SerializationDebugger

Object
org.apache.spark.serializer.SerializationDebugger

public class SerializationDebugger extends Object
  • Constructor Details

    • SerializationDebugger

      public SerializationDebugger()
  • Method Details

    • improveException

      public static NotSerializableException improveException(Object obj, NotSerializableException e)
      Improve the given NotSerializableException with the serialization path leading from the given object to the problematic object. This is turned off automatically if sun.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)