|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HBaseConfiguration | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.hql | |
org.apache.hadoop.hbase.rest | |
org.apache.hadoop.hbase.thrift | Provides an HBase Thrift service. |
org.apache.hadoop.hbase.util |
Uses of HBaseConfiguration in org.apache.hadoop.hbase |
---|
Fields in org.apache.hadoop.hbase declared as HBaseConfiguration | |
---|---|
protected HBaseConfiguration |
HRegionServer.conf
|
Methods in org.apache.hadoop.hbase that return HBaseConfiguration | |
---|---|
HBaseConfiguration |
HMaster.getConfiguration()
|
Methods in org.apache.hadoop.hbase with parameters of type HBaseConfiguration | |
---|---|
static void |
HBaseAdmin.checkHBaseAvailable(HBaseConfiguration conf)
Check to see if HBase is running. |
static HRegion |
HRegion.createHRegion(HRegionInfo info,
org.apache.hadoop.fs.Path rootDir,
HBaseConfiguration conf)
Convenience method creating new HRegions. |
static void |
HConnectionManager.deleteConnection(HBaseConfiguration conf)
Delete connection information for the instance specified by the configuration |
static HConnection |
HConnectionManager.getConnection(HBaseConfiguration conf)
Get the connection object for the instance specified by the configuration If no current connection exists, create a new connection for that instance |
static HRegion |
HRegion.openHRegion(HRegionInfo info,
org.apache.hadoop.fs.Path rootDir,
HLog log,
HBaseConfiguration conf)
Convenience method to open a HRegion outside of an HRegionServer context. |
Constructors in org.apache.hadoop.hbase with parameters of type HBaseConfiguration | |
---|---|
HBaseAdmin(HBaseConfiguration conf)
Constructor |
|
HMaster(HBaseConfiguration conf)
Build the HMaster out of a raw configuration item. |
|
HMaster(org.apache.hadoop.fs.Path rd,
HServerAddress address,
HBaseConfiguration conf)
Build the HMaster |
|
HRegion(org.apache.hadoop.fs.Path basedir,
HLog log,
org.apache.hadoop.fs.FileSystem fs,
HBaseConfiguration conf,
HRegionInfo regionInfo,
org.apache.hadoop.fs.Path initialFiles,
FlushRequester requester)
HRegion constructor. |
|
HRegion(org.apache.hadoop.fs.Path basedir,
HLog log,
org.apache.hadoop.fs.FileSystem fs,
HBaseConfiguration conf,
HRegionInfo regionInfo,
org.apache.hadoop.fs.Path initialFiles,
FlushRequester requester,
org.apache.hadoop.util.Progressable reporter)
HRegion constructor. |
|
HRegionServer(HBaseConfiguration conf)
Starts a HRegionServer at the default location |
|
HRegionServer(HServerAddress address,
HBaseConfiguration conf)
Starts a HRegionServer at the specified location |
|
HTable(HBaseConfiguration conf,
org.apache.hadoop.io.Text tableName)
Creates an object to access a HBase table |
|
LocalHBaseCluster(HBaseConfiguration conf)
Constructor. |
|
LocalHBaseCluster(HBaseConfiguration conf,
int noRegionServers)
Constructor. |
Uses of HBaseConfiguration in org.apache.hadoop.hbase.hql |
---|
Constructors in org.apache.hadoop.hbase.hql with parameters of type HBaseConfiguration | |
---|---|
HQLClient(HBaseConfiguration config,
String master,
Writer output,
TableFormatter formatter)
|
Uses of HBaseConfiguration in org.apache.hadoop.hbase.rest |
---|
Fields in org.apache.hadoop.hbase.rest declared as HBaseConfiguration | |
---|---|
protected HBaseConfiguration |
GenericHandler.conf
|
Constructors in org.apache.hadoop.hbase.rest with parameters of type HBaseConfiguration | |
---|---|
GenericHandler(HBaseConfiguration conf,
HBaseAdmin admin)
|
|
MetaHandler(HBaseConfiguration conf,
HBaseAdmin admin)
|
|
ScannerHandler(HBaseConfiguration conf,
HBaseAdmin admin)
|
|
TableHandler(HBaseConfiguration conf,
HBaseAdmin admin)
|
Uses of HBaseConfiguration in org.apache.hadoop.hbase.thrift |
---|
Fields in org.apache.hadoop.hbase.thrift declared as HBaseConfiguration | |
---|---|
protected HBaseConfiguration |
ThriftServer.HBaseHandler.conf
|
Uses of HBaseConfiguration in org.apache.hadoop.hbase.util |
---|
Methods in org.apache.hadoop.hbase.util with parameters of type HBaseConfiguration | |
---|---|
static void |
MetaUtils.changeOnlineStatus(HBaseConfiguration c,
org.apache.hadoop.io.Text row,
boolean onlineOffline)
Set a single region on/offline. |
Constructors in org.apache.hadoop.hbase.util with parameters of type HBaseConfiguration | |
---|---|
Merge(HBaseConfiguration conf)
|
|
MetaUtils(HBaseConfiguration conf)
|
|
Migrate(HBaseConfiguration conf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |