- getArrayProperty(String, String, String[]) - Method in interface 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) - Method in interface 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) - Method in interface 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) - Method in class com.tencent.polaris.configuration.api.core.ConfigKVFileChangeEvent
-
- getChangeType() - Method in class com.tencent.polaris.configuration.api.core.ConfigFileChangeEvent
-
- getChangeType() - Method in class com.tencent.polaris.configuration.api.core.ConfigPropertyChangeInfo
-
- getConfigFile(String, String, String) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileService
-
Get the original configuration file
- getConfigFile(ConfigFileMetadata) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileService
-
Get the original configuration file
- getConfigFileGroup(String, String) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileService
-
Get the configuration file group with config file metadata list
- getConfigFileGroup(ConfigFileGroupMetadata) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileService
-
Get the configuration file group with config file metadata list
- getConfigFileGroup(ConfigFileGroupMetadata) - Method in interface com.tencent.polaris.configuration.api.flow.ConfigFileGroupFlow
-
- getConfigFileGroupMetadata() - Method in class com.tencent.polaris.configuration.api.core.ConfigFileGroupChangedEvent
-
- getConfigFileMetadataList() - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileGroup
-
- getConfigFileMetadataList() - Method in class com.tencent.polaris.configuration.api.core.ConfigFileGroupChangedEvent
-
- getConfigPropertiesFile(String, String, String) - Method in interface 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) - Method in interface 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) - Method in interface com.tencent.polaris.configuration.api.flow.ConfigFileFlow
-
- getConfigTextFile(ConfigFileMetadata) - Method in interface com.tencent.polaris.configuration.api.flow.ConfigFileFlow
-
- getConfigYamlFile(String, String, String) - Method in interface 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) - Method in interface 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) - Method in interface com.tencent.polaris.configuration.api.flow.ConfigFileFlow
-
- getContent() - Method in interface com.tencent.polaris.configuration.api.core.ConfigFile
-
Get the content of the configuration file.
- getDoubleProperty(String, Double) - Method in interface 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) - Method in interface com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Auto parse string to enum.
- getFileGroup() - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileMetadata
-
- getFileGroupName() - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileGroupMetadata
-
- getFileName() - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileMetadata
-
- getFloatProperty(String, Float) - Method in interface 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) - Method in interface 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) - Method in interface com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Auto parse string to json object.
- getJsonProperty(String, Type, T) - Method in interface com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Auto parse string to json object.
- getLongProperty(String, Long) - Method in interface 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() - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileGroupMetadata
-
- getNamespace() - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileMetadata
-
- getNewValue() - Method in class com.tencent.polaris.configuration.api.core.ConfigFileChangeEvent
-
- getNewValue() - Method in class com.tencent.polaris.configuration.api.core.ConfigPropertyChangeInfo
-
- getOldValue() - Method in class com.tencent.polaris.configuration.api.core.ConfigFileChangeEvent
-
- getOldValue() - Method in class com.tencent.polaris.configuration.api.core.ConfigPropertyChangeInfo
-
- getPropertiesChangeType(String) - Method in class com.tencent.polaris.configuration.api.core.ConfigKVFileChangeEvent
-
- getProperty(String, String) - Method in interface 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() - Method in class com.tencent.polaris.configuration.api.core.ConfigPropertyChangeInfo
-
- getPropertyNames() - Method in interface com.tencent.polaris.configuration.api.core.ConfigKVFile
-
Get properties for all keys
- getPropertyNewValue(String) - Method in class com.tencent.polaris.configuration.api.core.ConfigKVFileChangeEvent
-
- getPropertyOldValue(String) - Method in class com.tencent.polaris.configuration.api.core.ConfigKVFileChangeEvent
-
- getShortProperty(String, Short) - Method in interface 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