Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
HRegionLocator
An implementation of
RegionLocator . |
class |
HTable
An implementation of
Table . |
Modifier and Type | Method and Description |
---|---|
RegionLocator |
HTable.getRegionLocator() |
RegionLocator |
HConnection.getRegionLocator(TableName tableName)
Deprecated.
Retrieve a RegionLocator implementation to inspect region information on a table.
|
RegionLocator |
Connection.getRegionLocator(TableName tableName)
Retrieve a RegionLocator implementation to inspect region information on a table.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.