Package org.apache.druid.server.metrics
Class DefaultLoadSpecHolder
java.lang.Object
org.apache.druid.server.metrics.DefaultLoadSpecHolder
- All Implemented Interfaces:
LoadSpecHolder
LoadSpecHolder implementation for all servers that are not CliPeon.
This holder provides default loading specifications applicable to all non-task server processes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DefaultLoadSpecHolder
public DefaultLoadSpecHolder()
-
-
Method Details
-
getLookupLoadingSpec
- Specified by:
getLookupLoadingSpecin interfaceLoadSpecHolder- Returns:
- the lookup loading specification.
-
getBroadcastDatasourceLoadingSpec
- Specified by:
getBroadcastDatasourceLoadingSpecin interfaceLoadSpecHolder- Returns:
- the broadcast datasource loading specification.
-