Package | Description |
---|---|
org.apache.hadoop.hbase.catalog | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
HRegionInterface |
CatalogTracker.waitForMetaServerConnection(long timeout)
Deprecated.
Does not retry; use an HTable instance instead.
|
HRegionInterface |
CatalogTracker.waitForRootServerConnection(long timeout)
Deprecated.
Use #getRootServerConnection(long)
|
Modifier and Type | Method and Description |
---|---|
static void |
MetaReader.fullScan(HRegionInterface hRegionInterface,
MetaReader.Visitor visitor,
byte[] regionName,
byte[] startrow)
Deprecated.
Does not retry; use fullScan xxx instead.
x
|
static ServerName |
MetaReader.readMetaLocation(HRegionInterface metaServer)
Deprecated.
Does not retry; use #getMetaRegionLocation(CatalogTracker)
|
Modifier and Type | Field and Description |
---|---|
protected HRegionInterface |
ServerCallable.server |
Modifier and Type | Method and Description |
---|---|
HRegionInterface |
HConnection.getHRegionConnection(HServerAddress regionServer)
Deprecated.
|
HRegionInterface |
HConnection.getHRegionConnection(HServerAddress regionServer,
boolean getMaster)
Deprecated.
|
HRegionInterface |
HConnection.getHRegionConnection(String hostname,
int port)
Establishes a connection to the region server at the specified address.
|
HRegionInterface |
HConnection.getHRegionConnection(String hostname,
int port,
boolean getMaster)
Establishes a connection to the region server at the specified address.
|
Modifier and Type | Class and Description |
---|---|
class |
HRegionServer
HRegionServer makes a set of HRegions available to clients.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.