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.updateMetaIfNecessary(MasterServices services)
          Deprecated. 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)
           
NamespaceJanitor(MasterServices services)
           
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, boolean masterRecovery, TaskFinisher tf) with masterRecovery = false, and tf = null.
SplitLogManager(ZooKeeperWatcher zkw, org.apache.hadoop.conf.Configuration conf, Stoppable stopper, MasterServices master, ServerName serverName, boolean masterRecovery)
          Wrapper around SplitLogManager.SplitLogManager(ZooKeeperWatcher zkw, Configuration conf, Stoppable stopper, MasterServices master, ServerName serverName, boolean masterRecovery, 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, boolean masterRecovery, SplitLogManager.TaskFinisher tf)
          Its OK to construct this object even when region-servers are not online.
TableNamespaceManager(MasterServices masterServices)
           
 

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
           
protected  MasterServices LogReplayHandler.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(TableName tableName, Server server, MasterServices masterServices)
           
DispatchMergingRegionHandler(MasterServices services, CatalogJanitor catalogJanitor, HRegionInfo region_a, HRegionInfo region_b, boolean forcible)
           
LogReplayHandler(Server server, MasterServices services, DeadServer deadServers, ServerName serverName)
           
MetaServerShutdownHandler(Server server, MasterServices services, DeadServer deadServers, ServerName serverName)
           
ModifyTableHandler(TableName tableName, HTableDescriptor htd, Server server, MasterServices masterServices)
           
ServerShutdownHandler(Server server, MasterServices services, DeadServer deadServers, ServerName serverName, boolean shouldSplitHlog)
           
TableAddFamilyHandler(TableName tableName, HColumnDescriptor familyDesc, Server server, MasterServices masterServices)
           
TableDeleteFamilyHandler(TableName tableName, byte[] familyName, Server server, MasterServices masterServices)
           
TableEventHandler(EventType eventType, TableName tableName, Server server, MasterServices masterServices)
           
TableModifyFamilyHandler(TableName 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, MetricsMaster metricsMaster)
           
DisabledTableSnapshotHandler(HBaseProtos.SnapshotDescription snapshot, MasterServices masterServices, MetricsMaster metricsMaster)
           
EnabledTableSnapshotHandler(HBaseProtos.SnapshotDescription snapshot, MasterServices master, SnapshotManager manager, MetricsMaster metricsMaster)
           
MasterSnapshotVerifier(MasterServices services, HBaseProtos.SnapshotDescription snapshot, org.apache.hadoop.fs.Path rootDir)
           
RestoreSnapshotHandler(MasterServices masterServices, HBaseProtos.SnapshotDescription snapshot, HTableDescriptor htd, MetricsMaster metricsMaster)
           
SnapshotManager(MasterServices master, MetricsMaster metricsMaster)
          Construct a snapshot manager.
SnapshotManager(MasterServices master, MetricsMaster metricsMaster, ProcedureCoordinator coordinator, ExecutorService pool)
          Fully specify all necessary components of a snapshot manager.
TakeSnapshotHandler(HBaseProtos.SnapshotDescription snapshot, MasterServices masterServices, MetricsMaster metricsMaster)
           
 



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