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()
          Deprecated. Master is an implementation detail for HBaseAdmin. Deprecated in HBase 0.94
 HMasterInterface HConnection.getMaster()
          Deprecated. Removed because it was a mistake exposing master in this interface (master is an implementation detail). Master functions are available from HConnection or HBaseAdmin, without having to use directly the master. Deprecated in HBase 0.94
 

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