|
@@ -71,19 +71,6 @@ public class HAServiceProtocolClientSideTranslatorPB implements
|
|
RPC.getProtocolVersion(HAServiceProtocolPB.class), addr, conf);
|
|
RPC.getProtocolVersion(HAServiceProtocolPB.class), addr, conf);
|
|
}
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
|
- public long getProtocolVersion(String protocol, long clientVersion)
|
|
|
|
- throws IOException {
|
|
|
|
- return rpcProxy.getProtocolVersion(protocol, clientVersion);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Override
|
|
|
|
- public ProtocolSignature getProtocolSignature(String protocol,
|
|
|
|
- long clientVersion, int clientMethodsHash) throws IOException {
|
|
|
|
- return rpcProxy.getProtocolSignature(protocol, clientVersion,
|
|
|
|
- clientMethodsHash);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@Override
|
|
@Override
|
|
public void monitorHealth() throws IOException {
|
|
public void monitorHealth() throws IOException {
|
|
try {
|
|
try {
|