StaticDatasourceBackend

@Singleton()
class StaticDatasourceBackend @Inject() constructor(injector: Injector, backfills: MutableMap<String, KClass<out StaticDatasourceBackfill<*, *>>>) : BackfillBackend

Functions

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