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   
org.apache.hadoop.hbase.master.snapshot   
 

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 LoadBalancer.setMasterServices(MasterServices masterServices)
          Set the master service.
 void DefaultLoadBalancer.setMasterServices(MasterServices masterServices)
           
 

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.
SplitLogManager(ZooKeeperWatcher zkw, org.apache.hadoop.conf.Configuration conf, Stoppable stopper, MasterServices master, String serverName)
          Wrapper around #SplitLogManager(ZooKeeperWatcher, Configuration, Stoppable, String, TaskFinisher) that provides a task finisher for copying recovered edits to their final destination.
SplitLogManager(ZooKeeperWatcher zkw, org.apache.hadoop.conf.Configuration conf, Stoppable stopper, MasterServices master, String serverName, SplitLogManager.TaskFinisher tf)
          Its OK to construct this object even when region-servers are not online.
 

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
           
protected  MasterServices ServerShutdownHandler.services
           
 

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)
           
 

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

Fields in org.apache.hadoop.hbase.master.snapshot declared as MasterServices
protected  MasterServices TakeSnapshotHandler.master
           
 

Constructors in org.apache.hadoop.hbase.master.snapshot with parameters of type MasterServices
CloneSnapshotHandler(MasterServices masterServices, HBaseProtos.SnapshotDescription snapshot, HTableDescriptor hTableDescriptor, MasterMetrics metricsMaster)
           
DisabledTableSnapshotHandler(HBaseProtos.SnapshotDescription snapshot, MasterServices masterServices, MasterMetrics metricsMaster)
           
EnabledTableSnapshotHandler(HBaseProtos.SnapshotDescription snapshot, MasterServices master, SnapshotManager manager, MasterMetrics metricsMaster)
           
MasterSnapshotVerifier(MasterServices services, HBaseProtos.SnapshotDescription snapshot, org.apache.hadoop.fs.Path rootDir)
           
RestoreSnapshotHandler(MasterServices masterServices, HBaseProtos.SnapshotDescription snapshot, HTableDescriptor htd, MasterMetrics metricsMaster)
           
SnapshotManager(MasterServices master, MasterMetrics metricsMaster)
          Construct a snapshot manager.
SnapshotManager(MasterServices master, MasterMetrics metricsMaster, ProcedureCoordinator coordinator, ExecutorService pool)
          Fully specify all necessary components of a snapshot manager.
TakeSnapshotHandler(HBaseProtos.SnapshotDescription snapshot, MasterServices masterServices, MasterMetrics metricsMaster)
           
 



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