public interface RemoteConfigurationRegistryClient extends AutoCloseable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RemoteConfigurationRegistryClient.ChildEntryListener |
static interface |
RemoteConfigurationRegistryClient.EntryACL |
static interface |
RemoteConfigurationRegistryClient.EntryListener |
closeString getAddress()
boolean isAuthenticationConfigured()
boolean entryExists(String path)
List<RemoteConfigurationRegistryClient.EntryACL> getACL(String path)
void setACL(String path, List<RemoteConfigurationRegistryClient.EntryACL> acls)
void createEntry(String path)
void deleteEntry(String path)
void addChildEntryListener(String path, RemoteConfigurationRegistryClient.ChildEntryListener listener) throws Exception
Exceptionvoid addEntryListener(String path, RemoteConfigurationRegistryClient.EntryListener listener) throws Exception
ExceptionString authenticationType()
boolean isBackwardsCompatible()
Copyright © 2022 The Apache Software Foundation. All rights reserved.