| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.master.handler | |
| org.apache.hadoop.hbase.master.snapshot | |
| org.apache.hadoop.hbase.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
static void |
MetaTableAccessor.addDaughter(Connection connection,
HRegionInfo regionInfo,
ServerName sn,
long openSeqNum)
Adds a daughter region entry to meta.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableHandler |
CreateTableHandler.prepare() |
| Modifier and Type | Method and Description |
|---|---|
CloneSnapshotHandler |
CloneSnapshotHandler.prepare() |
| Modifier and Type | Method and Description |
|---|---|
private org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface |
MetaTableLocator.getMetaServerConnection(HConnection hConnection,
ZooKeeperWatcher zkw,
long timeout,
int replicaId)
Gets a connection to the server hosting meta, as reported by ZooKeeper,
waiting up to the specified timeout for availability.
|
ServerName |
MetaTableLocator.waitMetaRegionLocation(ZooKeeperWatcher zkw,
int replicaId,
long timeout)
Gets the meta region location, if available, and waits for up to the
specified timeout if not immediately available.
|
ServerName |
MetaTableLocator.waitMetaRegionLocation(ZooKeeperWatcher zkw,
long timeout)
Gets the meta region location, if available, and waits for up to the
specified timeout if not immediately available.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.