Uses of Interface
org.apache.hadoop.hbase.MetaCellComparator.SearchDelimiterInReverse
Packages that use MetaCellComparator.SearchDelimiterInReverse
- 
Uses of MetaCellComparator.SearchDelimiterInReverse in org.apache.hadoop.hbaseMethods in org.apache.hadoop.hbase with parameters of type MetaCellComparator.SearchDelimiterInReverseModifier and TypeMethodDescriptionprivate static <L,R> int MetaCellComparator.compareRows(L left, int loffset, int llength, R right, int roffset, int rlength, MetaCellComparator.SearchDelimiter<L> searchLeft, MetaCellComparator.SearchDelimiter<R> searchRight, MetaCellComparator.SearchDelimiterInReverse<L> searchInReverseLeft, MetaCellComparator.SearchDelimiterInReverse<R> searchInReverseRight, MetaCellComparator.Compare<L, R> comparator)