Uses of Class
org.apache.hadoop.hbase.filter.SingleColumnValueFilter
Packages that use 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
Subclasses of SingleColumnValueFilter in org.apache.hadoop.hbase.filterModifier and TypeClassDescriptionclass
AFilter
that checks a single column value, but does not emit the tested column.Methods in org.apache.hadoop.hbase.filter that return SingleColumnValueFilterModifier and TypeMethodDescriptionstatic SingleColumnValueFilter
SingleColumnValueFilter.parseFrom
(byte[] pbBytes) Parse a serialized representation ofSingleColumnValueFilter