|
Rename Method public size(rec WALRecord) : int renamed to protected plainSize(rec WALRecord) : int in class org.apache.ignite.internal.processors.cache.persistence.wal.serializer.RecordDataV2Serializer |
From |
To |
|
Rename Method public readRecord(type WALRecord.RecordType, in ByteBufferBackedDataInput) : WALRecord renamed to package readPlainRecord(type RecordType, in ByteBufferBackedDataInput, encrypted boolean) : WALRecord in class org.apache.ignite.internal.processors.cache.persistence.wal.serializer.RecordDataV1Serializer |
From |
To |
|
Rename Method package readDataEntry(in ByteBufferBackedDataInput) : DataEntry renamed to package readPlainDataEntry(in ByteBufferBackedDataInput) : DataEntry in class org.apache.ignite.internal.processors.cache.persistence.wal.serializer.RecordDataV1Serializer |
From |
To |
|
Rename Method public writeRecord(rec WALRecord, buf ByteBuffer) : void renamed to protected writePlainRecord(rec WALRecord, buf ByteBuffer) : void in class org.apache.ignite.internal.processors.cache.persistence.wal.serializer.RecordDataV2Serializer |
From |
To |
|
Rename Method public readRecord(type WALRecord.RecordType, in ByteBufferBackedDataInput) : WALRecord renamed to package readPlainRecord(type RecordType, in ByteBufferBackedDataInput, encrypted boolean) : WALRecord in class org.apache.ignite.internal.processors.cache.persistence.wal.serializer.RecordDataV2Serializer |
From |
To |
|
Rename Method package putDataEntry(buf ByteBuffer, entry DataEntry) : void renamed to package putPlainDataEntry(buf ByteBuffer, entry DataEntry) : void in class org.apache.ignite.internal.processors.cache.persistence.wal.serializer.RecordDataV1Serializer |
From |
To |
|
Change Parameter Type rec : WALRecord to type : RecordType in method package putRecordType(buf ByteBuffer, type RecordType) : void in class org.apache.ignite.internal.processors.cache.persistence.wal.serializer.RecordV1Serializer |
From |
To |
|
Change Parameter Type type : WALRecord.RecordType to type : RecordType in method package readPlainRecord(type RecordType, in ByteBufferBackedDataInput, encrypted boolean) : WALRecord in class org.apache.ignite.internal.processors.cache.persistence.wal.serializer.RecordDataV2Serializer |
From |
To |
|
Change Parameter Type idxStore : FilePageStore to idxStore : PageStore in method public CacheStoreHolder(idxStore PageStore, partStores PageStore[]) in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager.CacheStoreHolder |
From |
To |
|
Change Parameter Type partStores : FilePageStore[] to partStores : PageStore[] in method public CacheStoreHolder(idxStore PageStore, partStores PageStore[]) in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager.CacheStoreHolder |
From |
To |
|
Change Parameter Type c : Iterable<String> to c : Iterable<?> in method public concat(c Iterable<?>, delim String) : String in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Parameter Type pageId : long to fullId : FullPageId in method private writePage(mem PageMemory, fullId FullPageId, page long, val int) : void in class org.apache.ignite.internal.pagemem.impl.PageMemoryNoLoadSelfTest |
From |
To |
|
Change Parameter Type type : WALRecord.RecordType to type : RecordType in method package readPlainRecord(type RecordType, in ByteBufferBackedDataInput, encrypted boolean) : WALRecord in class org.apache.ignite.internal.processors.cache.persistence.wal.serializer.RecordDataV1Serializer |
From |
To |
|
Change Parameter Type discoData : DiscoveryDataBag.JoiningNodeDiscoveryData to discoData : JoiningNodeDiscoveryData in method public validateNode(node ClusterNode, discoData JoiningNodeDiscoveryData) : IgniteNodeValidationResult in class org.apache.ignite.internal.GridComponent |
From |
To |
|
Change Parameter Type store : FilePageStore to store : PageStore in method private shutdown(store PageStore, cleanFile boolean, aggr IgniteCheckedException) : IgniteCheckedException in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager |
From |
To |
|
Change Return Type FilePageStore to PageStore in method public createPageStore(type byte, file File, allocatedTracker AllocatedPageTracker) : PageStore in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreFactory |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteInternalFuture<Boolean> in method public dynamicStartCachesByStoredConf(storedCacheDataList Collection<StoredCacheData>, failIfExists boolean, checkThreadTx boolean, disabledAfterStart boolean) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteInternalFuture<Boolean> in method public dynamicStartCaches(ccfgList Collection<CacheConfiguration>, failIfExists boolean, checkThreadTx boolean, disabledAfterStart boolean) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor |
From |
To |
|
Change Return Type Ignite to IgniteEx in method protected startGrid(igniteInstanceName String) : IgniteEx in class org.apache.ignite.testframework.junits.GridAbstractTest |
From |
To |
|
Change Variable Type partStore : FilePageStore to partStore : PageStore in method public beginRecover() : void in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager |
From |
To |
|
Change Variable Type idxStore : FilePageStore to idxStore : PageStore in method private initDir(cacheWorkDir File, grpId int, partitions int, allocatedTracker AllocatedPageTracker, encrypted boolean) : CacheStoreHolder in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager |
From |
To |
|
Change Variable Type pageStoreFactory : FilePageStoreFactory to pageStoreFactory : FileVersionCheckingFactory in method private initDir(cacheWorkDir File, grpId int, partitions int, allocatedTracker AllocatedPageTracker, encrypted boolean) : CacheStoreHolder in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager |
From |
To |
|
Change Variable Type store : FilePageStore to store : PageStore in method public getStore(grpId int, partId int) : PageStore in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager |
From |
To |
|
Change Variable Type partStore : FilePageStore to partStore : PageStore in method private initDir(cacheWorkDir File, grpId int, partitions int, allocatedTracker AllocatedPageTracker, encrypted boolean) : CacheStoreHolder in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager |
From |
To |
|
Change Variable Type compoundFut : GridCompoundFuture<?,?> to res : GridFutureAdapter<Boolean> in method private generateEncryptionKeysAndStartCacheAfter(keyCnt int, after GridPlainClosure<Collection<byte[]>,IgniteInternalFuture<Boolean>>) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor |
From |
To |
|
Change Variable Type store : FilePageStore to store : PageStore in method private shutdown(holder CacheStoreHolder, cleanFile boolean, aggr IgniteCheckedException) : IgniteCheckedException in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager |
From |
To |
|
Change Variable Type x : String to x : Object in method public concat(c Iterable<?>, delim String) : String in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type partStore : FilePageStore to partStore : PageStore in method public finishRecover() : void in class org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager |
From |
To |
|
Rename Parameter cacheId : int to grpId : int in method public writePage(pageMem PageMemory, grpId int, pageId long, page long, lsnr PageLockListener, h PageHandler<X,R>, init PageIO, wal IgniteWriteAheadLogManager, walPlc Boolean, arg X, intArg int, lockFailed R) : R in class org.apache.ignite.internal.processors.cache.persistence.tree.util.PageHandler |
From |
To |
|
Rename Parameter cacheId : int to grpId : int in method public writePage(pageMem PageMemory, grpId int, pageId long, lsnr PageLockListener, h PageHandler<X,R>, init PageIO, wal IgniteWriteAheadLogManager, walPlc Boolean, arg X, intArg int, lockFailed R) : R in class org.apache.ignite.internal.processors.cache.persistence.tree.util.PageHandler |
From |
To |
|
Rename Parameter cacheId : int to grpId : int in method public initPage(pageMem PageMemory, grpId int, pageId long, init PageIO, wal IgniteWriteAheadLogManager, lsnr PageLockListener) : void in class org.apache.ignite.internal.processors.cache.persistence.tree.util.PageHandler |
From |
To |
|
Rename Parameter rec : WALRecord to type : RecordType in method package putRecordType(buf ByteBuffer, type RecordType) : void in class org.apache.ignite.internal.processors.cache.persistence.wal.serializer.RecordV1Serializer |
From |
To |
|
Rename Parameter pageId : long to fullId : FullPageId in method private writePage(mem PageMemory, fullId FullPageId, page long, val int) : void in class org.apache.ignite.internal.pagemem.impl.PageMemoryNoLoadSelfTest |
From |
To |
|
Rename Parameter cacheId : int to grpId : int in method private doInitPage(pageMem PageMemory, grpId int, pageId long, page long, pageAddr long, init PageIO, wal IgniteWriteAheadLogManager) : void in class org.apache.ignite.internal.processors.cache.persistence.tree.util.PageHandler |
From |
To |