Package

com.spotify

scio

Permalink

package scio

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scio
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val ACCUMULATING_FIRED_PANES: AccumulationMode

    Permalink
  2. val CREATE_IF_NEEDED: CreateDisposition

    Permalink
  3. val CREATE_NEVER: CreateDisposition

    Permalink
  4. val DISCARDING_FIRED_PANES: AccumulationMode

    Permalink
  5. val WRITE_APPEND: WriteDisposition

    Permalink
  6. val WRITE_EMPTY: WriteDisposition

    Permalink
  7. val WRITE_TRUNCATE: WriteDisposition

    Permalink
  8. implicit val doubleAccumulatorType: AccumulatorType[Double]

    Permalink
  9. package hdfs

    Permalink

    Main package for HDFS APIs.

    Main package for HDFS APIs. Import all.

    import com.spotify.scio.hdfs._

    Note that Hadoop configuration files, e.g. core-site.xml, hdfs-site.xml, must be present. They can be packaged in src/main/resources directory.

  10. implicit val intAccumulatorType: AccumulatorType[Int]

    Permalink
  11. implicit val longAccumulatorType: AccumulatorType[Long]

    Permalink
  12. def scioVersion: String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped