|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HBaseConfiguration | |
---|---|
org.apache.hadoop.hbase | Provides Hbase, the Hadoop simple database. |
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 |
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 |
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(Path rootdir,
HServerAddress address,
HBaseConfiguration conf)
Build the HMaster |
|
HRegion(Path basedir,
HLog log,
FileSystem fs,
HBaseConfiguration conf,
HRegionInfo regionInfo,
Path initialFiles,
CacheFlushListener listener)
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,
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 |
---|
Constructors in org.apache.hadoop.hbase.util with parameters of type HBaseConfiguration | |
---|---|
Migrate(HBaseConfiguration conf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |