Uses of Class
org.apache.hadoop.hbase.filter.SingleColumnValueFilter
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of SingleColumnValueFilter in org.apache.hadoop.hbase.filter
Modifier and TypeClassDescriptionclass
AFilter
that checks a single column value, but does not emit the tested column.Modifier and TypeMethodDescriptionstatic SingleColumnValueFilter
SingleColumnValueFilter.parseFrom
(byte[] pbBytes) Parse a serialized representation ofSingleColumnValueFilter