S3DatasourceBackend

@Singleton()
class S3DatasourceBackend @Inject() constructor(injector: Injector, backfills: MutableMap<String, KClass<out S3DatasourceBackfill<*, *>>>, s3Service: S3Service) : BackfillBackend

Functions

backfills
Link copied to clipboard
open override fun backfills(): Set<BackfillRegistration>
create
Link copied to clipboard
open override fun create(backfillName: String): BackfillOperator?