类 DefaultPackagesStorageConfiguration
java.lang.Object
org.apache.pulsar.packages.management.core.impl.DefaultPackagesStorageConfiguration
- 所有已实现的接口:
PackagesStorageConfiguration
public class DefaultPackagesStorageConfiguration
extends Object
implements PackagesStorageConfiguration
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Get all properties for the configuration.getProperty(String key) Get a property with the key.voidsetProperty(String key, String value) Set a property with the key.voidsetProperty(Properties properties) Set a group of the property.
-
构造器详细资料
-
DefaultPackagesStorageConfiguration
public DefaultPackagesStorageConfiguration()
-
-
方法详细资料
-
getProperty
从接口复制的说明:PackagesStorageConfigurationGet a property with the key.- 指定者:
getProperty在接口中PackagesStorageConfiguration- 参数:
key- property key- 返回:
- the value
-
setProperty
从接口复制的说明:PackagesStorageConfigurationSet a property with the key.- 指定者:
setProperty在接口中PackagesStorageConfiguration- 参数:
key- property keyvalue- property value
-
setProperty
从接口复制的说明:PackagesStorageConfigurationSet a group of the property.- 指定者:
setProperty在接口中PackagesStorageConfiguration- 参数:
properties- a group of the property
-
getProperties
从接口复制的说明:PackagesStorageConfigurationGet all properties for the configuration.- 指定者:
getProperties在接口中PackagesStorageConfiguration- 返回:
- all properties for the configuration
-