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

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

protected static class HBaseClient.ConnectionId
extends Object

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


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

Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.