Uses of Interface
org.apache.hadoop.hbase.client.HTableInterfaceFactory

Packages that use HTableInterfaceFactory
org.apache.hadoop.hbase.client Provides HBase Client 
 

Uses of HTableInterfaceFactory in org.apache.hadoop.hbase.client
 

Classes in org.apache.hadoop.hbase.client that implement HTableInterfaceFactory
 class HTableFactory
          Deprecated. as of 0.98.1. See HConnectionManager.createConnection(Configuration).
 

Constructors in org.apache.hadoop.hbase.client with parameters of type HTableInterfaceFactory
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–2016 The Apache Software Foundation. All rights reserved.