Uses of Interface
spark.data.io.SparkReader

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

Uses of SparkReader in spark.data.io
 

Classes in spark.data.io that implement SparkReader
 class JSONReader
          This is a concrete implementation of SparkReader that will read text sources in the JSON format.
 class SONReader
          This is a concrete implementation of SparkReader that will read text sources in SON formation.