Hbase PageFilter 取出数量不准确问题

版权声明:原创文章,欢迎转载,转载请注明出处 https://blog.csdn.net/zhangshenghang/article/details/82977869
PageFilter pf = new PageFilter(pageFilterSize);
filterList.addFilter(pf);
  • PageFilter:设置获取的数据行数

    PageFilter作用在region上,只能保证当前region返回相应的数量,也就是说大概可理解为    region数量*pageFilterSize

猜你喜欢

转载自blog.csdn.net/zhangshenghang/article/details/82977869