object
Serializer
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
ContextClassLoader: ClassLoader
-
val
Mirror: Mirror
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getConstructorTypes(ttag: scala.reflect.api.JavaUniverse.TypeTag[_]): List[scala.reflect.api.JavaUniverse.Type]
-
def
getPath(baseDir: Path, i: Int): Path
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
makeQualifiedPath(sc: SparkContext, path: String): Path
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
read[A](is: InputStream)(implicit ttag: scala.reflect.api.JavaUniverse.TypeTag[A]): A
-
def
readFromHDFS[O](sc: SparkContext, path: Path)(implicit ttag: scala.reflect.api.JavaUniverse.TypeTag[O]): O
-
def
saveMetadata(uid: String, ttag: ClassTag[_], metadataPath: String, sc: SparkContext, overwrite: Boolean): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
typeToSerializer[T](tpe: scala.reflect.api.JavaUniverse.Type, sparkSession: SparkSession): Serializer[T]
-
def
typeToTypeTag[T](tpe: scala.reflect.api.JavaUniverse.Type): scala.reflect.api.JavaUniverse.TypeTag[T]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
write[A](o: A, outputStream: OutputStream)(implicit ttag: scala.reflect.api.JavaUniverse.TypeTag[A]): Unit
-
def
writeMLWritable(stage: MLWritable, outputPath: Path, overwrite: Boolean): Unit
-
def
writeToHDFS[O](sc: SparkContext, obj: O, outputPath: Path, overwrite: Boolean)(implicit ttag: scala.reflect.api.JavaUniverse.TypeTag[O]): Unit
Inherited from AnyRef
Inherited from Any