|
Rename Method public addMount(ufs UnderFileSystem, mountId long) : void renamed to public removeMount(mountId long, ufs UnderFileSystem) : void in class alluxio.underfs.UfsManager |
From |
To |
|
Rename Method public getOrCreate(path String, ufsConf Map<String,String>) : UnderFileSystem renamed to public addMount(mountId long, ufsUri String, ufsConf Map<String,String>) : UnderFileSystem in class alluxio.underfs.UfsManager |
From |
To |
|
Rename Method public getByMountId(mountId long) : UnderFileSystem renamed to public get(mountId long) : UnderFileSystem in class alluxio.underfs.UfsManager |
From |
To |
|
Rename Method public getByMountId(mountId long) : UnderFileSystem renamed to public get(mountId long) : UnderFileSystem in class alluxio.worker.WorkerUfsManager |
From |
To |