Uses of Interface
org.apache.hadoop.hbase.master.MasterServices

Packages that use MasterServices
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.master.handler   
 

Uses of MasterServices in org.apache.hadoop.hbase.catalog
 

Methods in org.apache.hadoop.hbase.catalog with parameters of type MasterServices
static boolean MetaMigrationRemovingHTD.isMetaHRIUpdated(MasterServices services)
          Deprecated.  
static void MetaMigrationRemovingHTD.migrateRootAndMeta(MasterServices masterServices)
          Deprecated. Migrate root and meta to newer version.
static boolean MetaMigrationRemovingHTD.updateMetaWithNewHRI(MasterServices services)
          Deprecated.  
static Set<HTableDescriptor> MetaMigrationRemovingHTD.updateMetaWithNewRegionInfo(MasterServices masterServices)
          Deprecated. Update legacy META rows, removing HTD from HRI.
 

Uses of MasterServices in org.apache.hadoop.hbase.coprocessor
 

Methods in org.apache.hadoop.hbase.coprocessor that return MasterServices
 MasterServices MasterCoprocessorEnvironment.getMasterServices()
           
 

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

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

Methods in org.apache.hadoop.hbase.master with parameters of type MasterServices
 void DefaultLoadBalancer.setMasterServices(MasterServices masterServices)
           
 void LoadBalancer.setMasterServices(MasterServices masterServices)
          Set the master service.
 

Constructors in org.apache.hadoop.hbase.master with parameters of type MasterServices
MasterFileSystem(Server master, MasterServices services, MasterMetrics metrics, boolean masterRecovery)
           
ServerManager(Server master, MasterServices services)
          Constructor.
 

Uses of MasterServices in org.apache.hadoop.hbase.master.handler
 

Fields in org.apache.hadoop.hbase.master.handler declared as MasterServices
protected  MasterServices TableEventHandler.masterServices
           
 

Constructors in org.apache.hadoop.hbase.master.handler with parameters of type MasterServices
DeleteTableHandler(byte[] tableName, Server server, MasterServices masterServices)
           
MetaServerShutdownHandler(Server server, MasterServices services, DeadServer deadServers, ServerName serverName, boolean carryingRoot, boolean carryingMeta)
           
ModifyTableHandler(byte[] tableName, HTableDescriptor htd, Server server, MasterServices masterServices)
           
ServerShutdownHandler(Server server, MasterServices services, DeadServer deadServers, ServerName serverName, boolean shouldSplitHlog)
           
TableAddFamilyHandler(byte[] tableName, HColumnDescriptor familyDesc, Server server, MasterServices masterServices)
           
TableDeleteFamilyHandler(byte[] tableName, byte[] familyName, Server server, MasterServices masterServices)
           
TableEventHandler(EventHandler.EventType eventType, byte[] tableName, Server server, MasterServices masterServices)
           
TableModifyFamilyHandler(byte[] tableName, HColumnDescriptor familyDesc, Server server, MasterServices masterServices)
           
 



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