|
Push Down Method private createDirectoryAndJournal(inodePath LockedInodePath, options CreateDirectoryOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private createDirectoryAndJournal(inodePath LockedInodePath, options CreateDirectoryOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private renameInternal(srcInodePath LockedInodePath, dstInodePath LockedInodePath, replayed boolean, options RenameOptions) : void from class alluxio.master.file.FileSystemMaster to private renameInternal(srcInodePath LockedInodePath, dstInodePath LockedInodePath, replayed boolean, options RenameOptions) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getPersistenceState(fileId long) : PersistenceState from class alluxio.master.file.FileSystemMaster to public getPersistenceState(fileId long) : PersistenceState from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getPinIdList() : Set<Long> from class alluxio.master.file.FileSystemMaster to public getPinIdList() : Set<Long> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private scheduleAsyncPersistenceAndJournal(inodePath LockedInodePath, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private scheduleAsyncPersistenceAndJournal(inodePath LockedInodePath, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private deleteInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions) : void from class alluxio.master.file.FileSystemMaster to private deleteInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private createFileAndJournal(inodePath LockedInodePath, options CreateFileOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private createFileAndJournal(inodePath LockedInodePath, options CreateFileOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getNumberOfPaths() : int from class alluxio.master.file.FileSystemMaster to public getNumberOfPaths() : int from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public createDirectory(path AlluxioURI, options CreateDirectoryOptions) : long from class alluxio.master.file.FileSystemMaster to public createDirectory(path AlluxioURI, options CreateDirectoryOptions) : long from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public start(isLeader boolean) : void from class alluxio.master.file.FileSystemMaster to public start(isLeader boolean) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private setAttributeFromEntry(entry SetAttributeEntry) : void from class alluxio.master.file.FileSystemMaster to private setAttributeFromEntry(entry SetAttributeEntry) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private startupCheckConsistency(service ExecutorService) : List<AlluxioURI> from class alluxio.master.file.FileSystemMaster to private startupCheckConsistency(service ExecutorService) : List<AlluxioURI> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private getFileInfoInternal(inodePath LockedInodePath) : FileInfo from class alluxio.master.file.FileSystemMaster to private getFileInfoInternal(inodePath LockedInodePath) : FileInfo from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private deleteAndJournal(inodePath LockedInodePath, deleteOptions DeleteOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private deleteAndJournal(inodePath LockedInodePath, deleteOptions DeleteOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getFileSystemMasterView() : FileSystemMasterView from class alluxio.master.file.FileSystemMaster to public getFileSystemMasterView() : FileSystemMasterView from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private loadMetadataAndJournal(inodePath LockedInodePath, options LoadMetadataOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private loadMetadataAndJournal(inodePath LockedInodePath, options LoadMetadataOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private isFullyInMemory(inode InodeFile) : boolean from class alluxio.master.file.FileSystemMaster to private isFullyInMemory(inode InodeFile) : boolean from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getWhiteList() : List<String> from class alluxio.master.file.FileSystemMaster to public getWhiteList() : List<String> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getName() : String from class alluxio.master.file.FileSystemMaster to public getName() : String from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private unmountAndJournal(inodePath LockedInodePath, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private unmountAndJournal(inodePath LockedInodePath, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public unmount(alluxioPath AlluxioURI) : void from class alluxio.master.file.FileSystemMaster to public unmount(alluxioPath AlluxioURI) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getFileInfo(fileId long) : FileInfo from class alluxio.master.file.FileSystemMaster to public getFileInfo(fileId long) : FileInfo from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getUfsAddress() : String from class alluxio.master.file.FileSystemMaster to public getUfsAddress() : String from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getMountTable() : Map<String,MountInfo> from class alluxio.master.file.FileSystemMaster to public getMountTable() : Map<String,MountInfo> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private checkConsistencyInternal(inode Inode, path AlluxioURI) : boolean from class alluxio.master.file.FileSystemMaster to private checkConsistencyInternal(inode Inode, path AlluxioURI) : boolean from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method package createFileInternal(inodePath LockedInodePath, options CreateFileOptions) : InodeTree.CreatePathResult from class alluxio.master.file.FileSystemMaster to package createFileInternal(inodePath LockedInodePath, options CreateFileOptions) : InodeTree.CreatePathResult from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public completeFile(path AlluxioURI, options CompleteFileOptions) : void from class alluxio.master.file.FileSystemMaster to public completeFile(path AlluxioURI, options CompleteFileOptions) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getFileInfo(path AlluxioURI) : FileInfo from class alluxio.master.file.FileSystemMaster to public getFileInfo(path AlluxioURI) : FileInfo from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private renameFromEntry(entry RenameEntry) : void from class alluxio.master.file.FileSystemMaster to private renameFromEntry(entry RenameEntry) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public free(path AlluxioURI, options FreeOptions) : void from class alluxio.master.file.FileSystemMaster to public free(path AlluxioURI, options FreeOptions) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private scheduleAsyncPersistenceInternal(inodePath LockedInodePath) : void from class alluxio.master.file.FileSystemMaster to private scheduleAsyncPersistenceInternal(inodePath LockedInodePath) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private getFileBlockInfoListInternal(inodePath LockedInodePath) : List<FileBlockInfo> from class alluxio.master.file.FileSystemMaster to private getFileBlockInfoListInternal(inodePath LockedInodePath) : List<FileBlockInfo> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private loadMetadataIfNotExistAndJournal(inodePath LockedInodePath, options LoadMetadataOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private loadMetadataIfNotExistAndJournal(inodePath LockedInodePath, options LoadMetadataOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public resetFile(fileId long) : void from class alluxio.master.file.FileSystemMaster to public resetFile(fileId long) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private generateFileBlockInfo(inodePath LockedInodePath, blockInfo BlockInfo) : FileBlockInfo from class alluxio.master.file.FileSystemMaster to private generateFileBlockInfo(inodePath LockedInodePath, blockInfo BlockInfo) : FileBlockInfo from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private mountFromEntry(entry AddMountPointEntry) : void from class alluxio.master.file.FileSystemMaster to private mountFromEntry(entry AddMountPointEntry) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public reportLostFile(fileId long) : void from class alluxio.master.file.FileSystemMaster to public reportLostFile(fileId long) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private unmountInternal(uri AlluxioURI) : boolean from class alluxio.master.file.FileSystemMaster to private unmountInternal(uri AlluxioURI) : boolean from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getDependencies() : Set<Class<?>> from class alluxio.master.file.FileSystemMaster to public getDependencies() : Set<Class<?>> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private setAttributeInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, options SetAttributeOptions) : List<Inode<?>> from class alluxio.master.file.FileSystemMaster to private setAttributeInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, options SetAttributeOptions) : List<Inode<?>> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getNumberOfPinnedFiles() : int from class alluxio.master.file.FileSystemMaster to public getNumberOfPinnedFiles() : int from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private setAttributeAndJournal(inodePath LockedInodePath, rootRequired boolean, ownerRequired boolean, options SetAttributeOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private setAttributeAndJournal(inodePath LockedInodePath, rootRequired boolean, ownerRequired boolean, options SetAttributeOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public listStatus(path AlluxioURI, listStatusOptions ListStatusOptions) : List<FileInfo> from class alluxio.master.file.FileSystemMaster to public listStatus(path AlluxioURI, listStatusOptions ListStatusOptions) : List<FileInfo> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private createDirectoryInternal(inodePath LockedInodePath, options CreateDirectoryOptions) : InodeTree.CreatePathResult from class alluxio.master.file.FileSystemMaster to private createDirectoryInternal(inodePath LockedInodePath, options CreateDirectoryOptions) : InodeTree.CreatePathResult from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public delete(path AlluxioURI, options DeleteOptions) : void from class alluxio.master.file.FileSystemMaster to public delete(path AlluxioURI, options DeleteOptions) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private propagatePersistedInternal(inodePath LockedInodePath, replayed boolean) : List<Inode<?>> from class alluxio.master.file.FileSystemMaster to private propagatePersistedInternal(inodePath LockedInodePath, replayed boolean) : List<Inode<?>> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private completeFileFromEntry(entry CompleteFileEntry) : void from class alluxio.master.file.FileSystemMaster to private completeFileFromEntry(entry CompleteFileEntry) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public processJournalEntry(entry JournalEntry) : void from class alluxio.master.file.FileSystemMaster to public processJournalEntry(entry JournalEntry) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getInMemoryFiles() : List<AlluxioURI> from class alluxio.master.file.FileSystemMaster to public getInMemoryFiles() : List<AlluxioURI> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public checkConsistency(path AlluxioURI, options CheckConsistencyOptions) : List<AlluxioURI> from class alluxio.master.file.FileSystemMaster to public checkConsistency(path AlluxioURI, options CheckConsistencyOptions) : List<AlluxioURI> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private isInTopStorageTier(blockInfo BlockInfo) : boolean from class alluxio.master.file.FileSystemMaster to private isInTopStorageTier(blockInfo BlockInfo) : boolean from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public loadMetadata(path AlluxioURI, options LoadMetadataOptions) : long from class alluxio.master.file.FileSystemMaster to public loadMetadata(path AlluxioURI, options LoadMetadataOptions) : long from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private journalSetAttribute(inodePath LockedInodePath, opTimeMs long, options SetAttributeOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private journalSetAttribute(inodePath LockedInodePath, opTimeMs long, options SetAttributeOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private renameAndJournal(srcInodePath LockedInodePath, dstInodePath LockedInodePath, options RenameOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private renameAndJournal(srcInodePath LockedInodePath, dstInodePath LockedInodePath, options RenameOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private deleteFromEntry(entry DeleteFileEntry) : void from class alluxio.master.file.FileSystemMaster to private deleteFromEntry(entry DeleteFileEntry) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getFileBlockInfoList(path AlluxioURI) : List<FileBlockInfo> from class alluxio.master.file.FileSystemMaster to public getFileBlockInfoList(path AlluxioURI) : List<FileBlockInfo> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getLostFiles() : List<Long> from class alluxio.master.file.FileSystemMaster to public getLostFiles() : List<Long> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private journalCreatePathResult(createResult InodeTree.CreatePathResult, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private journalCreatePathResult(createResult InodeTree.CreatePathResult, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private journalPersistedInodes(persistedInodes List<Inode<?>>, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private journalPersistedInodes(persistedInodes List<Inode<?>>, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public workerHeartbeat(workerId long, persistedFiles List<Long>) : FileSystemCommand from class alluxio.master.file.FileSystemMaster to public workerHeartbeat(workerId long, persistedFiles List<Long>) : FileSystemCommand from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private mountAndJournal(inodePath LockedInodePath, ufsPath AlluxioURI, options MountOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private mountAndJournal(inodePath LockedInodePath, ufsPath AlluxioURI, options MountOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getStartupConsistencyCheck() : StartupConsistencyCheck from class alluxio.master.file.FileSystemMaster to public getStartupConsistencyCheck() : StartupConsistencyCheck from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public mount(alluxioPath AlluxioURI, ufsPath AlluxioURI, options MountOptions) : void from class alluxio.master.file.FileSystemMaster to public mount(alluxioPath AlluxioURI, ufsPath AlluxioURI, options MountOptions) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private deleteRecursiveInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions) : void from class alluxio.master.file.FileSystemMaster to private deleteRecursiveInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public scheduleAsyncPersistence(path AlluxioURI) : void from class alluxio.master.file.FileSystemMaster to public scheduleAsyncPersistence(path AlluxioURI) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private loadDirectoryMetadataAndJournal(inodePath LockedInodePath, options LoadMetadataOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private loadDirectoryMetadataAndJournal(inodePath LockedInodePath, options LoadMetadataOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getNewBlockIdForFile(path AlluxioURI) : long from class alluxio.master.file.FileSystemMaster to public getNewBlockIdForFile(path AlluxioURI) : long from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public setAttribute(path AlluxioURI, options SetAttributeOptions) : void from class alluxio.master.file.FileSystemMaster to public setAttribute(path AlluxioURI, options SetAttributeOptions) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private completeFileInternal(blockIds List<Long>, inodePath LockedInodePath, length long, opTimeMs long) : void from class alluxio.master.file.FileSystemMaster to private completeFileInternal(blockIds List<Long>, inodePath LockedInodePath, length long, opTimeMs long) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private mountInternal(inodePath LockedInodePath, ufsPath AlluxioURI, replayed boolean, options MountOptions) : void from class alluxio.master.file.FileSystemMaster to private mountInternal(inodePath LockedInodePath, ufsPath AlluxioURI, replayed boolean, options MountOptions) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private freeAndJournal(inodePath LockedInodePath, options FreeOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private freeAndJournal(inodePath LockedInodePath, options FreeOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getWorkerInfoList() : List<WorkerInfo> from class alluxio.master.file.FileSystemMaster to public getWorkerInfoList() : List<WorkerInfo> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private getInMemoryFilesInternal(inode Inode<?>, uri AlluxioURI, files List<AlluxioURI>) : void from class alluxio.master.file.FileSystemMaster to private getInMemoryFilesInternal(inode Inode<?>, uri AlluxioURI, files List<AlluxioURI>) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public streamToJournalCheckpoint(outputStream JournalOutputStream) : void from class alluxio.master.file.FileSystemMaster to public streamToJournalCheckpoint(outputStream JournalOutputStream) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public createFile(path AlluxioURI, options CreateFileOptions) : long from class alluxio.master.file.FileSystemMaster to public createFile(path AlluxioURI, options CreateFileOptions) : long from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getPath(fileId long) : AlluxioURI from class alluxio.master.file.FileSystemMaster to public getPath(fileId long) : AlluxioURI from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getFileId(path AlluxioURI) : long from class alluxio.master.file.FileSystemMaster to public getFileId(path AlluxioURI) : long from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private getInMemoryPercentage(inode Inode<?>) : int from class alluxio.master.file.FileSystemMaster to private getInMemoryPercentage(inode Inode<?>) : int from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public getServices() : Map<String,TProcessor> from class alluxio.master.file.FileSystemMaster to public getServices() : Map<String,TProcessor> from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public rename(srcPath AlluxioURI, dstPath AlluxioURI, options RenameOptions) : void from class alluxio.master.file.FileSystemMaster to public rename(srcPath AlluxioURI, dstPath AlluxioURI, options RenameOptions) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private loadFileMetadataAndJournal(inodePath LockedInodePath, resolution MountTable.Resolution, options LoadMetadataOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private loadFileMetadataAndJournal(inodePath LockedInodePath, resolution MountTable.Resolution, options LoadMetadataOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private unmountFromEntry(entry DeleteMountPointEntry) : void from class alluxio.master.file.FileSystemMaster to private unmountFromEntry(entry DeleteMountPointEntry) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private completeFileAndJournal(inodePath LockedInodePath, options CompleteFileOptions, journalContext JournalContext) : void from class alluxio.master.file.FileSystemMaster to private completeFileAndJournal(inodePath LockedInodePath, options CompleteFileOptions, journalContext JournalContext) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method private resetBlockFileFromEntry(entry ReinitializeFileEntry) : void from class alluxio.master.file.FileSystemMaster to private resetBlockFileFromEntry(entry ReinitializeFileEntry) : void from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Push Down Method public reinitializeFile(path AlluxioURI, blockSizeBytes long, ttl long, ttlAction TtlAction) : long from class alluxio.master.file.FileSystemMaster to public reinitializeFile(path AlluxioURI, blockSizeBytes long, ttl long, ttlAction TtlAction) : long from class alluxio.master.file.DefaultFileSystemMaster |
From |
To |