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