JdbcSequentialPartitionsCreator

Sequential JDBC implementation of PartitionsCreator.

Constructors

Link copied to clipboard
constructor(partition: P, partitionFactory: JdbcPartitionFactory<A, S, P>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun <T> collectSample(recordMapper: (ObjectNode) -> T): Sample<T>

Collects a sample of rows in the unsplit partition.

Link copied to clipboard
Link copied to clipboard
open override fun releaseResources()
Link copied to clipboard
open suspend override fun run(): List<PartitionReader>