c

org.apache.beam.sdk.extensions.smb

SortedBucketPrimaryAndSecondaryKeyedSource

class SortedBucketPrimaryAndSecondaryKeyedSource[K1, K2] extends SortedBucketSource[KV[K1, K2]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SortedBucketPrimaryAndSecondaryKeyedSource
  2. SortedBucketSource
  3. BoundedSource
  4. Source
  5. HasDisplayData
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SortedBucketPrimaryAndSecondaryKeyedSource(keyClassPrimary: Class[K1], keyClassSecondary: Class[K2], sources: List[BucketedInput[_ <: AnyRef]], targetParallelism: TargetParallelism, metricsKey: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def coGbkResultSchema(): CoGbkResultSchema
    Attributes
    protected[smb]
    Definition Classes
    SortedBucketSource
  7. def comparator(): Comparator[ComparableKeyBytes]
    Attributes
    protected[smb]
    Definition Classes
    SortedBucketPrimaryAndSecondaryKeyedSourceSortedBucketSource
    Annotations
    @Override()
  8. def createReader(options: PipelineOptions): BoundedReader[KV[KV[K1, K2], CoGbkResult]]
    Definition Classes
    SortedBucketSource → BoundedSource
    Annotations
    @Override()
  9. def createSplitSource(splitNum: Int, totalParallelism: Int, estSplitSize: Long): SortedBucketSource[KV[K1, K2]]

    returns

    A split source of the implementing subtype

    Definition Classes
    SortedBucketPrimaryAndSecondaryKeyedSourceSortedBucketSource
    Annotations
    @Override()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getEstimatedSizeBytes(options: PipelineOptions): Long
    Definition Classes
    SortedBucketSource → BoundedSource
    Annotations
    @Override()
  15. def getOrComputeSourceSpec(): SourceSpec
    Attributes
    protected[smb]
    Definition Classes
    SortedBucketSource
  16. def getOutputCoder(): Coder[KV[KV[K1, K2], CoGbkResult]]
    Definition Classes
    SortedBucketSource → Source
    Annotations
    @Override()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def keyTypeCoder(): Coder[KV[K1, K2]]
    Definition Classes
    SortedBucketPrimaryAndSecondaryKeyedSourceSortedBucketSource
    Annotations
    @Override() @SuppressWarnings()
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def populateDisplayData(builder: Builder): Unit
    Definition Classes
    SortedBucketPrimaryAndSecondaryKeyedSourceSortedBucketSource → Source → HasDisplayData
    Annotations
    @Override()
  24. def split(desiredBundleSizeBytes: Long, options: PipelineOptions): List[_ <: BoundedSource[KV[KV[K1, K2], CoGbkResult]]]
    Definition Classes
    SortedBucketSource → BoundedSource
    Annotations
    @Override()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toKeyFn(): Function[ComparableKeyBytes, KV[K1, K2]]
    Attributes
    protected[smb]
    Definition Classes
    SortedBucketPrimaryAndSecondaryKeyedSourceSortedBucketSource
    Annotations
    @Override()
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def validate(): Unit
    Definition Classes
    Source
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def getDefaultOutputCoder(): Coder[KV[KV[K1, K2], CoGbkResult]]
    Definition Classes
    Source
    Annotations
    @Deprecated
    Deprecated

Inherited from SortedBucketSource[KV[K1, K2]]

Inherited from BoundedSource[KV[KV[K1, K2], CoGbkResult]]

Inherited from Source[KV[KV[K1, K2], CoGbkResult]]

Inherited from HasDisplayData

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped