Skip navigation links
A C G H I O R T U V 

A

addChangeListener(ConfigFileChangeListener) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFile
Adding a config file change listener, will trigger a callback when the config file is published
addChangeListener(ConfigFileGroupChangeListener) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileGroup
 
addChangeListener(ConfigKVFileChangeListener) - Method in interface com.tencent.polaris.configuration.api.core.ConfigKVFile
Adding a config file property change listener, will trigger a callback when the config file is published
asJson(Class<T>, T) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFile
Deserialize to json object with given class type by gson.
asJson(Type, T) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFile
Deserialize to json object with given class type by gson.

C

changedKeys() - Method in class com.tencent.polaris.configuration.api.core.ConfigKVFileChangeEvent
 
ChangeType - Enum in com.tencent.polaris.configuration.api.core
Config file or config property key change type
com.tencent.polaris.configuration.api.core - package com.tencent.polaris.configuration.api.core
 
com.tencent.polaris.configuration.api.flow - package com.tencent.polaris.configuration.api.flow
 
ConfigFile - Interface in com.tencent.polaris.configuration.api.core
 
ConfigFileChangeEvent - Class in com.tencent.polaris.configuration.api.core
 
ConfigFileChangeEvent(ConfigFileMetadata, String, String, ChangeType) - Constructor for class com.tencent.polaris.configuration.api.core.ConfigFileChangeEvent
 
ConfigFileChangeListener - Interface in com.tencent.polaris.configuration.api.core
The listener of config file change.
ConfigFileFlow - Interface in com.tencent.polaris.configuration.api.flow
 
ConfigFileFormat - Enum in com.tencent.polaris.configuration.api.core
 
ConfigFileGroup - Interface in com.tencent.polaris.configuration.api.core
 
ConfigFileGroupChangedEvent - Class in com.tencent.polaris.configuration.api.core
 
ConfigFileGroupChangedEvent(ConfigFileGroupMetadata, List<ConfigFileMetadata>) - Constructor for class com.tencent.polaris.configuration.api.core.ConfigFileGroupChangedEvent
 
ConfigFileGroupChangeListener - Interface in com.tencent.polaris.configuration.api.core
 
ConfigFileGroupFlow - Interface in com.tencent.polaris.configuration.api.flow
 
ConfigFileGroupMetadata - Interface in com.tencent.polaris.configuration.api.core
 
ConfigFileMetadata - Interface in com.tencent.polaris.configuration.api.core
A unique config file located by namespace、file group、file name
ConfigFilePublishService - Interface in com.tencent.polaris.configuration.api.core
 
ConfigFileService - Interface in com.tencent.polaris.configuration.api.core
The service of config file.
ConfigKVFile - Interface in com.tencent.polaris.configuration.api.core
The config file can be converted as key value set.
ConfigKVFileChangeEvent - Class in com.tencent.polaris.configuration.api.core
 
ConfigKVFileChangeEvent(Map<String, ConfigPropertyChangeInfo>) - Constructor for class com.tencent.polaris.configuration.api.core.ConfigKVFileChangeEvent
 
ConfigKVFileChangeListener - Interface in com.tencent.polaris.configuration.api.core
 
ConfigPropertyChangeInfo - Class in com.tencent.polaris.configuration.api.core
 
ConfigPropertyChangeInfo(String, Object, Object, ChangeType) - Constructor for class com.tencent.polaris.configuration.api.core.ConfigPropertyChangeInfo
 
createConfigFile(String, String, String, String) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFilePublishService
Create the configuration file
createConfigFile(ConfigFileMetadata, String) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFilePublishService
Create the configuration file

G

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

H

hasContent() - Method in interface com.tencent.polaris.configuration.api.core.ConfigFile
Whether the configuration file contains content.

I

isChanged(String) - Method in class com.tencent.polaris.configuration.api.core.ConfigKVFileChangeEvent
 

O

onChange(ConfigFileChangeEvent) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileChangeListener
onChange method will be invoked, when config file published
onChange(ConfigFileGroupChangedEvent) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileGroupChangeListener
 
onChange(ConfigKVFileChangeEvent) - Method in interface com.tencent.polaris.configuration.api.core.ConfigKVFileChangeListener
onChange method will be invoked, when config file published

R

releaseConfigFile(String, String, String) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFilePublishService
Release the configuration file
releaseConfigFile(ConfigFileMetadata) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFilePublishService
Release the configuration file
removeChangeListener(ConfigFileChangeListener) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFile
remove a config file change listener
removeChangeListener(ConfigFileGroupChangeListener) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFileGroup
 
removeChangeListener(ConfigKVFileChangeListener) - Method in interface com.tencent.polaris.configuration.api.core.ConfigKVFile
Remove a config file property change listener

T

toString() - Method in class com.tencent.polaris.configuration.api.core.ConfigFileChangeEvent
 
toString() - Method in class com.tencent.polaris.configuration.api.core.ConfigFileGroupChangedEvent
 
toString() - Method in class com.tencent.polaris.configuration.api.core.ConfigPropertyChangeInfo
 

U

updateConfigFile(String, String, String, String) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFilePublishService
Update the configuration file
updateConfigFile(ConfigFileMetadata, String) - Method in interface com.tencent.polaris.configuration.api.core.ConfigFilePublishService
Update the configuration file

V

valueOf(String) - Static method in enum com.tencent.polaris.configuration.api.core.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencent.polaris.configuration.api.core.ConfigFileFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tencent.polaris.configuration.api.core.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencent.polaris.configuration.api.core.ConfigFileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
A C G H I O R T U V 
Skip navigation links

Copyright © 2023. All rights reserved.