|
Rename Method public deleteFile(path AlluxioURI, recursive boolean) : boolean renamed to public delete(path AlluxioURI, recursive boolean) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Rename Method private loadMetadataDirectory(path AlluxioURI, recursive boolean) : long renamed to private loadDirectoryMetadata(path AlluxioURI, recursive boolean) : long in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Rename Method package deleteFileInternal(fileId long, recursive boolean, replayed boolean, opTimeMs long) : boolean renamed to package deleteInternal(fileId long, recursive boolean, replayed boolean, opTimeMs long) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Rename Method private deleteFileFromEntry(entry DeleteFileEntry) : void renamed to private deleteFromEntry(entry DeleteFileEntry) : void in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Rename Method package deleteFileRecursiveInternal(fileId long, replayed boolean, opTimeMs long) : boolean renamed to private deleteRecursiveInternal(fileId long, replayed boolean, opTimeMs long) : boolean in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Rename Method private createFileAndDirs() : void renamed to public createFileAndDirsTest() : void in class alluxio.master.file.PermissionCheckerTest |
From |
To |
|
Rename Method private checkByFileInfoList(user String, groups List<String>, action FileSystemAction, path String, fileInfoList List<FileInfo>, checkIsOwner boolean) : void renamed to private checkInodeList(user String, groups List<String>, action FileSystemAction, path String, inodeList List<Inode<?>>, checkIsOwner boolean) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Rename Method public create(path AlluxioURI, options CreateFileOptions) : long renamed to public createFile(path AlluxioURI, options CreateFileOptions) : long in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Rename Method package createInternal(path AlluxioURI, options CreateFileOptions) : InodeTree.CreatePathResult renamed to package createFileInternal(path AlluxioURI, options CreateFileOptions) : InodeTree.CreatePathResult in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Rename Method private check(user String, groups List<String>, fileInfo FileInfo, action FileSystemAction, path String) : void renamed to private checkInode(user String, groups List<String>, inode Inode, action FileSystemAction, path String) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Rename Method public mkdir(path AlluxioURI, options CreateDirectoryOptions) : InodeTree.CreatePathResult renamed to public createDirectory(path AlluxioURI, options CreateDirectoryOptions) : InodeTree.CreatePathResult in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Rename Method private checkSelfPermission(user TestUser, action FileSystemAction, path String) : void renamed to private checkPermission(user TestUser, action FileSystemAction, path String) : void in class alluxio.master.file.PermissionCheckerTest |
From |
To |
|
Change Parameter Type fileInfo : FileInfo to inode : Inode in method private checkInode(user String, groups List<String>, inode Inode, action FileSystemAction, path String) : void in class alluxio.master.file.PermissionChecker |
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 fileInfoList : List<FileInfo> to inodeList : List<Inode<?>> in method private checkInodeList(user String, groups List<String>, action FileSystemAction, path String, inodeList List<Inode<?>>, checkIsOwner boolean) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Change Parameter Type fileInfo : FileInfo to inode : Inode in method private toExceptionMessage(user String, action FileSystemAction, path String, inode Inode) : String in class alluxio.master.file.PermissionChecker |
From |
To |
|
Rename Variable fileInfoList : List<FileInfo> to inodeList : List<Inode<?>> in method private checkOwner(path AlluxioURI) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Rename Variable fileInfo : FileInfo to inode : Inode in method private checkInodeList(user String, groups List<String>, action FileSystemAction, path String, inodeList List<Inode<?>>, checkIsOwner boolean) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Rename Variable fileInfoList : List<FileInfo> to inodeList : List<Inode<?>> in method public checkPermission(action FileSystemAction, path AlluxioURI) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Rename Variable fileInfoList : List<FileInfo> to inodeList : List<Inode<?>> in method public checkParentPermission(action FileSystemAction, path AlluxioURI) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Change Variable Type fileInfo : FileInfo to inode : Inode in method private checkInodeList(user String, groups List<String>, action FileSystemAction, path String, inodeList List<Inode<?>>, checkIsOwner boolean) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Change Variable Type inode : Inode<?> to inode : InodeFile in method public getFileBlockInfoList(path AlluxioURI) : List<FileBlockInfo> in class alluxio.master.file.FileSystemMaster |
From |
To |
|
Change Variable Type fileInfoList : List<FileInfo> to inodeList : List<Inode<?>> in method public checkPermission(action FileSystemAction, path AlluxioURI) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Change Variable Type fileInfoList : List<FileInfo> to inodeList : List<Inode<?>> in method public checkParentPermission(action FileSystemAction, path AlluxioURI) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Change Variable Type fileInfoList : List<FileInfo> to inodeList : List<Inode<?>> in method private checkOwner(path AlluxioURI) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Rename Parameter rootRequired : boolean to superuserRequired : boolean in method public checkSetAttributePermission(path AlluxioURI, superuserRequired boolean, ownerRequired boolean) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Rename Parameter fileInfo : FileInfo to inode : Inode in method private checkInode(user String, groups List<String>, inode Inode, action FileSystemAction, path String) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Rename Parameter fileInfoList : List<FileInfo> to inodeList : List<Inode<?>> in method private checkInodeList(user String, groups List<String>, action FileSystemAction, path String, inodeList List<Inode<?>>, checkIsOwner boolean) : void in class alluxio.master.file.PermissionChecker |
From |
To |
|
Rename Parameter fileInfo : FileInfo to inode : Inode in method private toExceptionMessage(user String, action FileSystemAction, path String, inode Inode) : String in class alluxio.master.file.PermissionChecker |
From |
To |