摘要:
调用方式 函数原型: transferFrom(ReadableByteChannel src,long position, long count) transferTo(long position, long count,WritableByteChannel target) 注意: 1.tran 阅读全文
摘要:
FirstKeyOnlyFilter是对第一列进行过滤,hbase中的列按照字典序排列,所以如果SingleColumnValueFilter中的过滤列不是第一列的话,FirstKeyOnlyFilter和SingleColumnValueFilter一起作为ADN条件使用时,SingleColum 阅读全文