Toggle navigation
Home
java.nio.ByteBuffer to org.apache.hadoop.hbase.Cell
No. of Instances - 17
No. of Commits - 4
No. of Projects - {'hbase'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Rename Variable
getFirstKeyInBlock
to
getFirstKeyCellInBlock
getFirstKeyInBlock
to
getFirstKeyCellInBlock
getKeyDeepCopy
to
getKey
keyValue
to
cell
Other
searcher.current()
to
searcher.current()
ptSearcher.current()
to
ptSearcher.current()
Add or Remove Method invocation
reader.getComparator().compareKeyIgnoresMvcc(new KeyValue.KeyOnlyKeyValue(firstKey.array(),firstKey.arrayOffset(),firstKey.limit()),key)
to
reader.getComparator().compareKeyIgnoresMvcc(firstKey,key)
Rename Method invocation
getKeyDeepCopy
to
getKey
getKeyValueBuffer
to
getCell
Cascading Type Change (Similar)
ByteBuffer
to
Cell