Class

com.spotify.scio.values

SCollectionWithFanout

Related Doc: package values

Permalink

class SCollectionWithFanout[T] extends PCollectionWrapper[T]

An enhanced SCollection that uses an intermediate node to combine parts of the data to reduce load on the final global combine step.

Linear Supertypes
PCollectionWrapper[T], TransformNameable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SCollectionWithFanout
  2. PCollectionWrapper
  3. TransformNameable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def aggregate[A, U](aggregator: Aggregator[T, A, U])(implicit arg0: Coder[A], arg1: Coder[U]): SCollection[U]

    Permalink

    SCollection.aggregate with fan out.

  5. def aggregate[U](zeroValue: U)(seqOp: (U, T) ⇒ U, combOp: (U, U) ⇒ U)(implicit arg0: Coder[U]): SCollection[U]

    Permalink

    SCollection.aggregate with fan out.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def combine[C](createCombiner: (T) ⇒ C)(mergeValue: (C, T) ⇒ C)(mergeCombiners: (C, C) ⇒ C)(implicit arg0: Coder[C]): SCollection[C]

    Permalink

    SCollection.combine with fan out.

  9. val context: ScioContext

    Permalink

    The ScioContext associated with this PCollection.

    The ScioContext associated with this PCollection.

    Definition Classes
    SCollectionWithFanout → PCollectionWrapper
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fold(implicit mon: Monoid[T]): SCollection[T]

    Permalink

    SCollection.fold with fan out.

  14. def fold(zeroValue: T)(op: (T, T) ⇒ T): SCollection[T]

    Permalink

    SCollection.fold with fan out.

  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. val internal: PCollection[T]

    Permalink

    The PCollection being wrapped internally.

    The PCollection being wrapped internally.

    Definition Classes
    SCollectionWithFanout → PCollectionWrapper
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def pApply[U](transform: PTransform[_ >: PCollection[T], PCollection[U]]): SCollection[U]

    Permalink
    Attributes
    protected
    Definition Classes
    PCollectionWrapper
  23. def reduce(op: (T, T) ⇒ T): SCollection[T]

    Permalink

    SCollection.reduce with fan out.

  24. def sum(implicit sg: Semigroup[T]): SCollection[T]

    Permalink

    SCollection.sum with fan out.

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withName(name: String): SCollectionWithFanout.this.type

    Permalink

    Set a custom name for the next transform to be applied.

    Set a custom name for the next transform to be applied.

    Definition Classes
    TransformNameable

Inherited from PCollectionWrapper[T]

Inherited from TransformNameable

Inherited from AnyRef

Inherited from Any

Ungrouped