|
Change Variable Type delInodes : List<Pair<AlluxioURI,Inode<?>>> to delInodes : List<Pair<AlluxioURI,Inode>> in method private deleteInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions, journalContext JournalContext) : void in class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Change Variable Type inodePair : Pair<AlluxioURI,Inode<?>> to inodePair : Pair<AlluxioURI,Inode> in method private deleteInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions, journalContext JournalContext) : void in class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Change Variable Type delInodePair : Pair<AlluxioURI,Inode<?>> to delInodePair : Pair<AlluxioURI,Inode> in method private deleteInternal(inodePath LockedInodePath, replayed boolean, opTimeMs long, deleteOptions DeleteOptions, journalContext JournalContext) : void in class alluxio.master.file.DefaultFileSystemMaster |
From |
To |