Package io.trino.plugin.session.db
Interface DbSpecsProvider
- All Superinterfaces:
Supplier<List<SessionMatchSpec>>
- All Known Implementing Classes:
RefreshingDbSpecsProvider
This interface was created to separate the scheduling logic for
SessionMatchSpec loading. This also helps
us test the core logic of DbSessionPropertyManager in a modular fashion by letting us use a test
implementation of this interface.-
Method Summary