|
Change Parameter Type inodes : List<Inode> to inodes : List<Inode<?>> in method package createFoundResult(inode Inode<?>, nonPersisted List<Inode<?>>, inodes List<Inode<?>>) : TraversalResult in class alluxio.master.file.meta.InodeTree.TraversalResult |
From |
To |
|
Change Parameter Type created : List<Inode> to created : List<Inode<?>> in method package CreatePathResult(modified List<Inode<?>>, created List<Inode<?>>, persisted List<Inode<?>>) in class alluxio.master.file.meta.InodeTree.CreatePathResult |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method package createNotFoundResult(inode Inode<?>, index int, nonPersisted List<Inode<?>>, inodes List<Inode<?>>) : TraversalResult in class alluxio.master.file.meta.InodeTree.TraversalResult |
From |
To |
|
Change Parameter Type modified : List<Inode> to modified : List<Inode<?>> in method package CreatePathResult(modified List<Inode<?>>, created List<Inode<?>>, persisted List<Inode<?>>) in class alluxio.master.file.meta.InodeTree.CreatePathResult |
From |
To |
|
Change Parameter Type journaled : List<Inode> to journaled : List<Inode<?>> in method private verifyJournal(root InodeTree, journaled List<Inode<?>>) : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Parameter Type child : Inode to child : Inode<?> in method public removeChild(child Inode<?>) : boolean in class alluxio.master.file.meta.InodeDirectory |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method private propagatePersisted(inode Inode<?>, replayed boolean) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method private addInodeFromJournalInternal(inode Inode<?>) : void in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Parameter Type nonPersisted : List<Inode> to nonPersisted : List<Inode<?>> in method private TraversalResult(found boolean, index int, inode Inode<?>, nonPersisted List<Inode<?>>, inodes List<Inode<?>>) in class alluxio.master.file.meta.InodeTree.TraversalResult |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method private getInMemoryPercentage(inode Inode<?>) : int in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method public deleteInode(inode Inode<?>, opTimeMs long) : void in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Parameter Type inodes : List<Inode> to inodes : List<Inode<?>> in method private TraversalResult(found boolean, index int, inode Inode<?>, nonPersisted List<Inode<?>>, inodes List<Inode<?>>) in class alluxio.master.file.meta.InodeTree.TraversalResult |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method package createFoundResult(inode Inode<?>, nonPersisted List<Inode<?>>, inodes List<Inode<?>>) : TraversalResult in class alluxio.master.file.meta.InodeTree.TraversalResult |
From |
To |
|
Change Parameter Type nonPersisted : List<Inode> to nonPersisted : List<Inode<?>> in method package createNotFoundResult(inode Inode<?>, index int, nonPersisted List<Inode<?>>, inodes List<Inode<?>>) : TraversalResult in class alluxio.master.file.meta.InodeTree.TraversalResult |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method private TraversalResult(found boolean, index int, inode Inode<?>, nonPersisted List<Inode<?>>, inodes List<Inode<?>>) in class alluxio.master.file.meta.InodeTree.TraversalResult |
From |
To |
|
Change Parameter Type nonPersisted : List<Inode> to nonPersisted : List<Inode<?>> in method package createFoundResult(inode Inode<?>, nonPersisted List<Inode<?>>, inodes List<Inode<?>>) : TraversalResult in class alluxio.master.file.meta.InodeTree.TraversalResult |
From |
To |
|
Change Parameter Type child : Inode to child : Inode<?> in method public addChild(child Inode<?>) : void in class alluxio.master.file.meta.InodeDirectory |
From |
To |
|
Change Parameter Type inodes : List<Inode> to inodes : List<Inode<?>> in method package createNotFoundResult(inode Inode<?>, index int, nonPersisted List<Inode<?>>, inodes List<Inode<?>>) : TraversalResult in class alluxio.master.file.meta.InodeTree.TraversalResult |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method private getFileInfoInternal(inode Inode<?>) : FileInfo in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method public setPinned(inode Inode<?>, pinned boolean, opTimeMs long) : void in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method public deleteInode(inode Inode<?>) : void in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Parameter Type inodes : List<Inode> to inodes : List<Inode<?>> in method private verifyInodesList(expectedInodes String[], inodes List<Inode<?>>) : void in class alluxio.master.file.PermissionCheckerTest |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method public setPinned(inode Inode<?>, pinned boolean) : void in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Parameter Type persisted : List<Inode> to persisted : List<Inode<?>> in method package CreatePathResult(modified List<Inode<?>>, created List<Inode<?>>, persisted List<Inode<?>>) in class alluxio.master.file.meta.InodeTree.CreatePathResult |
From |
To |
|
Change Parameter Type inode : Inode to inode : Inode<?> in method public getPath(inode Inode<?>) : AlluxioURI in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type i : Inode to i : Inode<?> in method public getInodeChildrenRecursive(inodeDirectory InodeDirectory) : List<Inode<?>> in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type root : Inode to root : Inode<?> in method public beforeClass() : void in class alluxio.master.file.PermissionCheckerTest |
From |
To |
|
Change Variable Type modified : List<Inode> to modified : List<Inode<?>> in method public createPathTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type inodeOnPath : Inode to inodeOnPath : Inode<?> in method private collectFileInfoList(path AlluxioURI) : List<FileInfo> in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type child : Inode to child : Inode<?> in method private verifyChildrenNames(tree InodeTree, root InodeDirectory, childNames Set<String>) : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type nested : Inode to nested : Inode<?> in method public createDirectoryTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type created : List<Inode> to created : List<Inode<?>> in method public create(path AlluxioURI, options CreateFileOptions) : long in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public completeFile(path AlluxioURI, options CompleteFileOptions) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inodes : List<Inode> to inodes : List<Inode<?>> in method private traverseToInode(pathComponents String[], collectNonPersisted boolean) : TraversalResult in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type nested : Inode to nested : Inode<?> in method public createFileUnderPinnedDirectoryTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public getInodeById(id long) : Inode<?> in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type dir : Inode to dir : Inode<?> in method public createPath(path AlluxioURI, options CreatePathOptions) : CreatePathResult in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type inodes : List<Inode> to inodes : List<Inode<?>> in method public deleteInodeTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public getFileBlockInfo(fileId long, fileBlockIndex int) : FileBlockInfo in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type test : Inode to test : Inode<?> in method public createDirectoryTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type created : List<Inode> to created : List<Inode<?>> in method public createPathTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public isDirectory(id long) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public deleteFile(path AlluxioURI, recursive boolean) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type created : List<Inode> to created : List<Inode<?>> in method package createInternal(path AlluxioURI, options CreateFileOptions) : InodeTree.CreatePathResult in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public free(path AlluxioURI, recursive boolean) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public getNewBlockIdForFile(path AlluxioURI) : long in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type delInode : Inode to delInode : Inode<?> in method package deleteFileInternal(fileId long, recursive boolean, replayed boolean, opTimeMs long) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public setAttribute(path AlluxioURI, options SetAttributeOptions) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method private collectFileInfos(path AlluxioURI) : List<FileInfo> in class alluxio.master.file.PermissionCheckerTest |
From |
To |
|
Change Variable Type file1 : Inode to file1 : Inode<?> in method public addInodeFromJournalTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type nestedFile : Inode to nestedFile : Inode<?> in method public createFileTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public heartbeat() : void in class alluxio.master.file.FileSystemMaster.LostFilesDetectionHeartbeatExecutor |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public streamToJournalCheckpoint(outputStream JournalOutputStream) : void in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public reportLostFile(fileId long) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type dstParentInode : Inode to dstParentInode : Inode<?> in method public rename(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public unmount(alluxioPath AlluxioURI) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type file1 : Inode to file1 : Inode<?> in method public streamToJournalCheckpointTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type inodes : Inode[] to inodes : Inode<?>[] in method public getChildTest() : void in class alluxio.master.file.meta.InodeDirectoryTest |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public getFileId(path AlluxioURI) : long in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method package deleteFileInternal(fileId long, recursive boolean, replayed boolean, opTimeMs long) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type freeInodes : List<Inode> to freeInodes : List<Inode<?>> in method public free(path AlluxioURI, recursive boolean) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type nested : Inode to nested : Inode<?> in method public setPinnedTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type dstParentInode : Inode to dstParentInode : Inode<?> in method package renameInternal(fileId long, dstPath AlluxioURI, replayed boolean, opTimeMs long) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public processJournalEntry(entry JournalEntry) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public getFileBlockInfoList(path AlluxioURI) : List<FileBlockInfo> in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public getFileInfo(path AlluxioURI) : FileInfo in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method private scheduleAsyncPersistenceInternal(path AlluxioURI) : long in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type file : Inode to file : Inode<?> in method public streamToJournalCheckpointTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type root : Inode to root : Inode<?> in method public initializeRootTwiceTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public getFileInfo(fileId long) : FileInfo in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type srcParentInode : Inode to srcParentInode : Inode<?> in method package renameInternal(fileId long, dstPath AlluxioURI, replayed boolean, opTimeMs long) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type children : Set<Inode> to children : Set<Inode<?>> in method public getInMemoryFiles() : List<AlluxioURI> in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type created : List<Inode> to created : List<Inode<?>> in method public getPathTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type lastToPersistInode : Inode to lastToPersistInode : Inode<?> in method public createPath(path AlluxioURI, options CreatePathOptions) : CreatePathResult in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type srcInode : Inode to srcInode : Inode<?> in method package renameInternal(fileId long, dstPath AlluxioURI, replayed boolean, opTimeMs long) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type root : Inode to root : Inode<?> in method public getPathTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type child : Inode to child : Inode<?> in method public setPinned(inode Inode<?>, pinned boolean, opTimeMs long) : void in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type nonPersistedInodes : List<Inode> to nonPersistedInodes : List<Inode<?>> in method private traverseToInode(pathComponents String[], collectNonPersisted boolean) : TraversalResult in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type child : Inode to child : Inode<?> in method public getChildrenIds() : Set<Long> in class alluxio.master.file.meta.InodeDirectory |
From |
To |
|
Change Variable Type current : Inode to current : Inode<?> in method private traverseToInode(pathComponents String[], collectNonPersisted boolean) : TraversalResult in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type srcInode : Inode to srcInode : Inode<?> in method public rename(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inodes : List<Inode> to inodes : List<Inode<?>> in method private loadMetadataDirectory(path AlluxioURI, recursive boolean) : long in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type next : Inode to next : Inode<?> in method private traverseToInode(pathComponents String[], collectNonPersisted boolean) : TraversalResult in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type lastInode : Inode to lastInode : Inode<?> in method public createPath(path AlluxioURI, options CreatePathOptions) : CreatePathResult in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type handle : Inode to handle : Inode<?> in method private propagatePersisted(inode Inode<?>, replayed boolean) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inodes : Queue<Inode> to inodes : Queue<Inode<?>> in method public streamToJournalCheckpoint(outputStream JournalOutputStream) : void in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type created : List<Inode> to created : List<Inode<?>> in method public deleteInodeTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method private journalCreatePathResult(createResult InodeTree.CreatePathResult) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inodes : List<Inode> to inodes : List<Inode<?>> in method public getInodeChildrenRecursiveTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type node : Inode to node : Inode<?> in method private verifyJournal(root InodeTree, journaled List<Inode<?>>) : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type file : Inode to file : Inode<?> in method public addInodeFromJournalTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type toPersistDirectories : List<Inode> to toPersistDirectories : List<Inode<?>> in method public createPath(path AlluxioURI, options CreatePathOptions) : CreatePathResult in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type testFile : Inode to testFile : Inode<?> in method public deleteNonexistingInodeTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type freeInode : Inode to freeInode : Inode<?> in method public free(path AlluxioURI, recursive boolean) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public getInMemoryFiles() : List<AlluxioURI> in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type created : List<Inode> to created : List<Inode<?>> in method public setPinnedTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type modifiedInodes : List<Inode> to modifiedInodes : List<Inode<?>> in method public createPath(path AlluxioURI, options CreatePathOptions) : CreatePathResult in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public getPersistenceState(fileId long) : PersistenceState in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type newRoot : Inode to newRoot : Inode<?> in method public initializeRootTwiceTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type delInodes : List<Inode> to delInodes : List<Inode<?>> in method package deleteFileInternal(fileId long, recursive boolean, replayed boolean, opTimeMs long) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type targetInode : Inode to targetInode : Inode<?> in method public setAttribute(path AlluxioURI, options SetAttributeOptions) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type created : List<Inode> to created : List<Inode<?>> in method public createFileUnderPinnedDirectoryTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public inodeIdExistsTest() : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public getFileInfoList(path AlluxioURI) : List<FileInfo> in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method public createPath(path AlluxioURI, options CreatePathOptions) : CreatePathResult in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type ret : List<Inode> to ret : List<Inode<?>> in method public getInodeChildrenRecursive(inodeDirectory InodeDirectory) : List<Inode<?>> in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type children : List<Inode> to children : List<Inode<?>> in method private verifyChildrenNames(tree InodeTree, root InodeDirectory, childNames Set<String>) : void in class alluxio.master.file.meta.InodeTreeTest |
From |
To |
|
Change Variable Type inode : Inode to inode : Inode<?> in method private setAttributeInternal(fileId long, opTimeMs long, options SetAttributeOptions) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type srcParentInode : Inode to srcParentInode : Inode<?> in method public rename(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type that : Inode to that : Inode<?> in method public equals(o Object) : boolean in class alluxio.master.file.meta.Inode |
From |
To |
|
Change Variable Type inodes : List<Inode> to inodes : List<Inode<?>> in method private collectFileInfos(path AlluxioURI) : List<FileInfo> in class alluxio.master.file.PermissionCheckerTest |
From |
To |
|
Change Variable Type createdInodes : List<Inode> to createdInodes : List<Inode<?>> in method public createPath(path AlluxioURI, options CreatePathOptions) : CreatePathResult in class alluxio.master.file.meta.InodeTree |
From |
To |
|
Change Variable Type child : Inode to child : Inode<?> in method public getFileInfoList(path AlluxioURI) : List<FileInfo> in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type inodeChildren : List<Inode> to inodeChildren : List<Inode<?>> in method public setAttribute(path AlluxioURI, options SetAttributeOptions) : void in class alluxio.master.file.FileSystemMaster |
From |
To |