hbase row count (行計數)

一、hbase 行計數方法一:java //行計數 public static long rowCount(String tableName) { long rowCount = 0; @SuppressWarnings("resource") AggregationClient aggregationClient = new AggregationClient(conf
相關文章
相關標籤/搜索