|
Change Parameter Type indexesToRebuild : Iterable<Long> to indexesToRebuild : PrimitiveLongIterator in method private dropRecoveringIndexes(indexMap IndexMap, indexesToRebuild PrimitiveLongIterator) : void in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Parameter Type nodeMap : Map<Long,Map<String,Object>> to nodeMap : PrimitiveLongObjectMap<Map<String,Object>> in method private FulltextTransactionContext(nodeMap PrimitiveLongObjectMap<Map<String,Object>>, relationshipMap PrimitiveLongObjectMap<Map<String,Object>>, lock Lock) in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Parameter Type indexesById : Map<Long,IndexProxy> to indexesById : PrimitiveLongObjectMap<IndexProxy> in method package IndexMap(indexesById PrimitiveLongObjectMap<IndexProxy>) in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Parameter Type allChanges : Map<Long,RecordProxy<RECORD,ADDITIONAL>> to allChanges : PrimitiveLongObjectMap<RecordProxy<RECORD,ADDITIONAL>> in method public RecordChange(allChanges PrimitiveLongObjectMap<RecordProxy<RECORD,ADDITIONAL>>, changeCounter IntCounter, key long, record RECORD, loader Loader<RECORD,ADDITIONAL>, created boolean, additionalData ADDITIONAL) in class org.neo4j.kernel.impl.transaction.state.RecordChanges.RecordChange |
From |
To |
|
Change Parameter Type afterMap : Map<Integer,PropertyBlock> to afterMap : PrimitiveIntObjectMap<PropertyBlock> in method private mapBlocks(nodeId long, changes Iterable<PropertyRecordChange>, beforeMap PrimitiveIntObjectMap<PropertyBlock>, afterMap PrimitiveIntObjectMap<PropertyBlock>) : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverter |
From |
To |
|
Change Parameter Type blocks : Map<Integer,PropertyBlock> to blocks : PrimitiveIntObjectMap<PropertyBlock> in method private mapBlocks(record PropertyRecord, blocks PrimitiveIntObjectMap<PropertyBlock>) : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverter |
From |
To |
|
Change Parameter Type relationshipMap : Map<Long,Map<String,Object>> to relationshipMap : PrimitiveLongObjectMap<Map<String,Object>> in method private FulltextTransactionContext(nodeMap PrimitiveLongObjectMap<Map<String,Object>>, relationshipMap PrimitiveLongObjectMap<Map<String,Object>>, lock Lock) in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Parameter Type indexesById : Map<Long,IndexProxy> to indexesById : PrimitiveLongObjectMap<IndexProxy> in method private indexesByDescriptor(indexesById PrimitiveLongObjectMap<IndexProxy>) : Map<LabelSchemaDescriptor,IndexProxy> in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Parameter Type state : Map<Long,Map<String,Object>> to state : PrimitiveLongObjectMap<Map<String,Object>> in method package updatePropertyData(state PrimitiveLongObjectMap<Map<String,Object>>, index WritableFulltext) : AsyncFulltextIndexOperation in class org.neo4j.kernel.api.impl.fulltext.FulltextUpdateApplier |
From |
To |
|
Change Parameter Type state : Map<Long,Map<String,Object>> to state : PrimitiveLongObjectMap<Map<String,Object>> in method package removePropertyData(propertyEntries Iterable<PropertyEntry<E>>, state PrimitiveLongObjectMap<Map<String,Object>>, index WritableFulltext) : AsyncFulltextIndexOperation in class org.neo4j.kernel.api.impl.fulltext.FulltextUpdateApplier |
From |
To |
|
Change Parameter Type documents : Map<Long,DocumentContext> to documents : PrimitiveLongObjectMap<DocumentContext> in method private applyDocuments(writer IndexWriter, type IndexType, documents PrimitiveLongObjectMap<DocumentContext>) : void in class org.neo4j.index.impl.lucene.explicit.CommitContext |
From |
To |
|
Change Parameter Type beforeMap : Map<Integer,PropertyBlock> to beforeMap : PrimitiveIntObjectMap<PropertyBlock> in method private mapBlocks(nodeId long, changes Iterable<PropertyRecordChange>, beforeMap PrimitiveIntObjectMap<PropertyBlock>, afterMap PrimitiveIntObjectMap<PropertyBlock>) : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverter |
From |
To |
|
Change Parameter Type indexesById : Map<Long,IndexProxy> to indexesById : PrimitiveLongObjectMap<IndexProxy> in method private IndexMap(indexesById PrimitiveLongObjectMap<IndexProxy>, indexesByDescriptor Map<LabelSchemaDescriptor,IndexProxy>, indexIdsByDescriptor Map<LabelSchemaDescriptor,Long>) in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Return Type long to void in method private mapBlocks(nodeId long, changes Iterable<PropertyRecordChange>, beforeMap PrimitiveIntObjectMap<PropertyBlock>, afterMap PrimitiveIntObjectMap<PropertyBlock>) : void in class org.neo4j.kernel.impl.api.index.PropertyPhysicalToLogicalConverter |
From |
To |
|
Change Return Type Map<Long,Map<String,Object>> to PrimitiveLongObjectMap<Map<String,Object>> in method public getRelationshipMap() : PrimitiveLongObjectMap<Map<String,Object>> in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Return Type Map<Long,Map<String,Object>> to PrimitiveLongObjectMap<Map<String,Object>> in method public getNodeMap() : PrimitiveLongObjectMap<Map<String,Object>> in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Return Type Iterator<Long> to PrimitiveLongIterator in method public indexIds() : PrimitiveLongIterator in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Attribute Type recordChanges : Map<Long,RecordProxy<RECORD,ADDITIONAL>> to recordChanges : PrimitiveLongObjectMap<RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Attribute Type nodeMap : Map<Long,Map<String,Object>> to nodeMap : PrimitiveLongObjectMap<Map<String,Object>> in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Attribute Type indexDescriptorsByLabel : Map<Integer,Set<IndexDescriptor>> to indexDescriptorsByLabel : PrimitiveIntObjectMap<Set<IndexDescriptor>> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Attribute Type hits : Map<Integer,Collection<Hit>> to hits : PrimitiveIntObjectMap<Collection<Hit>> in class org.neo4j.graphalgo.impl.path.ShortestPath.Hits |
From |
To |
|
Change Attribute Type idToType : Map<Integer,ResourceType> to idToType : PrimitiveIntObjectMap<ResourceType> in class org.neo4j.kernel.impl.locking.ResourceTypes |
From |
To |
|
Change Attribute Type nodeCounts : Map<Integer,Long> to nodeCounts : PrimitiveIntLongMap in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector |
From |
To |
|
Change Attribute Type indexRuleById : Map<Long,IndexRule> to indexRuleById : PrimitiveLongObjectMap<IndexRule> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Attribute Type cachedDocuments : Map<Long,Document> to cachedDocuments : PrimitiveLongObjectMap<Document> in class org.neo4j.index.impl.lucene.explicit.FullTxData |
From |
To |
|
Change Attribute Type indexByProperty : Map<Integer,List<IndexDescriptor>> to indexByProperty : PrimitiveIntObjectMap<List<IndexDescriptor>> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Attribute Type allChanges : Map<Long,RecordProxy<RECORD,ADDITIONAL>> to allChanges : PrimitiveLongObjectMap<RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.kernel.impl.transaction.state.RecordChanges.RecordChange |
From |
To |
|
Change Attribute Type indexesById : Map<Long,IndexProxy> to indexesById : PrimitiveLongObjectMap<IndexProxy> in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Attribute Type documents : Map<Long,DocumentContext> to documents : PrimitiveLongObjectMap<DocumentContext> in class org.neo4j.index.impl.lucene.explicit.CommitContext |
From |
To |
|
Change Attribute Type relationshipMap : Map<Long,Map<String,Object>> to relationshipMap : PrimitiveLongObjectMap<Map<String,Object>> in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Attribute Type constraintRuleById : Map<Long,ConstraintRule> to constraintRuleById : PrimitiveLongObjectMap<ConstraintRule> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |