HADOOP-7687 Make getProtocolSignature public (sanjay)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1177002 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08db2a139d
commit
bfc830caa4
@ -23,6 +23,8 @@ Trunk (unreleased changes)
|
|||||||
HADOOP-7668. Add a NetUtils method that can tell if an InetAddress
|
HADOOP-7668. Add a NetUtils method that can tell if an InetAddress
|
||||||
belongs to local host. (suresh)
|
belongs to local host. (suresh)
|
||||||
|
|
||||||
|
HADOOP-7687 Make getProtocolSignature public (sanjay)
|
||||||
|
|
||||||
BUGS
|
BUGS
|
||||||
|
|
||||||
HADOOP-7606. Upgrade Jackson to version 1.7.1 to match the version required
|
HADOOP-7606. Upgrade Jackson to version 1.7.1 to match the version required
|
||||||
|
@ -199,7 +199,7 @@ private static ProtocolSigFingerprint getSigFingerprint(
|
|||||||
* @param protocol protocol
|
* @param protocol protocol
|
||||||
* @return the server's protocol signature
|
* @return the server's protocol signature
|
||||||
*/
|
*/
|
||||||
static ProtocolSignature getProtocolSignature(
|
public static ProtocolSignature getProtocolSignature(
|
||||||
int clientMethodsHashCode,
|
int clientMethodsHashCode,
|
||||||
long serverVersion,
|
long serverVersion,
|
||||||
Class<? extends VersionedProtocol> protocol) {
|
Class<? extends VersionedProtocol> protocol) {
|
||||||
|
Loading…
Reference in New Issue
Block a user