Package

org.opencypher.spark.api.io

fs

Permalink

package fs

Visibility
  1. Public
  2. All

Type Members

  1. trait CAPSFileSystem extends AnyRef

    Permalink
  2. case class DefaultGraphDirectoryStructure(dataSourceRootPath: String) extends GraphDirectoryStructure with Product with Serializable

    Permalink
  3. class FSGraphSource extends AbstractPropertyGraphDataSource with JsonSerialization

    Permalink

    Data source implementation that handles the writing of files and tables to a filesystem.

    Data source implementation that handles the writing of files and tables to a filesystem.

    By default Spark is used to write tables and the Hadoop filesystem configured in Spark is used to write files. The file/folder/table structure into which the graphs are stored is defined in DefaultGraphDirectoryStructure.

  4. trait FileSystemOperations[Path] extends AnyRef

    Permalink
  5. trait GraphDirectoryStructure extends AnyRef

    Permalink

Value Members

  1. object DefaultFileSystem

    Permalink
  2. object DefaultGraphDirectoryStructure extends Serializable

    Permalink

Ungrouped