byte to org.apache.hadoop.hbase.Cell
No. of Instances - 41
No. of Commits - 10
No. of Projects - {'hbase', 'pheonix', 'pinpoint'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
- key to keyValue.getRowArray()
- key to keyValue.getRowArray()
- reader.getComparator().compareOnlyKeyPortion(key,new KeyValue.KeyOnlyKeyValue(nextIndexedKey,0,nextIndexedKey.length)) to reader.getComparator().compareOnlyKeyPortion(key,nextIndexedKey)
- comparator.compareRows(stopRow,0,stopRow.length,currentRow,offset,length) to comparator.compareRows(currentRowCell,stopRow,0,stopRow.length)
- comparator.compareRows(stopRow,0,stopRow.length,currentRow,offset,length) to comparator.compareRows(currentRowCell,stopRow,0,stopRow.length)
- CellUtil.createFirstDeleteFamilyCellOnRow(startRow,scanInfo.getFamily()) to startKey