- 40
- 0
- 约 9页
- 2017-02-09 发布于北京
- 举报
HBase建立HTbale方式分析
源码分析1、HTable table = new HTable(conf, testSolrPerformance1); /** * Creates an object to access a HBase table. * Shares zookeeper connection and other resources with other HTable instances * created with the same codeconf/code instance. Uses already-populated * region cache if one is available, populated by any other HTable instances * sharing this codeconf/code instance. Recommended. * @param conf Configuration object to use. * @param tableName Name of the table. * @throws IOException if a remote or network exception occurs */ public HTable(Configuration conf, final String tableName) throws
原创力文档

文档评论(0)