Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.avro |
Provides an HBase Avro service.
|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.master |
Modifier and Type | Method and Description |
---|---|
HServerAddress |
HServerInfo.getServerAddress()
Deprecated.
|
HServerAddress |
HRegionLocation.getServerAddress()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
HServerAddress.compareTo(HServerAddress o)
Deprecated.
|
Constructor and Description |
---|
HServerAddress(HServerAddress other)
Deprecated.
Copy-constructor.
|
HServerInfo(HServerAddress serverAddress,
int webuiport)
Deprecated.
Constructor that creates a HServerInfo with a generated startcode
|
HServerInfo(HServerAddress serverAddress,
long startCode,
int webuiport)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AServerAddress |
AvroUtil.hsaToASA(HServerAddress hsa) |
Modifier and Type | Field and Description |
---|---|
HServerAddress |
MultiPut.address
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HServerAddress |
RetriesExhaustedWithDetailsException.getAddress(int i) |
Modifier and Type | Method and Description |
---|---|
Map<HRegionInfo,HServerAddress> |
HTable.deserializeRegionInfo(DataInput in)
Read from
in and deserialize the regions information. |
Map<HRegionInfo,HServerAddress> |
HTable.getRegionsInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HRegionInterface |
HConnection.getHRegionConnection(HServerAddress regionServer)
Deprecated.
|
HRegionInterface |
HConnection.getHRegionConnection(HServerAddress regionServer,
boolean getMaster)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HConnection.prewarmRegionCache(byte[] tableName,
Map<HRegionInfo,HServerAddress> regions)
Load the region map and warm up the global region cache for the table.
|
void |
HTable.prewarmRegionCache(Map<HRegionInfo,HServerAddress> regionMap)
Save the passed region information and the table's regions
cache.
|
Constructor and Description |
---|
MultiPut(HServerAddress a)
Deprecated.
MultiPut for putting multiple regions worth of puts in one RPC.
|
Modifier and Type | Method and Description |
---|---|
HServerLoad |
ServerManager.getLoad(HServerAddress address)
Deprecated.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.