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

Packages that use ClusterStatus
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.master   
 

Uses of ClusterStatus in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return ClusterStatus
 ClusterStatus HBaseAdmin.getClusterStatus()
           
 

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

Methods in org.apache.hadoop.hbase.ipc that return ClusterStatus
 ClusterStatus HMasterInterface.getClusterStatus()
          Return cluster status.
 

Uses of ClusterStatus in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master that return ClusterStatus
 ClusterStatus HMaster.getClusterStatus()
           
 



Copyright © 2009 The Apache Software Foundation