com.alpine.plugin.core

utils

package utils

Visibility
  1. Public
  2. All

Type Members

  1. case class Avro() extends HdfsStorageFormatType with Product with Serializable

  2. case class CSV() extends HdfsStorageFormatType with Product with Serializable

  3. abstract class ChorusAPICaller extends AnyRef

    Created by rachelwarren on 12/7/16.

  4. sealed trait HdfsStorageFormatType extends AnyRef

  5. class HtmlTable extends AnyRef

    Taken from https://github.

  6. trait OutputParameterUtils extends AnyRef

    Utility for the standard parameters for use by operators which produce output.

  7. case class Parquet() extends HdfsStorageFormatType with Product with Serializable

  8. trait TableOutputParameterUtils extends OutputParameterUtils

    This is a utility class which handles adding output parameters which are standard to Hive and Database plugins.

  9. class Timer extends AnyRef

  10. case class TSV() extends HdfsStorageFormatType with Product with Serializable

    Annotations
    @deprecated
    Deprecated

    Use CSV

Value Members

  1. object AddendumWriter

    Utilities for writing the addendum for custom operators in a consistent manner

  2. object ChorusUtils

    Created by emiliedelongueau on 2/14/17.

  3. object DBParameterUtils extends TableOutputParameterUtils

  4. object HdfsParameterUtils extends OutputParameterUtils

    Utility for the standard parameters for use by operators which use HDFS datasets.

  5. object HdfsStorageFormatType

  6. object HiveParameterUtils extends TableOutputParameterUtils

    This is a utility class used to handle standard parameters for Hive operators.

  7. object HtmlTabulator

  8. object OutputParameterUtils extends OutputParameterUtils

  9. object SparkParameterUtils

    Convenience functions for directly adding Spark related options to the dialog window.

Deprecated Value Members

  1. object HdfsStorageFormat extends Enumeration

    *

Ungrouped