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. implicit val doubleAccumulatorType: AccumulatorType[Double]

    Permalink
  2. implicit val doubleArraySg: Semigroup[Array[Double]]

    Permalink
  3. implicit val floatArraySg: Semigroup[Array[Float]]

    Permalink
  4. 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.

  5. implicit val intAccumulatorType: AccumulatorType[Int]

    Permalink
  6. implicit val intArraySg: Semigroup[Array[Int]]

    Permalink
  7. package io

    Permalink
  8. implicit val longAccumulatorType: AccumulatorType[Long]

    Permalink
  9. implicit val longArraySg: Semigroup[Array[Long]]

    Permalink
  10. val scalaVersion: String

    Permalink
  11. val scioVersion: String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped