|
Rename Method public createDual(fs IgfsSecondaryFileSystem, path IgfsPath, simpleCreate boolean, props Map<String,String>, overwrite boolean, bufSize int, replication short, blockSize long, affKey IgniteUuid) : IgfsSecondaryOutputStreamDescriptor renamed to public appendDual(fs IgfsSecondaryFileSystem, path IgfsPath, bufSize int, create boolean) : IgfsCreateResult in class org.apache.ignite.internal.processors.igfs.IgfsMetaManager |
From |
To |
|
Rename Method package out() : OutputStream renamed to public secondaryOutputStream() : OutputStream in class org.apache.ignite.internal.processors.igfs.IgfsCreateResult |
From |
To |
|
Change Return Type IgfsSecondaryOutputStreamDescriptor to IgfsCreateResult in method package onSuccessCreate(fs IgfsSecondaryFileSystem, path IgfsPath, simpleCreate boolean, props Map<String,String>, overwrite boolean, bufSize int, replication short, blockSize long, affKey IgniteUuid, infos Map<IgfsPath,IgfsEntryInfo>, pendingEvts Deque<IgfsEvent>, t1 T1<OutputStream>) : IgfsCreateResult in class org.apache.ignite.internal.processors.igfs.IgfsMetaManager |
From |
To |
|
Change Return Type IgfsEntryInfo to IgfsCreateResult in method package create(path IgfsPath, dirProps Map<String,String>, overwrite boolean, blockSize int, affKey IgniteUuid, evictExclude boolean, fileProps Map<String,String>, secondaryCtx IgfsSecondaryFileSystemCreateContext) : IgfsCreateResult in class org.apache.ignite.internal.processors.igfs.IgfsMetaManager |
From |
To |
|
Change Return Type IgfsSecondaryOutputStreamDescriptor to IgfsCreateResult in method public appendDual(fs IgfsSecondaryFileSystem, path IgfsPath, bufSize int, create boolean) : IgfsCreateResult in class org.apache.ignite.internal.processors.igfs.IgfsMetaManager |
From |
To |
|
Change Variable Type desc : IgfsSecondaryOutputStreamDescriptor to desc : IgfsCreateResult in method public append(path IgfsPath, bufSize int, create boolean, props Map<String,String>) : IgfsOutputStream in class org.apache.ignite.internal.processors.igfs.IgfsImpl |
From |
To |
|
Change Variable Type res : IgfsEntryInfo to res : IgfsCreateResult in method public call() : IgfsOutputStream in class org.apache.ignite.internal.processors.igfs.IgfsImpl.create0.safeOp |
From |
To |
|
Change Variable Type res : IgfsEntryInfo to res : IgfsCreateResult in method private create0(path IgfsPath, bufSize int, overwrite boolean, affKey IgniteUuid, replication int, props Map<String,String>, simpleCreate boolean) : IgfsOutputStream in class org.apache.ignite.internal.processors.igfs.IgfsImpl |
From |
To |
|
Rename Parameter createTime : long to accessTime : long in method public IgfsMetaFileCreateProcessor(accessTime long, modificationTime long, props Map<String,String>, blockSize int, affKey IgniteUuid, lockId IgniteUuid, evictExclude boolean, len long) in class org.apache.ignite.internal.processors.igfs.meta.IgfsMetaFileCreateProcessor |
From |
To |
|
Rename Parameter simpleCreate : boolean to create : boolean in method public appendDual(fs IgfsSecondaryFileSystem, path IgfsPath, bufSize int, create boolean) : IgfsCreateResult in class org.apache.ignite.internal.processors.igfs.IgfsMetaManager |
From |
To |
|
Rename Parameter createTime : long to accessTime : long in method public IgfsMetaDirectoryCreateProcessor(accessTime long, modificationTime long, props Map<String,String>, childName String, childEntry IgfsListingEntry) in class org.apache.ignite.internal.processors.igfs.meta.IgfsMetaDirectoryCreateProcessor |
From |
To |
|
Rename Parameter out : OutputStream to secondaryOut : OutputStream in method public IgfsCreateResult(info IgfsEntryInfo, secondaryOut OutputStream) in class org.apache.ignite.internal.processors.igfs.IgfsCreateResult |
From |
To |