com.spotify

scio

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. val ACCUMULATING_FIRED_PANES: AccumulationMode

  2. val CREATE_IF_NEEDED: CreateDisposition

  3. val CREATE_NEVER: CreateDisposition

  4. val DISCARDING_FIRED_PANES: AccumulationMode

  5. val WRITE_APPEND: WriteDisposition

  6. val WRITE_EMPTY: WriteDisposition

  7. val WRITE_TRUNCATE: WriteDisposition

  8. implicit val doubleAccumulatorType: AccumulatorType[Double]

  9. implicit val doubleArraySg: Semigroup[Array[Double]]

  10. implicit val floatArraySg: Semigroup[Array[Float]]

  11. implicit val intAccumulatorType: AccumulatorType[Int]

  12. implicit val intArraySg: Semigroup[Array[Int]]

  13. implicit val longAccumulatorType: AccumulatorType[Long]

  14. implicit val longArraySg: Semigroup[Array[Long]]

  15. implicit def makeDistCacheScioContext(self: ScioContext): DistCacheScioContext

  16. def scioVersion: String

  17. package testing

Inherited from AnyRef

Inherited from Any

Ungrouped