Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MasterServices |
MasterCoprocessorEnvironment.getMasterServices() |
Modifier and Type | Class and Description |
---|---|
class |
HMaster
HMaster is the "master server" for HBase.
|
static class |
HMasterCommandLine.LocalHMaster |
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancer.setMasterServices(MasterServices masterServices)
Set the master service.
|
void |
DefaultLoadBalancer.setMasterServices(MasterServices masterServices) |
Constructor and Description |
---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected MasterServices |
TableEventHandler.masterServices |
protected MasterServices |
ServerShutdownHandler.services |
Constructor and Description |
---|
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) |
Modifier and Type | Field and Description |
---|---|
protected MasterServices |
TakeSnapshotHandler.master |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.