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