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

Packages that use ClusterStatus
org.apache.hadoop.hbase.avro Provides an HBase Avro service. 
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.avro
 

Methods in org.apache.hadoop.hbase.avro with parameters of type ClusterStatus
static AClusterStatus AvroUtil.csToACS(ClusterStatus cs)
           
 

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 © 2011 The Apache Software Foundation. All Rights Reserved.