|
Change Parameter Type indexNameId : byte to indexNameId : int in method protected init(commandType byte, indexNameId int, entityType byte, entityId long, keyId int, value Object) : void in class org.neo4j.kernel.impl.index.IndexCommand |
From |
To |
|
Change Parameter Type id : byte to id : int in method public getKey(id int) : String in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Parameter Type map : Map<Byte,String> to map : PrimitiveIntObjectMap<String> in method private getFromMap(map PrimitiveIntObjectMap<String>, id int) : String in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Parameter Type keys : Map<String,Byte> to keys : Map<String,Integer> in method private definitions(names Map<String,Integer>, keys Map<String,Integer>) : IndexDefineCommand in class org.neo4j.index.impl.lucene.LuceneCommandApplierTest |
From |
To |
|
Change Parameter Type keyId : byte to keyId : int in method public init(indexNameId int, entityId long, keyId int, value Object) : void in class org.neo4j.kernel.impl.index.IndexCommand.AddNodeCommand |
From |
To |
|
Change Parameter Type keyIdRange : Map<String,Byte> to keyIdRange : Map<String,Integer> in method public setKeyIdRange(keyIdRange Map<String,Integer>) : void in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Parameter Type indexNameIdRange : Map<String,Byte> to indexNameIdRange : Map<String,Integer> in method public setIndexNameIdRange(indexNameIdRange Map<String,Integer>) : void in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Parameter Type keys : Map<String,Byte> to keys : Map<String,Integer> in method private definitions(names Map<String,Integer>, keys Map<String,Integer>) : IndexDefineCommand in class org.neo4j.kernel.impl.api.LegacyIndexApplierTest |
From |
To |
|
Change Parameter Type indexNames : Map<String,Byte> to indexNames : Map<String,Integer> in method public init(indexNames Map<String,Integer>, keys Map<String,Integer>) : void in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Parameter Type indexNameId : byte to indexNameId : int in method public init(indexNameId int, entityType byte) : void in class org.neo4j.kernel.impl.index.IndexCommand.DeleteCommand |
From |
To |
|
Change Parameter Type id : byte to id : int in method private getFromMap(map PrimitiveIntObjectMap<String>, id int) : String in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Parameter Type idToString : Map<Byte,String> to idToString : PrimitiveIntObjectMap<String> in method private getOrAssignId(stringToId Map<String,Integer>, idToString PrimitiveIntObjectMap<String>, nextId AtomicInteger, string String) : int in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Parameter Type keys : Map<String,Byte> to keys : Map<String,Integer> in method public init(indexNames Map<String,Integer>, keys Map<String,Integer>) : void in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Parameter Type names : Map<String,Byte> to names : Map<String,Integer> in method private newIndexConfigStore(names Map<String,Integer>, providerName String) : IndexConfigStore in class org.neo4j.kernel.impl.api.LegacyIndexApplierTest |
From |
To |
|
Change Parameter Type keyId : byte to keyId : int in method public init(indexNameId int, entityId long, keyId int, value Object, startNode long, endNode long) : void in class org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand |
From |
To |
|
Change Parameter Type keyId : byte to keyId : int in method public init(indexNameId int, entityType byte, entityId long, keyId int, value Object) : void in class org.neo4j.kernel.impl.index.IndexCommand.RemoveCommand |
From |
To |
|
Change Parameter Type stringToId : Map<String,Byte> to stringToId : Map<String,Integer> in method private getOrAssignId(stringToId Map<String,Integer>, idToString PrimitiveIntObjectMap<String>, nextId AtomicInteger, string String) : int in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Parameter Type keyId : byte to keyId : int in method protected init(commandType byte, indexNameId int, entityType byte, entityId long, keyId int, value Object) : void in class org.neo4j.kernel.impl.index.IndexCommand |
From |
To |
|
Change Parameter Type names : Map<String,Byte> to names : Map<String,Integer> in method private definitions(names Map<String,Integer>, keys Map<String,Integer>) : IndexDefineCommand in class org.neo4j.index.impl.lucene.LuceneCommandApplierTest |
From |
To |
|
Change Parameter Type indexNameId : byte to indexNameId : int in method public init(indexNameId int, entityId long, keyId int, value Object) : void in class org.neo4j.kernel.impl.index.IndexCommand.AddNodeCommand |
From |
To |
|
Change Parameter Type names : Map<String,Byte> to names : Map<String,Integer> in method private definitions(names Map<String,Integer>, keys Map<String,Integer>) : IndexDefineCommand in class org.neo4j.kernel.impl.api.LegacyIndexApplierTest |
From |
To |
|
Change Parameter Type id : byte to id : int in method public getIndexName(id int) : String in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Parameter Type map : Map<String,Byte> to map : Map<String,Integer> in method private writeMap(map Map<String,Integer>) : void in class org.neo4j.kernel.impl.transaction.log.CommandWriter |
From |
To |
|
Change Parameter Type indexNameId : byte to indexNameId : int in method public init(indexNameId int, entityType byte, config Map<String,String>) : void in class org.neo4j.kernel.impl.index.IndexCommand.CreateCommand |
From |
To |
|
Change Parameter Type indexNameId : byte to indexNameId : int in method public init(indexNameId int, entityId long, keyId int, value Object, startNode long, endNode long) : void in class org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand |
From |
To |
|
Change Parameter Type indexNameId : byte to indexNameId : int in method public init(indexNameId int, entityType byte, entityId long, keyId int, value Object) : void in class org.neo4j.kernel.impl.index.IndexCommand.RemoveCommand |
From |
To |
|
Change Return Type Map<String,Byte> to Map<String,Integer> in method public getIndexNameIdRange() : Map<String,Integer> in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Return Type Map<String,Byte> to Map<String,Integer> in method private readMap(channel ReadableLogChannel) : Map<String,Integer> in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV2.PhysicalNeoCommandReader |
From |
To |
|
Change Return Type byte to int in method public getOrAssignIndexNameId(indexName String) : int in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Return Type Map<String,Byte> to Map<String,Integer> in method public getKeyIdRange() : Map<String,Integer> in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Return Type byte to int in method public getKeyId() : int in class org.neo4j.kernel.impl.index.IndexCommand |
From |
To |
|
Change Return Type byte to int in method public getOrAssignKeyId(key String) : int in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Return Type Map<String,Byte> to Map<String,Integer> in method private readMap(channel ReadableLogChannel) : Map<String,Integer> in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV1.PhysicalNeoCommandReader |
From |
To |
|
Change Return Type byte to int in method public getIndexNameId() : int in class org.neo4j.kernel.impl.index.IndexCommand |
From |
To |
|
Change Return Type byte to int in method private getOrAssignId(stringToId Map<String,Integer>, idToString PrimitiveIntObjectMap<String>, nextId AtomicInteger, string String) : int in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Variable Type keys : Map<String,Byte> to keys : Map<String,Integer> in method public visitIndexDefineCommand(indexDefineCommand IndexDefineCommand) : boolean in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV2.PhysicalNeoCommandReader |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Byte> to entry : Map.Entry<String,Integer> in method private writeMap(map Map<String,Integer>) : void in class org.neo4j.kernel.impl.transaction.log.CommandWriter |
From |
To |
|
Change Variable Type indexNames : Map<String,Byte> to indexNames : Map<String,Integer> in method public visitIndexDefineCommand(indexDefineCommand IndexDefineCommand) : boolean in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV1.PhysicalNeoCommandReader |
From |
To |
|
Change Variable Type result : Map<String,Byte> to result : Map<String,Integer> in method private readMap(channel ReadableLogChannel) : Map<String,Integer> in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV1.PhysicalNeoCommandReader |
From |
To |
|
Change Variable Type id : Byte to id : Integer in method private getOrAssignId(stringToId Map<String,Integer>, idToString PrimitiveIntObjectMap<String>, nextId AtomicInteger, string String) : int in class org.neo4j.kernel.impl.index.IndexDefineCommand |
From |
To |
|
Change Variable Type indexNames : Map<String,Byte> to indexNames : Map<String,Integer> in method public visitIndexDefineCommand(indexDefineCommand IndexDefineCommand) : boolean in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV2.PhysicalNeoCommandReader |
From |
To |
|
Change Variable Type result : Map<String,Byte> to result : Map<String,Integer> in method private readMap(channel ReadableLogChannel) : Map<String,Integer> in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV2.PhysicalNeoCommandReader |
From |
To |
|
Change Variable Type id : byte to id : int in method private readMap(channel ReadableLogChannel) : Map<String,Integer> in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV1.PhysicalNeoCommandReader |
From |
To |
|
Change Variable Type name : Map.Entry<String,Byte> to name : Map.Entry<String,Integer> in method private newIndexConfigStore(names Map<String,Integer>, providerName String) : IndexConfigStore in class org.neo4j.kernel.impl.api.LegacyIndexApplierTest |
From |
To |
|
Change Variable Type id : byte to id : int in method private readMap(channel ReadableLogChannel) : Map<String,Integer> in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV2.PhysicalNeoCommandReader |
From |
To |
|
Change Variable Type reader : PhysicalLogNeoCommandReaderV2 to reader : PhysicalLogNeoCommandReaderV2_2_4 in method public shouldReadIndexCommandHeaderCorrectly() : void in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV2Test |
From |
To |
|
Change Variable Type reader : PhysicalLogNeoCommandReaderV2 to reader : PhysicalLogNeoCommandReaderV2_2_4 in method public shouldProperlyMaskIndexIdFieldInIndexHeader() : void in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV2Test |
From |
To |
|
Change Variable Type keys : Map<String,Byte> to keys : Map<String,Integer> in method public visitIndexDefineCommand(indexDefineCommand IndexDefineCommand) : boolean in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV1.PhysicalNeoCommandReader |
From |
To |