S3 Datasource Backfill Operator
class S3DatasourceBackfillOperator<R : Any, P : Any>(backfill: S3DatasourceBackfill<R, P>, parametersOperator: BackfilaParametersOperator<P>, s3Service: S3Service) : BackfillOperator
Content copied to clipboard
Types
DecodedRange
Link copied to clipboard
Functions
getNextBatchRange
Link copied to clipboard
open override fun getNextBatchRange(request: GetNextBatchRangeRequest): GetNextBatchRangeResponse
Content copied to clipboard
prepareBackfill
Link copied to clipboard
open override fun prepareBackfill(request: PrepareBackfillRequest): PrepareBackfillResponse
Content copied to clipboard
Properties
backfill
Link copied to clipboard