Class RefreshingDbSpecsProvider

java.lang.Object
io.trino.plugin.session.db.RefreshingDbSpecsProvider
All Implemented Interfaces:
DbSpecsProvider, Supplier<List<SessionMatchSpec>>

public class RefreshingDbSpecsProvider extends Object implements DbSpecsProvider
Periodically schedules the loading of specs from the database during initialization. Returns the most recent successfully loaded specs on every get() invocation.