org.apache.hadoop.hbase.ipc
Class RpcClient.ConnectionId

java.lang.Object
  extended by org.apache.hadoop.hbase.ipc.RpcClient.ConnectionId
Enclosing class:
RpcClient

protected static class RpcClient.ConnectionId
extends Object

This class holds the address and the user ticket, etc. The client connections to servers are uniquely identified by


Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.