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. avro
    2. csv
    3. json
    4. orc
    5. parquet
    6. text
    7. xml
    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. scp
    3. sftp
    Since

    0.1.0

Ungrouped