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 HBaseAdmin.getMaster()
          Get a connection to the currently set master.
 HMasterInterface HConnection.getMaster()
           
 

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