Uses of Class
org.apache.hadoop.hbase.HServerInfo

Packages that use HServerInfo
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver   
 

Uses of HServerInfo in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase with parameters of type HServerInfo
 int HServerInfo.compareTo(HServerInfo o)
          Deprecated.  
 

Constructors in org.apache.hadoop.hbase with parameters of type HServerInfo
HServerInfo(HServerInfo other)
          Deprecated. Copy-constructor
 

Uses of HServerInfo in org.apache.hadoop.hbase.ipc
 

Methods in org.apache.hadoop.hbase.ipc that return HServerInfo
 HServerInfo HRegionInterface.getHServerInfo()
          Deprecated.  
 

Uses of HServerInfo in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return HServerInfo
 HServerInfo HRegionServer.getHServerInfo()
          Deprecated. Use HRegionServer.getServerName() instead.
 HServerInfo HRegionServer.getServerInfo()
           
 



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