|
Change Parameter Type srcFiles : List<File> to srcPaths : List<AlluxioURI> in method private copyFromLocalWildcard(srcPaths List<AlluxioURI>, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |
|
Change Parameter Type srcFile : File to srcPath : AlluxioURI in method private copyFromLocal(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |
|
Change Parameter Type srcDir : File to srcPath : AlluxioURI in method private copyFromLocalDir(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |
|
Change Parameter Type dstFile : File to dstPath : AlluxioURI in method private copyToLocal(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |
|
Change Parameter Type dstFile : File to dstPath : AlluxioURI in method private copyWildcardToLocal(srcPaths List<AlluxioURI>, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |
|
Change Parameter Type src : File to srcPath : AlluxioURI in method private copyPath(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |
|
Rename Parameter srcDir : File to srcPath : AlluxioURI in method private copyFromLocalDir(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |
|
Rename Parameter dstFile : File to dstPath : AlluxioURI in method private copyToLocal(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |
|
Rename Parameter dstFile : File to dstPath : AlluxioURI in method private copyWildcardToLocal(srcPaths List<AlluxioURI>, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |
|
Rename Parameter src : File to srcPath : AlluxioURI in method private copyPath(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |
|
Rename Parameter srcFiles : List<File> to srcPaths : List<AlluxioURI> in method private copyFromLocalWildcard(srcPaths List<AlluxioURI>, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |
|
Rename Parameter srcFile : File to srcPath : AlluxioURI in method private copyFromLocal(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.shell.command.CpCommand |
From |
To |