Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class FileTransferOptions extends Serializable with Logging

    Since

    0.1.0

Value Members

  1. object FileFormat extends Enumeration

    Supported file formats to read/write data via Spark DataFrame API.

    Supported file formats to read/write data via Spark DataFrame API.

    1. csv 2. text
    Since

    0.1.0

  2. object FileTransferOptions extends Serializable

    Constants for the spark file transfer option keys passed with the DataFrame API.

    Constants for the spark file transfer option keys passed with the DataFrame API.

    Since

    0.1.0

  3. object Protocol extends Enumeration

    Supported file transfer protocols to upload/download content.

    Supported file transfer protocols to upload/download content.

    1. ftp 2. sftp
    Since

    0.1.0

  4. object WriteMode extends Enumeration

    Supported write modes of data data via Spark DataFrame API.

    Supported write modes of data data via Spark DataFrame API.

    1. overwrite existing file 2. append to existing file 2. ignore write if file exists
    Since

    0.1.0

Ungrouped