class SortedBucketPrimaryAndSecondaryKeyedSource[K1, K2] extends SortedBucketSource[KV[K1, K2]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SortedBucketPrimaryAndSecondaryKeyedSource
- SortedBucketSource
- BoundedSource
- Source
- HasDisplayData
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def coGbkResultSchema(): CoGbkResultSchema
- Attributes
- protected[smb]
- Definition Classes
- SortedBucketSource
- def comparator(): Comparator[ComparableKeyBytes]
- Attributes
- protected[smb]
- Definition Classes
- SortedBucketPrimaryAndSecondaryKeyedSource → SortedBucketSource
- Annotations
- @Override()
- def createReader(options: PipelineOptions): BoundedReader[KV[KV[K1, K2], CoGbkResult]]
- Definition Classes
- SortedBucketSource → BoundedSource
- Annotations
- @Override()
- def createSplitSource(splitNum: Int, totalParallelism: Int, estSplitSize: Long): SortedBucketSource[KV[K1, K2]]
- returns
A split source of the implementing subtype
- Definition Classes
- SortedBucketPrimaryAndSecondaryKeyedSource → SortedBucketSource
- Annotations
- @Override()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getEstimatedSizeBytes(options: PipelineOptions): Long
- Definition Classes
- SortedBucketSource → BoundedSource
- Annotations
- @Override()
- def getOrComputeSourceSpec(): SourceSpec
- Attributes
- protected[smb]
- Definition Classes
- SortedBucketSource
- def getOutputCoder(): Coder[KV[KV[K1, K2], CoGbkResult]]
- Definition Classes
- SortedBucketSource → Source
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyTypeCoder(): Coder[KV[K1, K2]]
- Definition Classes
- SortedBucketPrimaryAndSecondaryKeyedSource → SortedBucketSource
- Annotations
- @Override() @SuppressWarnings()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def populateDisplayData(builder: Builder): Unit
- Definition Classes
- SortedBucketPrimaryAndSecondaryKeyedSource → SortedBucketSource → Source → HasDisplayData
- Annotations
- @Override()
- def split(desiredBundleSizeBytes: Long, options: PipelineOptions): List[_ <: BoundedSource[KV[KV[K1, K2], CoGbkResult]]]
- Definition Classes
- SortedBucketSource → BoundedSource
- Annotations
- @Override()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toKeyFn(): Function[ComparableKeyBytes, KV[K1, K2]]
- Attributes
- protected[smb]
- Definition Classes
- SortedBucketPrimaryAndSecondaryKeyedSource → SortedBucketSource
- Annotations
- @Override()
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(): Unit
- Definition Classes
- Source
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def getDefaultOutputCoder(): Coder[KV[KV[K1, K2], CoGbkResult]]
- Definition Classes
- Source
- Annotations
- @Deprecated
- Deprecated