|
Change Parameter Type allChanges : PrimitiveLongObjectMap<RecordProxy<RECORD,ADDITIONAL>> to allChanges : MutableLongObjectMap<RecordProxy<RECORD,ADDITIONAL>> in method public RecordChange(allChanges MutableLongObjectMap<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 store : PrimitiveLongObjectMap<S> to store : LongObjectMap<S> in method private initialize(record R, reference long, store LongObjectMap<S>) : void in class org.neo4j.kernel.impl.newapi.MockStore |
From |
To |
|
Change Parameter Type documents : PrimitiveLongObjectMap<DocumentContext> to documents : LongObjectMap<DocumentContext> in method private applyDocuments(writer IndexWriter, type IndexType, documents LongObjectMap<DocumentContext>) : void in class org.neo4j.index.impl.lucene.explicit.CommitContext |
From |
To |
|
Change Parameter Type propertyLookup : PrimitiveLongObjectMap<PropertyRecord> to propertyLookup : LongObjectMap<PropertyRecord> in method public getPropertyRecordChain(firstRecordId long, propertyLookup LongObjectMap<PropertyRecord>) : Collection<PropertyRecord> in class org.neo4j.kernel.impl.store.PropertyStore |
From |
To |
|
Change Parameter Type propCommands : PrimitiveLongObjectMap<List<PropertyCommand>> to propCommands : LongObjectMap<List<PropertyCommand>> in method public feed(propCommands LongObjectMap<List<PropertyCommand>>, nodeCommands LongObjectMap<NodeCommand>) : void in class org.neo4j.kernel.impl.transaction.state.DirectIndexUpdates |
From |
To |
|
Change Parameter Type relationshipMap : PrimitiveLongObjectMap<Map<String,Object>> to relationshipMap : LongObjectMap<Map<String,Object>> in method private FulltextTransactionContext(nodeMap LongObjectMap<Map<String,Object>>, relationshipMap LongObjectMap<Map<String,Object>>, lock Lock) in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Parameter Type propertiesById : PrimitiveLongObjectMap<PropertyRecord> to propertiesById : LongObjectMap<PropertyRecord> in method private loadProperties(nextProp long, propertiesById LongObjectMap<PropertyRecord>, receiver RECEIVER) : RECEIVER in class org.neo4j.kernel.impl.transaction.state.PropertyLoader |
From |
To |
|
Change Parameter Type nodeCommands : PrimitiveLongObjectMap<NodeCommand> to nodeCommands : LongObjectMap<NodeCommand> in method public feed(propCommands LongObjectMap<List<PropertyCommand>>, nodeCommands LongObjectMap<NodeCommand>) : void in class org.neo4j.kernel.impl.transaction.state.DirectIndexUpdates |
From |
To |
|
Change Parameter Type state : PrimitiveLongObjectMap<Map<String,Object>> to state : LongObjectMap<Map<String,Object>> in method package removePropertyData(propertyEntries Iterable<PropertyEntry<E>>, state LongObjectMap<Map<String,Object>>, index WritableFulltext) : AsyncFulltextIndexOperation in class org.neo4j.kernel.api.impl.fulltext.FulltextUpdateApplier |
From |
To |
|
Change Parameter Type localLocks : PrimitiveLongObjectMap<LockResource> to localLocks : LongObjectMap<LockResource> in method private reEnter(localLocks LongObjectMap<LockResource>, resourceId long) : boolean in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Parameter Type state : PrimitiveLongObjectMap<Map<String,Object>> to state : LongObjectMap<Map<String,Object>> in method package updatePropertyData(state LongObjectMap<Map<String,Object>>, index WritableFulltext) : AsyncFulltextIndexOperation in class org.neo4j.kernel.api.impl.fulltext.FulltextUpdateApplier |
From |
To |
|
Change Parameter Type value : PrimitiveLongObjectMap<LockResource> to value : LongObjectMap<LockResource> in method public value(key int, value LongObjectMap<LockResource>) : void in class org.neo4j.kernel.impl.locking.community.CommunityLockClient.LockCounter |
From |
To |
|
Change Parameter Type indexesById : PrimitiveLongObjectMap<IndexProxy> to indexesById : MutableLongObjectMap<IndexProxy> in method private IndexMap(indexesById MutableLongObjectMap<IndexProxy>, indexesByDescriptor Map<SchemaDescriptor,IndexProxy>, indexIdsByDescriptor MutableObjectLongMap<SchemaDescriptor>) in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Parameter Type propertiesById : PrimitiveLongObjectMap<PropertyRecord> to propertiesById : LongObjectMap<PropertyRecord> in method public nodeLoadProperties(node NodeRecord, propertiesById LongObjectMap<PropertyRecord>, receiver RECEIVER) : RECEIVER in class org.neo4j.kernel.impl.transaction.state.PropertyLoader |
From |
To |
|
Change Parameter Type indexIdsByDescriptor : Map<SchemaDescriptor,Long> to indexIdsByDescriptor : MutableObjectLongMap<SchemaDescriptor> in method private IndexMap(indexesById MutableLongObjectMap<IndexProxy>, indexesByDescriptor Map<SchemaDescriptor,IndexProxy>, indexIdsByDescriptor MutableObjectLongMap<SchemaDescriptor>) in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Parameter Type propCommands : PrimitiveLongObjectMap<List<PropertyCommand>> to propCommands : LongObjectMap<List<PropertyCommand>> in method public feed(propCommands LongObjectMap<List<PropertyCommand>>, nodeCommands LongObjectMap<NodeCommand>) : void in class org.neo4j.kernel.impl.transaction.state.IndexUpdates |
From |
To |
|
Change Parameter Type nodeMap : PrimitiveLongObjectMap<Map<String,Object>> to nodeMap : LongObjectMap<Map<String,Object>> in method private FulltextTransactionContext(nodeMap LongObjectMap<Map<String,Object>>, relationshipMap LongObjectMap<Map<String,Object>>, lock Lock) in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Parameter Type indexesById : PrimitiveLongObjectMap<IndexProxy> to indexesById : MutableLongObjectMap<IndexProxy> in method package IndexMap(indexesById MutableLongObjectMap<IndexProxy>) in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Parameter Type nodeCommands : PrimitiveLongObjectMap<NodeCommand> to nodeCommands : LongObjectMap<NodeCommand> in method public feed(propCommands LongObjectMap<List<PropertyCommand>>, nodeCommands LongObjectMap<NodeCommand>) : void in class org.neo4j.kernel.impl.transaction.state.IndexUpdates |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<V> to MutableLongObjectMap<V> in method public newLongObjectMap() : MutableLongObjectMap<V> in class org.neo4j.kernel.impl.api.KernelTransactionTestBase.TestCollectionsFactory |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<V> to MutableLongObjectMap<V> in method public newLongObjectMap() : MutableLongObjectMap<V> in class org.neo4j.kernel.impl.util.collection.CollectionsFactory |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<NodeCommand> to LongObjectMap<NodeCommand> in method public nodeCommandsById() : LongObjectMap<NodeCommand> in class org.neo4j.kernel.impl.api.index.NodePropertyCommandsExtractor |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<LockResource> to MutableLongObjectMap<LockResource> in method private localExclusive(resourceType ResourceType) : MutableLongObjectMap<LockResource> in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<V> to MutableLongObjectMap<V> in method public newLongObjectMap() : MutableLongObjectMap<V> in class org.neo4j.kernel.impl.util.collection.OnHeapCollectionsFactory |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<VALUE> to MutableLongObjectMap<VALUE> in method public longObjectMap() : MutableLongObjectMap<VALUE> in class org.neo4j.collection.primitive.Primitive |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<List<PropertyCommand>> to LongObjectMap<List<PropertyCommand>> in method public propertyCommandsByNodeIds() : LongObjectMap<List<PropertyCommand>> in class org.neo4j.kernel.impl.api.index.NodePropertyCommandsExtractor |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<VALUE> to MutableLongObjectMap<VALUE> in method public longObjectMap(initialCapacity int) : MutableLongObjectMap<VALUE> in class org.neo4j.collection.primitive.Primitive |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<Map<String,Object>> to LongObjectMap<Map<String,Object>> in method public getNodeMap() : LongObjectMap<Map<String,Object>> in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<LockResource> to MutableLongObjectMap<LockResource> in method private localShared(resourceType ResourceType) : MutableLongObjectMap<LockResource> in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Return Type BiConsumer<Long,IndexProxy> to LongObjectProcedure<IndexProxy> in method private indexProxyOperation(name String, operation ThrowingConsumer<IndexProxy,Exception>) : LongObjectProcedure<IndexProxy> in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<V> to MutableLongObjectMap<V> in method public newLongObjectMap() : MutableLongObjectMap<V> in class org.neo4j.kernel.impl.util.collection.OffHeapCollectionsFactory |
From |
To |
|
Change Return Type IntObjectProcedure<PrimitiveLongObjectMap<LockResource>> to IntObjectProcedure<LongObjectMap<LockResource>> in method private collectActiveLocks(locks List<ActiveLock>, activeLock ActiveLock.Factory) : IntObjectProcedure<LongObjectMap<LockResource>> in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Return Type PrimitiveLongObjectMap<Map<String,Object>> to LongObjectMap<Map<String,Object>> in method public getRelationshipMap() : LongObjectMap<Map<String,Object>> in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Variable Type localLocks : PrimitiveLongObjectMap<LockResource> to localLocks : MutableLongObjectMap<LockResource> in method public tryExclusiveLock(resourceType ResourceType, resourceId long) : boolean in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Variable Type relationshipMap : PrimitiveLongObjectMap<Map<String,Object>> to relationshipMap : LongObjectMap<Map<String,Object>> in method public afterCommit(data TransactionData, state FulltextTransactionContext) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater |
From |
To |
|
Change Variable Type propCommands : PrimitiveLongObjectMap<List<PropertyCommand>> to propCommands : LongObjectMap<List<PropertyCommand>> in method private combinedUpdates() : IndexUpdates in class org.neo4j.kernel.impl.transaction.command.IndexUpdatesWork |
From |
To |
|
Change Variable Type propCommands : PrimitiveLongObjectMap<List<PropertyCommand>> to propCommands : LongObjectMap<List<PropertyCommand>> in method private nodeIdsAsIndexUpdates(nodeIds long...) : IndexUpdates in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type map : PrimitiveLongObjectMap<IndexProxy> to map : MutableLongObjectMap<IndexProxy> in method public setup() : void in class org.neo4j.kernel.impl.api.index.IndexMapTest |
From |
To |
|
Change Variable Type rebuildingDescriptors : PrimitiveLongObjectMap<RebuildingIndexDescriptor> to rebuildingDescriptors : MutableLongObjectMap<RebuildingIndexDescriptor> in method public start() : void in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Variable Type localLocks : PrimitiveLongObjectMap<LockResource> to localLocks : MutableLongObjectMap<LockResource> in method public acquireShared(tracer LockTracer, resourceType ResourceType, resourceIds long...) : void in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Variable Type localLocks : PrimitiveLongObjectMap<LockResource> to localLocks : MutableLongObjectMap<LockResource> in method public releaseShared(resourceType ResourceType, resourceIds long...) : void in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Variable Type map : PrimitiveLongObjectMap<Object> to map : MutableLongObjectMap<Object> in method public longObjectMapAllocationAndRelease() : void in class org.neo4j.kernel.impl.util.collection.OffHeapCollectionsFactoryTest |
From |
To |
|
Change Variable Type key : PrimitiveLongObjectMap<long[]> to key : MutableLongObjectMap<long[]> in method public shouldPutRandomStuff() : void in class org.neo4j.unsafe.impl.batchimport.cache.NodeRelationshipCacheTest |
From |
To |
|
Change Variable Type relationshipMap : PrimitiveLongObjectMap<Map<String,Object>> to relationshipMap : MutableLongObjectMap<Map<String,Object>> in method public beforeCommit(data TransactionData) : FulltextTransactionContext in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater |
From |
To |
|
Change Variable Type localLocks : PrimitiveLongObjectMap<LockResource> to localLocks : MutableLongObjectMap<LockResource> in method public releaseExclusive(resourceType ResourceType, resourceIds long...) : void in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Variable Type nodeMap : PrimitiveLongObjectMap<Map<String,Object>> to nodeMap : LongObjectMap<Map<String,Object>> in method public afterCommit(data TransactionData, state FulltextTransactionContext) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater |
From |
To |
|
Change Variable Type localLocks : PrimitiveLongObjectMap<LockResource> to localLocks : MutableLongObjectMap<LockResource> in method public acquireExclusive(tracer LockTracer, resourceType ResourceType, resourceIds long...) : void in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Variable Type localLocks : PrimitiveLongObjectMap<LockResource> to localLocks : MutableLongObjectMap<LockResource> in method public trySharedLock(resourceType ResourceType, resourceId long) : boolean in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Variable Type nodeCommands : PrimitiveLongObjectMap<NodeCommand> to nodeCommands : LongObjectMap<NodeCommand> in method private combinedUpdates() : IndexUpdates in class org.neo4j.kernel.impl.transaction.command.IndexUpdatesWork |
From |
To |
|
Change Variable Type nodeCommands : PrimitiveLongObjectMap<NodeCommand> to nodeCommands : LongObjectMap<NodeCommand> in method private nodeIdsAsIndexUpdates(nodeIds long...) : IndexUpdates in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type nodeMap : PrimitiveLongObjectMap<Map<String,Object>> to nodeMap : MutableLongObjectMap<Map<String,Object>> in method public beforeCommit(data TransactionData) : FulltextTransactionContext in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater |
From |
To |
|
Change Attribute Type typeWriteReleaser : Procedure<PrimitiveLongObjectMap<LockResource>> to typeWriteReleaser : Procedure<LongObjectMap<LockResource>> in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Attribute Type allChanges : PrimitiveLongObjectMap<RecordProxy<RECORD,ADDITIONAL>> to allChanges : MutableLongObjectMap<RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.kernel.impl.transaction.state.RecordChanges.RecordChange |
From |
To |
|
Change Attribute Type recordChanges : PrimitiveLongObjectMap<RecordProxy<RECORD,ADDITIONAL>> to recordChanges : MutableLongObjectMap<RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Attribute Type nodeMap : PrimitiveLongObjectMap<Map<String,Object>> to nodeMap : LongObjectMap<Map<String,Object>> in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Attribute Type indexesById : PrimitiveLongObjectMap<IndexProxy> to indexesById : MutableLongObjectMap<IndexProxy> in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Attribute Type cachedDocuments : PrimitiveLongObjectMap<Document> to cachedDocuments : MutableLongObjectMap<Document> in class org.neo4j.index.impl.lucene.explicit.FullTxData |
From |
To |
|
Change Attribute Type indexIdsByDescriptor : Map<SchemaDescriptor,Long> to indexIdsByDescriptor : MutableObjectLongMap<SchemaDescriptor> in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Attribute Type indexRuleById : PrimitiveLongObjectMap<IndexRule> to indexRuleById : MutableLongObjectMap<IndexRule> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Attribute Type writeReleaser : PrimitiveLongObjectVisitor<LockResource,RuntimeException> to writeReleaser : LongObjectProcedure<LockResource> in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Attribute Type exclusiveLocks : MutableIntObjectMap<PrimitiveLongObjectMap<LockResource>> to exclusiveLocks : MutableIntObjectMap<MutableLongObjectMap<LockResource>> in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Attribute Type nodes : PrimitiveLongObjectMap<Node> to nodes : MutableLongObjectMap<Node> in class org.neo4j.kernel.impl.newapi.MockStore |
From |
To |
|
Change Attribute Type nodeCommandsById : PrimitiveLongObjectMap<NodeCommand> to nodeCommandsById : MutableLongObjectMap<NodeCommand> in class org.neo4j.kernel.impl.api.index.NodePropertyCommandsExtractor |
From |
To |
|
Change Attribute Type sharedLocks : MutableIntObjectMap<PrimitiveLongObjectMap<LockResource>> to sharedLocks : MutableIntObjectMap<MutableLongObjectMap<LockResource>> in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Attribute Type properties : PrimitiveLongObjectMap<Property> to properties : MutableLongObjectMap<Property> in class org.neo4j.kernel.impl.newapi.MockStore |
From |
To |
|
Change Attribute Type nodeStatesMap : PrimitiveLongObjectMap<NodeStateImpl> to nodeStatesMap : MutableLongObjectMap<NodeStateImpl> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Attribute Type relationshipStatesMap : PrimitiveLongObjectMap<RelationshipStateImpl> to relationshipStatesMap : MutableLongObjectMap<RelationshipStateImpl> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Attribute Type relationshipsReadFromStore : PrimitiveLongObjectMap<RelationshipProxy> to relationshipsReadFromStore : MutableLongObjectMap<RelationshipProxy> in class org.neo4j.kernel.impl.coreapi.TxStateTransactionDataSnapshot |
From |
To |
|
Change Attribute Type readReleaser : PrimitiveLongObjectVisitor<LockResource,RuntimeException> to readReleaser : LongObjectProcedure<LockResource> in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Attribute Type relationshipMap : PrimitiveLongObjectMap<Map<String,Object>> to relationshipMap : LongObjectMap<Map<String,Object>> in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.FulltextTransactionContext |
From |
To |
|
Change Attribute Type propertyCommandsByNodeIds : PrimitiveLongObjectMap<List<PropertyCommand>> to propertyCommandsByNodeIds : MutableLongObjectMap<List<PropertyCommand>> in class org.neo4j.kernel.impl.api.index.NodePropertyCommandsExtractor |
From |
To |
|
Change Attribute Type documents : PrimitiveLongObjectMap<DocumentContext> to documents : MutableLongObjectMap<DocumentContext> in class org.neo4j.index.impl.lucene.explicit.CommitContext |
From |
To |
|
Change Attribute Type typeReadReleaser : Procedure<PrimitiveLongObjectMap<LockResource>> to typeReadReleaser : Procedure<LongObjectMap<LockResource>> in class org.neo4j.kernel.impl.locking.community.CommunityLockClient |
From |
To |
|
Change Attribute Type constraintRuleById : PrimitiveLongObjectMap<ConstraintRule> to constraintRuleById : MutableLongObjectMap<ConstraintRule> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |