Uses of Class
org.apache.hadoop.hbase.filter.BigDecimalComparator
Packages that use BigDecimalComparator
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of BigDecimalComparator in org.apache.hadoop.hbase.filter
Methods in org.apache.hadoop.hbase.filter that return BigDecimalComparatorModifier and TypeMethodDescriptionstatic BigDecimalComparator
BigDecimalComparator.parseFrom
(byte[] pbBytes) Parse a serialized representation ofBigDecimalComparator
Methods in org.apache.hadoop.hbase.filter with parameters of type BigDecimalComparatorModifier and TypeMethodDescription(package private) boolean
BigDecimalComparator.areSerializedFieldsEqual
(BigDecimalComparator other) Returns true if and only if the fields of the comparator that are serialized are equal to the corresponding fields in other.