Class DynamicConfigurationResources
java.lang.Object
org.apache.pulsar.broker.resources.BaseResources<Map<String,String>>
org.apache.pulsar.broker.resources.DynamicConfigurationResources
-
Field Summary
Fields inherited from class org.apache.pulsar.broker.resources.BaseResources
BASE_CLUSTERS_PATH, BASE_POLICIES_PATH, LOCAL_POLICIES_ROOT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pulsar.broker.resources.BaseResources
create, createAsync, delete, deleteAsync, deleteIfExistsAsync, exists, existsAsync, get, getAsync, getChildren, getChildrenAsync, getChildrenRecursiveAsync, getOperationTimeoutSec, joinPath, refreshAndGetAsync, set, setAsync, setWithCreate, setWithCreateAsync
-
Constructor Details
-
DynamicConfigurationResources
-
-
Method Details
-
getDynamicConfigurationAsync
-
getDynamicConfiguration
- Throws:
MetadataStoreException
-
setDynamicConfigurationWithCreate
public void setDynamicConfigurationWithCreate(Function<Optional<Map<String, String>>, throws MetadataStoreExceptionMap<String, String>> createFunction) - Throws:
MetadataStoreException
-
setDynamicConfigurationWithCreateAsync
-
setDynamicConfigurationAsync
-
setDynamicConfiguration
public void setDynamicConfiguration(Function<Map<String, String>, throws MetadataStoreExceptionMap<String, String>> updateFunction) - Throws:
MetadataStoreException
-
isDynamicConfigurationPath
-