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
- 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()
- def getEstimatedSizeBytes(options: PipelineOptions): Long
- Definition Classes
- SortedBucketSource → BoundedSource
- Annotations
- @Override()
- def getOutputCoder(): Coder[KV[KV[K1, K2], CoGbkResult]]
- Definition Classes
- SortedBucketSource → Source
- Annotations
- @Override()
- def keyTypeCoder(): Coder[KV[K1, K2]]
- Definition Classes
- SortedBucketPrimaryAndSecondaryKeyedSource → SortedBucketSource
- Annotations
- @Override() @SuppressWarnings()
- 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()
- def validate(): Unit
- Definition Classes
- Source
Deprecated Value Members
- def getDefaultOutputCoder(): Coder[KV[KV[K1, K2], CoGbkResult]]
- Definition Classes
- Source
- Annotations
- @Deprecated
- Deprecated