Package | Description |
---|---|
org.apache.hadoop.hbase.catalog | |
org.apache.hadoop.hbase.master.handler | |
org.apache.hadoop.hbase.master.snapshot |
Modifier and Type | Method and Description |
---|---|
static void |
MetaEditor.addDaughter(CatalogTracker catalogTracker,
HRegionInfo regionInfo,
ServerName sn) |
static void |
MetaEditor.offlineParentInMeta(CatalogTracker catalogTracker,
HRegionInfo parent,
HRegionInfo a,
HRegionInfo b)
Offline parent in meta.
|
ServerName |
CatalogTracker.waitForMeta(long timeout)
Gets the current location for
.META. if available and waits
for up to the specified timeout if not immediately available. |
HRegionInterface |
CatalogTracker.waitForMetaServerConnection(long timeout)
Deprecated.
Does not retry; use an HTable instance instead.
|
ServerName |
CatalogTracker.waitForRoot(long timeout)
Gets the current location for
-ROOT- if available and waits
for up to the specified timeout if not immediately available. |
HRegionInterface |
CatalogTracker.waitForRootServerConnection(long timeout)
Deprecated.
Use #getRootServerConnection(long)
|
Constructor and Description |
---|
CreateTableHandler(Server server,
MasterFileSystem fileSystemManager,
ServerManager serverManager,
HTableDescriptor hTableDescriptor,
org.apache.hadoop.conf.Configuration conf,
HRegionInfo[] newRegions,
CatalogTracker catalogTracker,
AssignmentManager assignmentManager) |
Constructor and Description |
---|
CloneSnapshotHandler(MasterServices masterServices,
HBaseProtos.SnapshotDescription snapshot,
HTableDescriptor hTableDescriptor,
MasterMetrics metricsMaster) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.