|
Push Down Method public get(mountId long) : UnderFileSystem from class alluxio.underfs.UfsManager to public get(mountId long) : UnderFileSystem from class alluxio.underfs.AbstractUfsManager |
From |
To |
|
Push Down Method public getRoot() : UnderFileSystem from class alluxio.underfs.UfsManager to public getRoot() : UnderFileSystem from class alluxio.underfs.AbstractUfsManager |
From |
To |
|
Push Down Method protected connect(ufs UnderFileSystem) : void from class alluxio.underfs.UfsManager to protected abstract connect(ufs UnderFileSystem) : void from class alluxio.underfs.AbstractUfsManager |
From |
To |
|
Push Down Method private getOrAdd(ufsUri String, ufsConf Map<String,String>) : UnderFileSystem from class alluxio.underfs.UfsManager to private getOrAdd(ufsUri String, ufsConf Map<String,String>) : UnderFileSystem from class alluxio.underfs.AbstractUfsManager |
From |
To |
|
Push Down Method public removeMount(mountId long) : void from class alluxio.underfs.UfsManager to public removeMount(mountId long) : void from class alluxio.underfs.AbstractUfsManager |
From |
To |
|
Push Down Method public close() : void from class alluxio.underfs.UfsManager to public close() : void from class alluxio.underfs.AbstractUfsManager |
From |
To |
|
Push Down Method public addMount(mountId long, ufsUri String, ufsConf Map<String,String>) : UnderFileSystem from class alluxio.underfs.UfsManager to public addMount(mountId long, ufsUri String, ufsConf Map<String,String>) : UnderFileSystem from class alluxio.underfs.AbstractUfsManager |
From |
To |
|
Push Down Attribute private mUnderFileSystemMap : ConcurrentHashMap<Key,UnderFileSystem> from class alluxio.underfs.UfsManager to private mUnderFileSystemMap : ConcurrentHashMap<Key,UnderFileSystem> from class alluxio.underfs.AbstractUfsManager |
From |
To |
|
Push Down Attribute private mRootUfs : UnderFileSystem from class alluxio.underfs.UfsManager to private mRootUfs : UnderFileSystem from class alluxio.underfs.AbstractUfsManager |
From |
To |
|
Push Down Attribute private LOG : Logger from class alluxio.underfs.UfsManager to private LOG : Logger from class alluxio.underfs.AbstractUfsManager |
From |
To |
|
Push Down Attribute private mMountIdToUnderFileSystemMap : ConcurrentHashMap<Long,UnderFileSystem> from class alluxio.underfs.UfsManager to private mMountIdToUnderFileSystemMap : ConcurrentHashMap<Long,UnderFileSystem> from class alluxio.underfs.AbstractUfsManager |
From |
To |
|
Push Down Attribute protected mCloser : Closer from class alluxio.underfs.UfsManager to protected mCloser : Closer from class alluxio.underfs.AbstractUfsManager |
From |
To |