|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HServerAddress | |
|---|---|
| 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 | |
| Uses of HServerAddress in org.apache.hadoop.hbase |
|---|
| Methods in org.apache.hadoop.hbase that return HServerAddress | |
|---|---|
HServerAddress |
HServerInfo.getServerAddress()
Deprecated. |
HServerAddress |
HRegionLocation.getServerAddress()
Deprecated. Use HRegionLocation.getHostnamePort() |
| Methods in org.apache.hadoop.hbase with parameters of type HServerAddress | |
|---|---|
int |
HServerAddress.compareTo(HServerAddress o)
Deprecated. |
| Constructors in org.apache.hadoop.hbase with parameters of type HServerAddress | |
|---|---|
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. |
|
| Uses of HServerAddress in org.apache.hadoop.hbase.avro |
|---|
| Methods in org.apache.hadoop.hbase.avro with parameters of type HServerAddress | |
|---|---|
static AServerAddress |
AvroUtil.hsaToASA(HServerAddress hsa)
|
| Uses of HServerAddress in org.apache.hadoop.hbase.client |
|---|
| Fields in org.apache.hadoop.hbase.client declared as HServerAddress | |
|---|---|
HServerAddress |
MultiPut.address
Deprecated. |
| Methods in org.apache.hadoop.hbase.client that return HServerAddress | |
|---|---|
HServerAddress |
RetriesExhaustedWithDetailsException.getAddress(int i)
|
| Methods in org.apache.hadoop.hbase.client that return types with arguments of type HServerAddress | |
|---|---|
Map<HRegionInfo,HServerAddress> |
HTable.deserializeRegionInfo(DataInput in)
Read from in and deserialize the regions information. |
Map<HRegionInfo,HServerAddress> |
HTable.getRegionsInfo()
Deprecated. Use HTable.getRegionLocations() or HTable.getStartEndKeys() |
| Methods in org.apache.hadoop.hbase.client with parameters of type HServerAddress | |
|---|---|
HRegionInterface |
HConnection.getHRegionConnection(HServerAddress regionServer)
Deprecated. Use HConnection.getHRegionConnection(String, int) |
HRegionInterface |
HConnection.getHRegionConnection(HServerAddress regionServer,
boolean getMaster)
Deprecated. Use HConnection.getHRegionConnection(HServerAddress, boolean) |
| Method parameters in org.apache.hadoop.hbase.client with type arguments of type HServerAddress | |
|---|---|
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. |
| Constructors in org.apache.hadoop.hbase.client with parameters of type HServerAddress | |
|---|---|
MultiPut(HServerAddress a)
Deprecated. MultiPut for putting multiple regions worth of puts in one RPC. |
|
| Uses of HServerAddress in org.apache.hadoop.hbase.master |
|---|
| Methods in org.apache.hadoop.hbase.master with parameters of type HServerAddress | |
|---|---|
HServerLoad |
ServerManager.getLoad(HServerAddress address)
Deprecated. Use ServerManager.getLoad(HServerAddress) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||