|
Change Parameter Type consumer : Consumer<SinglePropertyCursor> to instanceCache : Consumer<StoreSinglePropertyCursor> in method package StoreSinglePropertyCursor(propertyStore PropertyStore, instanceCache Consumer<StoreSinglePropertyCursor>) in class org.neo4j.kernel.impl.api.store.StoreSinglePropertyCursor |
From |
To |
|
Change Parameter Type consumer : Consumer<SingleRelationshipCursor> to consumer : Consumer<StoreSingleRelationshipCursor> in method package StoreSingleRelationshipCursor(relationshipStore RelationshipStore, consumer Consumer<StoreSingleRelationshipCursor>, lockService LockService) in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursor |
From |
To |
|
Change Parameter Type consumer : Consumer<PropertyCursor> to instanceCache : Consumer<StorePropertyCursor> in method public StorePropertyCursor(propertyStore PropertyStore, instanceCache Consumer<StorePropertyCursor>) in class org.neo4j.kernel.impl.api.store.StorePropertyCursor |
From |
To |
|
Change Parameter Type clock : Clock to clock : LongSupplier in method public TimeoutCheckStrategy(interval long, clock LongSupplier) in class org.neo4j.collection.pool.LinkedQueuePool.CheckStrategy.TimeoutCheckStrategy |
From |
To |
|
Change Parameter Type cursor : PropertyCursor to cursor : StorePropertyCursor in method private asPropertyValuesList(cursor StorePropertyCursor) : List<Object> in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest |
From |
To |
|
Change Parameter Type c : SingleRelationshipCursor to c : StoreSingleRelationshipCursor in method private noCache(c StoreSingleRelationshipCursor) : void in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursorTest |
From |
To |
|
Change Parameter Type c : IteratorRelationshipCursor to c : StoreIteratorRelationshipCursor in method private noCache(c StoreIteratorRelationshipCursor) : void in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursorTest |
From |
To |
|
Change Parameter Type instanceCache : Consumer<IteratorRelationshipCursor> to instanceCache : Consumer<StoreIteratorRelationshipCursor> in method package StoreIteratorRelationshipCursor(relationshipStore RelationshipStore, instanceCache Consumer<StoreIteratorRelationshipCursor>, lockService LockService) in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursor |
From |
To |
|
Change Parameter Type instanceCache : Consumer<NodeRelationshipCursor> to instanceCache : Consumer<StoreNodeRelationshipCursor> in method public StoreNodeRelationshipCursor(relationshipStore RelationshipStore, relationshipGroupStore RelationshipGroupStore, instanceCache Consumer<StoreNodeRelationshipCursor>, lockService LockService) in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor |
From |
To |
|
Change Parameter Type monitor : LinkedQueuePoolMonitor<R> to monitor : Monitor<R> in method package LinkedQueuePool(minSize int, strategy CheckStrategy, monitor Monitor<R>) in class org.neo4j.collection.pool.LinkedQueuePool |
From |
To |
|
Change Return Type NodeRelationshipCursor to StoreNodeRelationshipCursor in method public init(isDense boolean, firstRelId long, fromNodeId long, direction Direction, state ReadableTransactionState) : StoreNodeRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor |
From |
To |
|
Change Return Type SingleRelationshipCursor to StoreSingleRelationshipCursor in method public init(relId long, state ReadableTransactionState) : StoreSingleRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursor |
From |
To |
|
Change Return Type IteratorRelationshipCursor to StoreIteratorRelationshipCursor in method public init(iterator PrimitiveLongIterator, state ReadableTransactionState) : StoreIteratorRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursor |
From |
To |
|
Change Return Type IteratorRelationshipCursor to StoreIteratorRelationshipCursor in method private createRelationshipCursor(relationshipInUse boolean) : StoreIteratorRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursorTest |
From |
To |
|
Change Return Type SingleRelationshipCursor to StoreSingleRelationshipCursor in method private createRelationshipCursor() : StoreSingleRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursorTest |
From |
To |
|
Change Return Type PropertyCursor to StorePropertyCursor in method private newStorePropertyCursor(propertyStore PropertyStore) : StorePropertyCursor in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest |
From |
To |
|
Change Return Type PropertyPayloadCursor to StorePropertyPayloadCursor in method private singleProperty(keyId int, input Params) : StorePropertyPayloadCursor in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest |
From |
To |
|
Change Return Type NodeRelationshipCursor to StoreNodeRelationshipCursor in method private nodeRelationshipCursor() : StoreNodeRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest |
From |
To |
|
Change Return Type NodeRelationshipCursor to StoreNodeRelationshipCursor in method public init(isDense boolean, firstRelId long, fromNodeId long, direction Direction, allowedTypes int[], state ReadableTransactionState) : StoreNodeRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor |
From |
To |
|
Change Return Type PropertyPayloadCursor to StorePropertyPayloadCursor in method private createCursor(allPropertyKeyIds IntPredicate, dynamicStringStore DynamicStringStore, dynamicArrayStore DynamicArrayStore, params Param[]) : StorePropertyPayloadCursor in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest |
From |
To |
|
Change Return Type SinglePropertyCursor to StoreSinglePropertyCursor in method public init(propertyKeyId int, firstPropertyId long, lock Lock, state PropertyContainerState) : StoreSinglePropertyCursor in class org.neo4j.kernel.impl.api.store.StoreSinglePropertyCursor |
From |
To |
|
Change Return Type NodeRelationshipCursor to StoreNodeRelationshipCursor in method private init(isDense boolean, firstRelId long, fromNodeId long, direction Direction, allowedTypes IntPredicate, state ReadableTransactionState, addedNodeRelationships PrimitiveLongIterator) : StoreNodeRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor |
From |
To |
|
Change Return Type PropertyCursor to StorePropertyCursor in method public init(firstPropertyId long, lock Lock, state PropertyContainerState) : StorePropertyCursor in class org.neo4j.kernel.impl.api.store.StorePropertyCursor |
From |
To |
|
Change Return Type PropertyPayloadCursor to StorePropertyPayloadCursor in method private allProperties(input Params) : StorePropertyPayloadCursor in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.IteratorRelationshipCursor renamed to org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.PropertyCursor renamed to org.neo4j.kernel.impl.api.store.StorePropertyCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.PropertyPayloadCursorTest renamed to org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.PropertyCursorTest renamed to org.neo4j.kernel.impl.api.store.StorePropertyCursorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.AbstractIteratorRelationshipCursor renamed to org.neo4j.kernel.impl.api.store.StoreAbstractIteratorRelationshipCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.SingleRelationshipCursorTest renamed to org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.NodeRelationshipCursorTest renamed to org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.SinglePropertyCursor renamed to org.neo4j.kernel.impl.api.store.StoreSinglePropertyCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.AbstractRelationshipCursor renamed to org.neo4j.kernel.impl.api.store.StoreAbstractRelationshipCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.PropertyPayloadCursor renamed to org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.AbstractPropertyCursor renamed to org.neo4j.kernel.impl.api.store.StoreAbstractPropertyCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.SingleRelationshipCursor renamed to org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.IteratorRelationshipCursorTest renamed to org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.NodeRelationshipCursor renamed to org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor |
From |
To |
|
Change Variable Type cursor : PropertyCursor to cursor : StorePropertyCursor in method private propertyDecorator(requiresPropertyMigration boolean, propertyStore PropertyStore) : BiConsumer<ENTITY,RECORD> in class org.neo4j.kernel.impl.storemigration.participant.StoreMigrator |
From |
To |
|
Change Variable Type cursor : IteratorRelationshipCursor to cursor : StoreIteratorRelationshipCursor in method public shouldCloseThePageCursorWhenDisposed() : void in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : PropertyCursor to cursor : StorePropertyCursor in method public callNextAfterReadingPropertyChain() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type propertyCursor : PropertyCursor to storePropertyCursor : StorePropertyCursor in method public shouldReturnAPropertyBySkippingOne() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.TwoValueProperties |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public shouldBeOkToCloseExhaustedCursor() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public shouldBePossibleToCallNextOnEmptyCursor() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type propertyCursor : PropertyCursor to storePropertyCursor : StorePropertyCursor in method public shouldClosePageCursorsOnDispose() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.CloseDisposeTest |
From |
To |
|
Change Variable Type cursor : NodeRelationshipCursor to cursor : StoreNodeRelationshipCursor in method public retrieveRelationshipChainWithUnusedLink() : void in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : PropertyCursor to cursor : StorePropertyCursor in method public readPropertyChainWithMultipleEntries() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public nextShouldAlwaysReturnFalseWhenNotInitialized() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : PropertyCursor to cursor : StorePropertyCursor in method public skipUnusedRecordsInChain() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cache : Consumer<PropertyCursor> to cache : Consumer<StorePropertyCursor> in method public shouldReturnTheCursorToTheCacheOnClose() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.CloseDisposeTest |
From |
To |
|
Change Variable Type cursor : NodeRelationshipCursor to cursor : StoreNodeRelationshipCursor in method public retrieveNodeRelationships() : void in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : PropertyCursor to cursor : StorePropertyCursor in method public readPropertyChainWithLongStringDynamicRecordsNotInUse() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : PropertyCursor to cursor : StorePropertyCursor in method public skipAllRecordsWhenWholeChainNotInUse() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : NodeRelationshipCursor to cursor : StoreNodeRelationshipCursor in method public retrieveUsedRelationshipChain() : void in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public shouldBeOkToClosePartiallyExhaustedCursor() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type timeStrategy : CheckStrategy to timeStrategy : LinkedQueuePool.CheckStrategy in method public shouldTimeoutGracefully() : void in class org.neo4j.collection.pool.LinkedQueuePoolTest |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public shouldReturnCorrectValues() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.SingleAndMultipleValuePayload |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public shouldBePossibleToCallCloseOnEmptyCursor() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type propertyCursor : PropertyCursor to storePropertyCursor : StorePropertyCursor in method public shouldReuseCorrectlyCursor() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.CursorReuse |
From |
To |
|
Change Variable Type cursor : SingleRelationshipCursor to cursor : StoreSingleRelationshipCursor in method public retrieveUnusedRelationship() : void in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : PropertyCursor to cursor : StorePropertyCursor in method public readPropertyChainWithLongArrayDynamicRecordsNotInUse() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : IteratorRelationshipCursor to cursor : StoreIteratorRelationshipCursor in method public retrieveUsedRelationship() : void in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursorTest |
From |
To |
|
Change Variable Type propertyCursor : PropertyCursor to storePropertyCursor : StorePropertyCursor in method public shouldReturnAProperty() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.SingleValueProperties |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public shouldReturnNothingForNonExistentPropertyKeyId() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.SingleAndMultipleValuePayload |
From |
To |
|
Change Variable Type cursor : NodeRelationshipCursor to cursor : StoreNodeRelationshipCursor in method public shouldHandleDenseNodeWithNoRelationships() : void in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : PropertyCursor to cursor : StorePropertyCursor in method public skipUnusedConsecutiveRecordsInChain() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public nextShouldAlwaysReturnFalseWhenClosed() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public shouldUseDynamicStringAndArrayStoresThroughDifferentCursors() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public shouldReturnCorrectSingleValueOrNone() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.SingleAndMultipleValuePayload |
From |
To |
|
Change Variable Type cursor : NodeRelationshipCursor to cursor : StoreNodeRelationshipCursor in method public shouldClosePageCursorsWhenDisposed() : void in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : NodeRelationshipCursor to cursor : StoreNodeRelationshipCursor in method private cursor(nodeId long, rels Map<Long,RelationshipItem>, state TxState, direction Direction, relationshipTypes int[]) : Cursor<RelationshipItem> in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest |
From |
To |
|
Change Variable Type propertyCursor : PropertyCursor to storePropertyCursor : StorePropertyCursor in method public shouldReturnTwoProperties() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.TwoValueProperties |
From |
To |
|
Change Variable Type propertyCursor : PropertyCursor to storePropertyCursor : StorePropertyCursor in method public shouldReturnTheCursorToTheCacheOnClose() : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.CloseDisposeTest |
From |
To |
|
Change Variable Type cursor : PropertyCursor to cursor : StorePropertyCursor in method private verifyPropertyValue(expectedValue byte[], recordId long) : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : IteratorRelationshipCursor to cursor : StoreIteratorRelationshipCursor in method public retrieveUnusedRelationship() : void in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public shouldBeOkToCloseAnUnusedCursor() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : PropertyCursor to cursor : StorePropertyCursor in method private verifyPropertyValue(expectedValue String, recordId long) : void in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.PropertyChains |
From |
To |
|
Change Variable Type cursor : SingleRelationshipCursor to cursor : StoreSingleRelationshipCursor in method public retrieveUsedRelationship() : void in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public nextMultipleInvocations() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method public shouldClosePageCursorWhenDisposed() : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest.BasicContract |
From |
To |
|
Change Variable Type cursor : PropertyPayloadCursor to cursor : StorePropertyPayloadCursor in method private createCursor(allPropertyKeyIds IntPredicate, dynamicStringStore DynamicStringStore, dynamicArrayStore DynamicArrayStore, params Param[]) : StorePropertyPayloadCursor in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursorTest |
From |
To |
|
Change Attribute Type consumer : Consumer<PropertyCursor> to instanceCache : Consumer<StorePropertyCursor> in class org.neo4j.kernel.impl.api.store.StorePropertyCursor |
From |
To |
|
Change Attribute Type nodeRelationshipsCursor : CursorPool<NodeRelationshipCursor> to nodeRelationshipsCursor : CursorPool<StoreNodeRelationshipCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type payload : PropertyPayloadCursor to payload : StorePropertyPayloadCursor in class org.neo4j.kernel.impl.api.store.StoreAbstractPropertyCursor |
From |
To |
|
Change Attribute Type singleRelationshipCursor : CursorPool<SingleRelationshipCursor> to singleRelationshipCursor : CursorPool<StoreSingleRelationshipCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type clock : Clock to clock : LongSupplier in class org.neo4j.collection.pool.LinkedQueuePool.CheckStrategy.TimeoutCheckStrategy |
From |
To |
|
Change Attribute Type instanceCache : Consumer<IteratorRelationshipCursor> to instanceCache : Consumer<StoreIteratorRelationshipCursor> in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursor |
From |
To |
|
Change Attribute Type iteratorRelationshipCursor : CursorPool<IteratorRelationshipCursor> to iteratorRelationshipCursor : CursorPool<StoreIteratorRelationshipCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type singlePropertyCursor : CursorPool<SinglePropertyCursor> to singlePropertyCursor : CursorPool<StoreSinglePropertyCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type consumer : Consumer<SinglePropertyCursor> to instanceCache : Consumer<StoreSinglePropertyCursor> in class org.neo4j.kernel.impl.api.store.StoreSinglePropertyCursor |
From |
To |
|
Change Attribute Type relationshipCursor : NodeRelationshipCursor to relationshipCursor : StoreNodeRelationshipCursor in class org.neo4j.unsafe.batchinsert.internal.BatchRelationshipIterable |
From |
To |
|
Change Attribute Type monitor : LinkedQueuePoolMonitor<R> to monitor : Monitor<R> in class org.neo4j.collection.pool.LinkedQueuePool |
From |
To |
|
Change Attribute Type consumer : Consumer<SingleRelationshipCursor> to consumer : Consumer<StoreSingleRelationshipCursor> in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursor |
From |
To |
|
Change Attribute Type propertyCursor : CursorPool<PropertyCursor> to propertyCursor : CursorPool<StorePropertyCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type instanceCache : Consumer<NodeRelationshipCursor> to instanceCache : Consumer<StoreNodeRelationshipCursor> in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor |
From |
To |