Class DefaultConfigurationStore
java.lang.Object
org.apache.polaris.service.config.DefaultConfigurationStore
- All Implemented Interfaces:
org.apache.polaris.core.config.PolarisConfigurationStore
@ApplicationScoped
public class DefaultConfigurationStore
extends Object
implements org.apache.polaris.core.config.PolarisConfigurationStore
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultConfigurationStore(com.fasterxml.jackson.databind.ObjectMapper objectMapper, FeaturesConfiguration configurations) -
Method Summary
Modifier and TypeMethodDescription<T> TgetConfiguration(org.apache.polaris.core.context.RealmContext realmContext, String configName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.polaris.core.config.PolarisConfigurationStore
getConfiguration, getConfiguration, getConfiguration
-
Constructor Details
-
DefaultConfigurationStore
@Inject public DefaultConfigurationStore(com.fasterxml.jackson.databind.ObjectMapper objectMapper, FeaturesConfiguration configurations)
-
-
Method Details
-
getConfiguration
@Nullable public <T> T getConfiguration(@Nonnull org.apache.polaris.core.context.RealmContext realmContext, String configName) - Specified by:
getConfigurationin interfaceorg.apache.polaris.core.config.PolarisConfigurationStore
-