Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
HTableFactory
Deprecated.
as of 0.98.1. See
HConnectionManager.createConnection(Configuration) . |
Modifier and Type | Field and Description |
---|---|
private HTableInterfaceFactory |
HTablePool.tableFactory
Deprecated.
|
Constructor and Description |
---|
HTablePool(org.apache.hadoop.conf.Configuration config,
int maxSize,
HTableInterfaceFactory tableFactory)
Deprecated.
Constructor to set maximum versions and use the specified configuration and
table factory.
|
HTablePool(org.apache.hadoop.conf.Configuration config,
int maxSize,
HTableInterfaceFactory tableFactory,
PoolMap.PoolType poolType)
Deprecated.
Constructor to set maximum versions and use the specified configuration,
table factory and pool type.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.