Toggle navigation
Home
byte to org.apache.hadoop.hbase.Cell
No. of Instances - 38
No. of Commits - 7
No. of Projects - {'hbase'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
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
Rename Variable
key
to
keyValue
key
to
keyValue
columnBuffer
to
columnCell
columnBuffer
to
columnCell
currentRow
to
currentRowCell
currentRow
to
currentRowCell
lastKey
to
lastKeyCell
startRow
to
startKey
Wrap or Un-wrap
fail
to
fail
Other
>=
to
<=
<=
to
>=
scanner.getKey()
to
scanner.getKey()