Toggle navigation
Home
java.lang.String to org.apache.hadoop.hdds.client.BlockID
No. of Instances - 38
No. of Commits - 1
No. of Projects - {'hadoop'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
KeyLocation.newBuilder().setContainerName(containerName).setBlockID(blockID).setShouldCreateContainer(shouldCreateContainer).setLength(length).setOffset(offset).setCreateVersion(createVersion)
to
KeyLocation.newBuilder().setBlockID(blockID.getProtobuf()).setShouldCreateContainer(shouldCreateContainer).setLength(length).setOffset(offset).setCreateVersion(createVersion)
expectedKeys.get(i)
to
expectedKeys.get(i).getLocalID()
result.get(0)
to
data
get
to
getLocalID
containerKey
to
blockID.getProtobuf()
key
to
blockID.getProtobuf()
key
to
blockID.getLocalID()
key
to
blockID.getProtobuf()
Rename Variable
key
to
blockID
containerKey
to
blockID
key
to
blockID
containerName
to
blockID
containerName
to
blockID
blockKey
to
block
block
to
blockId
key
to
blockID
containerKey
to
blockID
containerKey
to
blockID
key
to
blockID
key
to
blockID
containerKey
to
blockID
containerKey
to
blockID
containerKey
to
blockID
key
to
blockID
key
to
blockID
key
to
blockID
key
to
blockID
containerName
to
blockID
containerName
to
blockID
containerName
to
blockID
containerName
to
blockID
key
to
blockID
key
to
blockID
containerKey
to
blockID
keyName
to
blockID
Other
1
to
i
Cascading Type Change (Different)
String
to
long