Toggle navigation
Home
alluxio.master.AlluxioMaster to alluxio.master.AlluxioMasterService
No. of Instances - 16
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Method invocation
getMasterAddress
to
getRpcAddress
Cascading Type Change (Different)
AlluxioMaster
to
DefaultAlluxioMaster
Add or Remove Method invocation
mMaster.getMasterAddress().toString()
to
mMaster.getRpcAddress().toString()
mMaster.getMasterAddress().toString()
to
mMaster.getRpcAddress().toString()
mMaster.getMasterAddress()
to
mMaster.getRpcAddress()
when(mMaster.getMasterAddress())
to
when(mMaster.getRpcAddress())
mMaster.getMasterAddress().toString()
to
mMaster.getRpcAddress().toString()
mMaster.getMasterAddress().toString()
to
mMaster.getRpcAddress().toString()
Cascading Type Change (Similar)
AlluxioMaster
to
AlluxioMasterService