Package com.mapr.fs
Class QueryServiceWatcher
- java.lang.Object
-
- com.mapr.fs.ServiceWatcher
-
- com.mapr.fs.QueryServiceWatcher
-
- All Implemented Interfaces:
org.apache.zookeeper.Watcher
public class QueryServiceWatcher extends ServiceWatcher
-
-
Constructor Summary
Constructors Constructor Description QueryServiceWatcher(java.lang.String zkConnectString, java.lang.String clusterName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearQueryServiceParam()QueryServiceParamgetQueryServiceParam()voidsetQueryServiceParam(QueryServiceParam qsp)-
Methods inherited from class com.mapr.fs.ServiceWatcher
close, connect, create, delete, getChildren, getData, getZKString, isConnected, process, reconnect
-
-
-
-
Method Detail
-
clearQueryServiceParam
public void clearQueryServiceParam() throws org.apache.zookeeper.KeeperException, java.io.IOException, java.lang.InterruptedException- Throws:
org.apache.zookeeper.KeeperExceptionjava.io.IOExceptionjava.lang.InterruptedException
-
setQueryServiceParam
public void setQueryServiceParam(QueryServiceParam qsp) throws org.apache.zookeeper.KeeperException, java.io.IOException, java.lang.InterruptedException
- Throws:
org.apache.zookeeper.KeeperExceptionjava.io.IOExceptionjava.lang.InterruptedException
-
getQueryServiceParam
public QueryServiceParam getQueryServiceParam() throws org.apache.zookeeper.KeeperException, java.io.IOException, java.lang.InterruptedException
- Throws:
org.apache.zookeeper.KeeperExceptionjava.io.IOExceptionjava.lang.InterruptedException
-
-