Dynamo Db Backfill Operator
class DynamoDbBackfillOperator<I : Any, P : Any>(dynamoDbClient: DynamoDbClient, backfill: DynamoDbBackfill<I, P>, parametersOperator: BackfilaParametersOperator<P>, keyRangeCodec: DynamoDbKeyRangeCodec) : BackfillOperator
Content 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