|
Pull Up Method public getKey() : long from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public getKey() : long from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public setVersion(version int) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public setVersion(version int) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public commit() : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public commit() : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public setDeleted(deleted boolean) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public setDeleted(deleted boolean) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public getSessionId() : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public getSessionId() : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public setSessionId(sessionId int) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public setSessionId(sessionId int) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public isDeleted() : boolean from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public isDeleted() : boolean from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public setKeyAndVersion(old SearchRow) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public setKeyAndVersion(old SearchRow) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public getCopy() : Row from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public getCopy() : Row from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public getMemory() : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public getMemory() : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public getValueList() : Value[] from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public getValueList() : Value[] from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public getVersion() : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public getVersion() : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public isEmpty() : boolean from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public isEmpty() : boolean from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public setKey(key long) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public setKey(key long) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Pull Up Method public getByteCount(dummy Data) : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row to public getByteCount(dummy Data) : int from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Move Method public expireTime() : long from class org.apache.ignite.internal.processors.query.h2.opt.GridH2MetaTable.MetaRow to public expireTime() : long from class org.apache.ignite.internal.processors.query.h2.opt.GridH2KeyRowOnheap |
From |
To |
|
Move Method public setKeyAndVersion(old SearchRow) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2KeyValueRowOnheap to public setKeyAndVersion(old SearchRow) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Move Method public getKey() : long from class org.apache.ignite.internal.processors.query.h2.opt.GridH2KeyValueRowOnheap to public getKey() : long from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Move Method public setDeleted(deleted boolean) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2KeyValueRowOnheap to public setDeleted(deleted boolean) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Move Method public setSessionId(sesId int) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2KeyValueRowOnheap to public setSessionId(sessionId int) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Move Method public getValueList() : Value[] from class org.apache.ignite.internal.processors.query.h2.opt.GridH2KeyValueRowOnheap to public getValueList() : Value[] from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Move Method public setVersion(ver int) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2KeyValueRowOnheap to public setVersion(version int) : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Move Method public getCopy() : Row from class org.apache.ignite.internal.processors.query.h2.opt.GridH2KeyValueRowOnheap to public getCopy() : Row from class org.apache.ignite.internal.processors.query.h2.opt.GridH2SearchRowAdapter |
From |
To |
|
Extract And Move Method public version(ver GridCacheVersion) : void extracted from public createRow(key KeyCacheObject, partId int, val CacheObject, ver GridCacheVersion, expirationTime long, link long) : GridH2Row in class org.apache.ignite.internal.processors.query.h2.opt.GridH2RowDescriptor & moved to class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row |
From |
To |
|
Extract And Move Method public value(val CacheObject) : void extracted from public createRow(key KeyCacheObject, partId int, val CacheObject, ver GridCacheVersion, expirationTime long, link long) : GridH2Row in class org.apache.ignite.internal.processors.query.h2.opt.GridH2RowDescriptor & moved to class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row |
From |
To |
|
Extract And Move Method public partition(partId int) : void extracted from public createRow(key KeyCacheObject, partId int, val CacheObject, ver GridCacheVersion, expirationTime long, link long) : GridH2Row in class org.apache.ignite.internal.processors.query.h2.opt.GridH2RowDescriptor & moved to class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row |
From |
To |