Uses of Interface
org.apache.hadoop.hbase.ipc.HMasterInterface

Packages that use HMasterInterface
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.master   
 

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

Methods in org.apache.hadoop.hbase.client that return HMasterInterface
 HMasterInterface HConnection.getMaster()
           
 HMasterInterface HBaseAdmin.getMaster()
          Get a connection to the currently set master.
 

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

Classes in org.apache.hadoop.hbase.master that implement HMasterInterface
 class HMaster
          HMaster is the "master server" for HBase.
static class HMasterCommandLine.LocalHMaster
           
 



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