public interface DataMonitor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addListener(ClusterModuleListener listener) |
void |
createPath(String path) |
String |
getBaseCatalog() |
ClusterModuleListener |
getListener(String path) |
void |
register(String path,
ModuleRegistration registration) |
void |
setClient(Client client) |
void |
setData(String path,
String value) |
void setClient(Client client)
void addListener(ClusterModuleListener listener) throws ClientException
ClientExceptionvoid register(String path, ModuleRegistration registration) throws ClientException
ClientExceptionClusterModuleListener getListener(String path)
void createPath(String path) throws ClientException
ClientExceptionvoid setData(String path, String value) throws ClientException
ClientExceptionString getBaseCatalog()
Copyright © 2018 The Apache Software Foundation. All rights reserved.