OutputPartitioner

Used internally by the CDK to determine how to partition data passed between steps. The dev should not implement this directly, but via specialized child classes provided for each loader type.

Functions

Link copied to clipboard
abstract fun getOutputKey(inputKey: K1, output: U): K2
Link copied to clipboard
abstract fun getPart(outputKey: K2, inputPart: Int, numParts: Int): Int