Skip navigation links
C G I M 

C

ConfigStore - Interface in io.stargate.config.store.api
 
ConfigWithOverrides - Class in io.stargate.config.store.api
 
ConfigWithOverrides(Map<String, Object>, String) - Constructor for class io.stargate.config.store.api.ConfigWithOverrides
 

G

getConfigForModule(String) - Method in interface io.stargate.config.store.api.ConfigStore
It retrieves the generic Map<String, Object> for a given module name.
getConfigMap() - Method in class io.stargate.config.store.api.ConfigWithOverrides
It returns the underlying config-map without any override applied.
getGlobalConfig() - Method in interface io.stargate.config.store.api.ConfigStore
This is a convenience method that calls the this#getConfigForModule(String) with a stargate module name.
getOptionalSettingValue(String, Class<T>) - Method in class io.stargate.config.store.api.ConfigWithOverrides
It retrieves the value wrapped in the Optional from underlying configMap checking for its type.
getSettingValue(String, Class<T>) - Method in class io.stargate.config.store.api.ConfigWithOverrides
It retrieves the value from underlying configMap checking for its presence and type.
getSettingValueList(String, Class<T>) - Method in class io.stargate.config.store.api.ConfigWithOverrides
It retrieves the list of values from underlying configMap checking for its presence and the type.
getWithOverrides(String, Function<Object, String>) - Method in class io.stargate.config.store.api.ConfigWithOverrides
It returns a specific setting value for settingName.
getWithOverrides(String) - Method in class io.stargate.config.store.api.ConfigWithOverrides
This is a convenience method that calls the this#getWithOverrides(String, Function) with a String.valueOf(Object) mapper function.

I

io.stargate.config.store.api - package io.stargate.config.store.api
 

M

MissingModuleSettingsException - Exception in io.stargate.config.store.api
Denotes that the underlying config-store does not have any setting for a given module.
MissingModuleSettingsException(String) - Constructor for exception io.stargate.config.store.api.MissingModuleSettingsException
 
C G I M 
Skip navigation links

Copyright © 2022. All rights reserved.