Package com.mapr.fs
Class QueryServiceWatcher
java.lang.Object
com.mapr.fs.ServiceWatcher
com.mapr.fs.QueryServiceWatcher
- All Implemented Interfaces:
AutoCloseable,org.apache.zookeeper.Watcher
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mapr.fs.ServiceWatcher
ServiceWatcher.ZkNodeNested classes/interfaces inherited from interface org.apache.zookeeper.Watcher
org.apache.zookeeper.Watcher.Event, org.apache.zookeeper.Watcher.WatcherType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class com.mapr.fs.ServiceWatcher
bytesToInt, close, connect, create, delete, exist, getChildren, getData, getZKString, increment, intToBytes, isConnected, process, reconnect, setData
-
Constructor Details
-
QueryServiceWatcher
-
-
Method Details
-
clearQueryServiceParam
public void clearQueryServiceParam() throws org.apache.zookeeper.KeeperException, IOException, InterruptedException- Throws:
org.apache.zookeeper.KeeperExceptionIOExceptionInterruptedException
-
setQueryServiceParam
public void setQueryServiceParam(QueryServiceParam qsp) throws org.apache.zookeeper.KeeperException, IOException, InterruptedException - Throws:
org.apache.zookeeper.KeeperExceptionIOExceptionInterruptedException
-
getQueryServiceParam
public QueryServiceParam getQueryServiceParam() throws org.apache.zookeeper.KeeperException, IOException, InterruptedException- Throws:
org.apache.zookeeper.KeeperExceptionIOExceptionInterruptedException
-