Package org.apache.druid.server.metrics
Interface LoadSpecHolder
- All Known Implementing Classes:
DefaultLoadSpecHolder
public interface LoadSpecHolder
Provides loading specifications for a task or server.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getLookupLoadingSpec
LookupLoadingSpec getLookupLoadingSpec()- Returns:
- the lookup loading specification.
-
getBroadcastDatasourceLoadingSpec
BroadcastDatasourceLoadingSpec getBroadcastDatasourceLoadingSpec()- Returns:
- the broadcast datasource loading specification.
-