Home
last modified time | relevance | path

Searched refs:leftCommonLengthWithTSAndType (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.java2353 int leftCommonLengthWithTSAndType = TIMESTAMP_TYPE_SIZE + leftCommonLength; in getShortMidpointKey() local
2355 int leftColumnLength = leftKey.length - leftCommonLengthWithTSAndType; in getShortMidpointKey()