- getArrayProperty(String, String, String[]) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Auto parse string to array by given delimiter, or defaultValue if the key doesn't exist \n For example,
the source value is v1,v2,v3.
- getBooleanProperty(String, Boolean) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Get the value of given key as boolean type in the configuration file, or defaultValue if the key doesn't
exist
- getByteProperty(String, Byte) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Get the value of given key as byte type in the configuration file, or defaultValue if the key doesn't
exist
- getChangeInfo(String) - 类 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFileChangeEvent
-
- getChangeType() - 类 中的方法com.tencent.polaris.configuration.api.core.ConfigFileChangeEvent
-
- getChangeType() - 类 中的方法com.tencent.polaris.configuration.api.core.ConfigPropertyChangeInfo
-
- getConfigFile(String, String, String) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigFileService
-
Get the original configuration file
- getConfigFile(ConfigFileMetadata) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigFileService
-
Get the original configuration file
- getConfigPropertiesFile(String, String, String) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigFileService
-
Automatically parse the config file into properties format, and provide a series of common tools and methods
- getConfigPropertiesFile(ConfigFileMetadata) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigFileService
-
Automatically parse the config file into properties format, and provide a series of common tools and methods
- getConfigYamlFile(String, String, String) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigFileService
-
Automatically parse the configuration file into yaml format, and provide a series of common tools and methods
- getConfigYamlFile(ConfigFileMetadata) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigFileService
-
Automatically parse the configuration file into yaml format, and provide a series of common tools and methods
- getContent() - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigFile
-
Get the content of the configuration file.
- getDoubleProperty(String, Double) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Get the value of given key as double type in the configuration file, or defaultValue if the key doesn't
exist
- getEnumProperty(String, Class<T>, T) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Auto parse string to enum. default value will be returned when parsed failed.
- getFileGroup() - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigFileMetadata
-
- getFileName() - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigFileMetadata
-
- getFloatProperty(String, Float) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Get the value of given key as float type in the configuration file, or defaultValue if the key doesn't
exist
- getIntProperty(String, Integer) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Get the value of given key as integer type in the configuration file, or defaultValue if the key doesn't
exist
- getJsonProperty(String, Class<T>, T) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Auto parse string to json object. default value will be returned when parsed failed.
- getJsonProperty(String, Type, T) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Auto parse string to json object. default value will be returned when parsed failed.
- getLongProperty(String, Long) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Get the value of given key as long type in the configuration file, or defaultValue if the key doesn't
exist
- getNamespace() - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigFileMetadata
-
- getNewValue() - 类 中的方法com.tencent.polaris.configuration.api.core.ConfigFileChangeEvent
-
- getNewValue() - 类 中的方法com.tencent.polaris.configuration.api.core.ConfigPropertyChangeInfo
-
- getOldValue() - 类 中的方法com.tencent.polaris.configuration.api.core.ConfigFileChangeEvent
-
- getOldValue() - 类 中的方法com.tencent.polaris.configuration.api.core.ConfigPropertyChangeInfo
-
- getPropertiesChangeType(String) - 类 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFileChangeEvent
-
- getProperty(String, String) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Get the value of given key in the configuration file, or defaultValue if the key doesn't exist
- getPropertyName() - 类 中的方法com.tencent.polaris.configuration.api.core.ConfigPropertyChangeInfo
-
- getPropertyNames() - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Get properties for all keys
- getPropertyNewValue(String) - 类 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFileChangeEvent
-
- getPropertyOldValue(String) - 类 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFileChangeEvent
-
- getShortProperty(String, Short) - 接口 中的方法com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Get the value of given key as short type in the configuration file, or defaultValue if the key doesn't
exist