Uses of Package
spark.data

Packages that use spark.data
spark.data The Spark data facility provides a general mechanism for accessing objects and their components. 
spark.data.io The Spark IO system contains classes for persisting and serializing Spark objects. 
 

Classes in spark.data used by spark.data
SA
          This is the interface for Spark arrays of objects.
SO
          This defines the object interface for all objects in the Spark data model.
SObj
          This is a concrete implementation of SO.
SParented
          This is the interface for all objects that have a parent.
SV
          This is a general container for Spark data values.
SVal
          This enumerates the types of values that can be stored in an SV
 

Classes in spark.data used by spark.data.io
SA
          This is the interface for Spark arrays of objects.
SO
          This defines the object interface for all objects in the Spark data model.
SV
          This is a general container for Spark data values.