Uses of Interface
spark.data.io.SparkWriter

Packages that use SparkWriter
spark.data.io The Spark IO system contains classes for persisting and serializing Spark objects. 
 

Uses of SparkWriter in spark.data.io
 

Classes in spark.data.io that implement SparkWriter
 class JSONWriter
          This is a concrete implementation of SparkWriter that will write Spark data out in the JSON format.
 class SONWriter
          This is a concrete implementation of SparkWriter.