HBASE-7479 Remove VersionedProtocol and ProtocolSignature from RPC, addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
36164595bb
commit
19b8272c48
|
@ -247,7 +247,7 @@ public class HConnectionManager {
|
||||||
* @param stopProxy
|
* @param stopProxy
|
||||||
* Shuts down all the proxy's put up to cluster members including to
|
* Shuts down all the proxy's put up to cluster members including to
|
||||||
* cluster HMaster. Calls
|
* cluster HMaster. Calls
|
||||||
* {@link HBaseClientRPC#stopProxy(org.apache.hadoop.hbase.ipc.VersionedProtocol)}
|
* {@link HBaseClientRPC#stopProxy(IpcProtocol)}
|
||||||
* .
|
* .
|
||||||
*/
|
*/
|
||||||
public static void deleteConnection(Configuration conf, boolean stopProxy) {
|
public static void deleteConnection(Configuration conf, boolean stopProxy) {
|
||||||
|
|
Loading…
Reference in New Issue