|
Change Variable Type worker : IgfsFileWorker to prevBatch : IgfsFileWorkerBatch in method private newBatch(path IgfsPath, out OutputStream) : IgfsFileWorkerBatch in class org.apache.ignite.internal.processors.igfs.IgfsImpl |
From |
To |
|
Change Variable Type entry : Map.Entry<IgfsPath,IgfsFileWorker> to entry : Map.Entry<IgfsPath,IgfsFileWorkerBatch> in method public clear(igfs IgniteFileSystem) : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type workerMap : Map<IgfsPath,IgfsFileWorker> to workerMap : Map<IgfsPath,IgfsFileWorkerBatch> in method public clear(igfs IgniteFileSystem) : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type w : IgfsFileWorker to batch : IgfsFileWorkerBatch in method public stop(cancel boolean) : void in class org.apache.ignite.internal.processors.igfs.IgfsImpl |
From |
To |
|
Change Variable Type entry : Map.Entry<IgfsPath,IgfsFileWorker> to entry : Map.Entry<IgfsPath,IgfsFileWorkerBatch> in method public clear(uni UniversalFileSystemAdapter) : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type workerMap : Map<IgfsPath,IgfsFileWorker> to workerMap : Map<IgfsPath,IgfsFileWorkerBatch> in method public clear(uni UniversalFileSystemAdapter) : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Variable Type workerEntry : Map.Entry<IgfsPath,IgfsFileWorker> to workerEntry : Map.Entry<IgfsPath,IgfsFileWorkerBatch> in method package await(paths IgfsPath...) : void in class org.apache.ignite.internal.processors.igfs.IgfsImpl |
From |
To |