Home
last modified time | relevance | path

Searched refs:compareRowKey (Results 1 – 1 of 1) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/
H A DKeyValue.java1787 int c = compareRowKey(left, right); in compare()
1881 protected int compareRowKey(final Cell l, final Cell r) { in compareRowKey() method in KeyValue.MetaComparator
1921 protected int compareRowKey(final Cell left, final Cell right) { in compareRowKey() method in KeyValue.KVComparator