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.balancer   
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 long MetaMigrationConvertingToPB.updateRootAndMetaIfNecessary(MasterServices services)
          Deprecated. Update ROOT and META to newer version, converting writable serialization to PB, if it is needed.
 

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.
 

Constructors in org.apache.hadoop.hbase.master with parameters of type MasterServices
MasterFileSystem(Server master, MasterServices services, MetricsMaster metricsMaster, boolean masterRecovery)
           
ServerManager(Server master, MasterServices services)
          Constructor.
SplitLogManager(ZooKeeperWatcher zkw, org.apache.hadoop.conf.Configuration conf, Stoppable stopper, MasterServices master, ServerName serverName)
          Wrapper around SplitLogManager.SplitLogManager(ZooKeeperWatcher zkw, Configuration conf, Stoppable stopper, MasterServices master, ServerName serverName, TaskFinisher tf) 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, ServerName 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.balancer
 

Fields in org.apache.hadoop.hbase.master.balancer declared as MasterServices
protected  MasterServices BaseLoadBalancer.services
           
 

Methods in org.apache.hadoop.hbase.master.balancer with parameters of type MasterServices
 void StochasticLoadBalancer.setMasterServices(MasterServices masterServices)
           
 void BaseLoadBalancer.setMasterServices(MasterServices masterServices)
           
 

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
CreateTableHandler(Server server, MasterFileSystem fileSystemManager, HTableDescriptor hTableDescriptor, org.apache.hadoop.conf.Configuration conf, HRegionInfo[] newRegions, MasterServices masterServices)
           
DeleteTableHandler(byte[] tableName, Server server, MasterServices masterServices)
           
DispatchMergingRegionHandler(MasterServices services, CatalogJanitor catalogJanitor, HRegionInfo region_a, HRegionInfo region_b, boolean forcible)
           
MetaServerShutdownHandler(Server server, MasterServices services, DeadServer deadServers, ServerName serverName)
           
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(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)
           
DisabledTableSnapshotHandler(HBaseProtos.SnapshotDescription snapshot, MasterServices masterServices)
           
EnabledTableSnapshotHandler(HBaseProtos.SnapshotDescription snapshot, MasterServices master, SnapshotManager manager)
           
MasterSnapshotVerifier(MasterServices services, HBaseProtos.SnapshotDescription snapshot, org.apache.hadoop.fs.Path rootDir)
           
RestoreSnapshotHandler(MasterServices masterServices, HBaseProtos.SnapshotDescription snapshot, HTableDescriptor htd)
           
SnapshotManager(MasterServices master)
          Construct a snapshot manager.
SnapshotManager(MasterServices master, ProcedureCoordinator coordinator, ExecutorService pool)
          Fully specify all necessary components of a snapshot manager.
TakeSnapshotHandler(HBaseProtos.SnapshotDescription snapshot, MasterServices masterServices)
           
 



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