|
Change Parameter Type neoStores : NeoStores to nodeStore : NodeStore in method private singleThreadExecution(nodeStore NodeStore, progressionFactory BatchingProgressionFactory, stateView NodeTransactionStateView) : Set<Long> in class org.neo4j.kernel.impl.api.store.StoreParallelNodeScanIntegrationTest |
From |
To |
|
Change Parameter Type storageStatement : StorageStatement to schemaResources : SchemaResources in method public createCommands(target Collection<StorageCommand>, state ReadableTransactionState, schemaResources SchemaResources, locks ResourceLocker, lastTransactionIdWhenStarted long) : void in class org.neo4j.storageengine.api.StorageEngine |
From |
To |
|
Change Parameter Type statement : StorageStatement to statement : SchemaResources in method public nodesGetForLabel(statement SchemaResources, labelId int) : PrimitiveLongIterator in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type statement : StorageStatement to schemaResources : SchemaResources in method public indexGetFreshReader(schemaResources SchemaResources, index IndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type instanceCache : InstanceCache<StoreIteratorRelationshipCursor> 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 storeStatementSupplier : Supplier<StorageStatement> to schemaResourcesSupplier : Supplier<SchemaResources> in method public StorageLayer(propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokenHolder LabelTokenHolder, relationshipTokenHolder RelationshipTypeTokenHolder, schemaStorage SchemaStorage, neoStores NeoStores, indexService IndexingService, schemaResourcesSupplier Supplier<SchemaResources>, schemaCache SchemaCache, cursorPools CursorPools, progressionFactory BatchingProgressionFactory) in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type neoStores : NeoStores to nodeStore : NodeStore in method private parallelExecution(nodeStore NodeStore, executorService ExecutorService, threads int, progressionFactory BatchingProgressionFactory, stateView NodeTransactionStateView) : Set<Long> in class org.neo4j.kernel.impl.api.store.StoreParallelNodeScanIntegrationTest |
From |
To |
|
Change Parameter Type statement : StorageStatement to schemaResources : SchemaResources in method public indexGetReader(schemaResources SchemaResources, index IndexDescriptor) : IndexReader in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Parameter Type storageStatement : StorageStatement to schemaResources : SchemaResources in method public Instances(transaction KernelTransactionImplementation, storageEngine StorageEngine, storeReadLayer StoreReadLayer, schemaResources SchemaResources) in class org.neo4j.kernel.api.KernelTransactionFactory.Instances |
From |
To |
|
Change Parameter Type storageStatement : StorageStatement to schemaResources : SchemaResources in method public createCommands(commands Collection<StorageCommand>, txState ReadableTransactionState, schemaResources SchemaResources, locks ResourceLocker, lastTransactionIdWhenStarted long) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine |
From |
To |
|
Change Parameter Type instanceCache : InstanceCache<StoreSingleRelationshipCursor> 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 storeStatement : StorageStatement to schemaResources : SchemaResources in method public KernelStatementImplementation(transaction KernelTransactionImplementation, txStateHolder TxStateHolder, schemaResources SchemaResources, procedures Procedures, accessCapability AccessCapability, systemLockTracer LockTracer) in class org.neo4j.kernel.impl.api.KernelStatementImplementation |
From |
To |
|
Change Parameter Type otherStorageStatements : StorageStatement... to otherSchemaResources : SchemaResources... in method private newKernelTransactions(testKernelTransactions boolean, commitProcess TransactionCommitProcess, firstStoreStatements SchemaResources, otherSchemaResources SchemaResources...) : KernelTransactions in class org.neo4j.kernel.impl.api.KernelTransactionsTest |
From |
To |
|
Change Parameter Type storeStatement : StorageStatement to schemaResources : SchemaResources in method public indexGetFreshReader(schemaResources SchemaResources, index IndexDescriptor) : IndexReader in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Parameter Type statement : StorageStatement to schemaResources : SchemaResources in method public indexGetReader(schemaResources SchemaResources, index IndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type firstStoreStatements : StorageStatement to firstStoreStatements : SchemaResources in method private newKernelTransactions(testKernelTransactions boolean, commitProcess TransactionCommitProcess, firstStoreStatements SchemaResources, otherSchemaResources SchemaResources...) : KernelTransactions in class org.neo4j.kernel.impl.api.KernelTransactionsTest |
From |
To |
|
Change Parameter Type otherStorageStatements : StorageStatement... to otherSchemaResources : SchemaResources... in method private newKernelTransactions(commitProcess TransactionCommitProcess, firstStoreStatements SchemaResources, otherSchemaResources SchemaResources...) : KernelTransactions in class org.neo4j.kernel.impl.api.KernelTransactionsTest |
From |
To |
|
Change Parameter Type firstStoreStatements : StorageStatement to firstStoreStatements : SchemaResources in method private newKernelTransactions(commitProcess TransactionCommitProcess, firstStoreStatements SchemaResources, otherSchemaResources SchemaResources...) : KernelTransactions in class org.neo4j.kernel.impl.api.KernelTransactionsTest |
From |
To |
|
Change Parameter Type statement : StorageStatement to statement : SchemaResources in method public nodesGetForLabel(statement SchemaResources, labelId int) : PrimitiveLongIterator in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public nodeGetSingleCursor(nodeId long, stateView NodeTransactionStateView) : Cursor<NodeItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public countDegrees(node NodeItem, direction Direction, state ReadableTransactionState) : int in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public nodeGetProperties(node NodeItem, state PropertyContainerState) : Cursor<PropertyItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type storeStatement3 : StorageStatement to storeStatement3 : SchemaResources in method public transactionClosesUnderlyingStoreStatementWhenDisposed() : void in class org.neo4j.kernel.impl.api.KernelTransactionsTest |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public relationshipsGetAllCursor(state ReadableTransactionState) : Cursor<RelationshipItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type storageStatement : StorageStatement to schemaResources : SchemaResources in method package kernelTransactionWithInternals(securityContext SecurityContext) : Instances in class org.neo4j.kernel.api.KernelTransactionFactory |
From |
To |
|
Change Variable Type storeStatement : StorageStatement to storeStatement : SchemaResources in method public assertStatementIsNotOpenWhileAcquireIsNotInvoked() : void in class org.neo4j.kernel.impl.api.KernelStatementTest |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public degrees(node NodeItem, visitor DegreeVisitor) : void in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type storageStatement : StorageStatement to schemaResources : SchemaResources in method public mockedState(txState TransactionState) : KernelStatement in class org.neo4j.kernel.impl.api.StatementOperationsTestHelper |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public relationshipTypes(node NodeItem) : PrimitiveIntSet in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type storeStatement2 : StorageStatement to storeStatement2 : SchemaResources in method public transactionClosesUnderlyingStoreStatementWhenDisposed() : void in class org.neo4j.kernel.impl.api.KernelTransactionsTest |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public relationshipGetProperties(relationship RelationshipItem, state PropertyContainerState) : Cursor<PropertyItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public relationshipGetProperty(relationship RelationshipItem, propertyKeyId int, state PropertyContainerState) : Cursor<PropertyItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type storeStatement : StorageStatement to schemaResources : SchemaResources in method public shouldReleaseStorageStatementWhenForceClosed() : void in class org.neo4j.kernel.impl.api.KernelStatementTest |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public relationshipGetSingleCursor(relationshipId long, state ReadableTransactionState) : Cursor<RelationshipItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public countDegrees(node NodeItem, direction Direction, relType int, state ReadableTransactionState) : int in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public nodeGetProperty(node NodeItem, propertyKeyId int, state PropertyContainerState) : Cursor<PropertyItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type statement : StorageStatement to statement : SchemaResources in method private createNodeAndProperty(progress int) : TransactionToApply in class org.neo4j.kernel.impl.transaction.command.IndexWorkSyncTransactionApplicationStressIT.Worker |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public nodeGetRelationships(node NodeItem, direction Direction, relTypes int[], state ReadableTransactionState) : Cursor<RelationshipItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type statement : StorageStatement to cursorPools : CursorPools in method public nodeGetAllCursor(stateView NodeTransactionStateView) : Cursor<NodeItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Variable Type neoStores : NeoStores to nodeStore : NodeStore in method public parallelScanWithTxStateChangesShouldProvideTheSameResultAsANormalScanWithTheSameChanges() : void in class org.neo4j.kernel.impl.api.store.StoreParallelNodeScanIntegrationTest |
From |
To |
|
Change Variable Type statement : StorageStatement to statement : SchemaResources in method private createCommands(tokenName String) : byte[] in class org.neo4j.causalclustering.core.state.machines.token.ReplicatedTokenHolder |
From |
To |
|
Change Variable Type neoStores : NeoStores to nodeStore : NodeStore in method public parallelScanShouldProvideTheSameResultAsANormalScan() : void in class org.neo4j.kernel.impl.api.store.StoreParallelNodeScanIntegrationTest |
From |
To |
|
Change Variable Type storeStatement : StoreStatement to storeSchemaResources : StoreSchemaResources in method public shouldNotRecordGraphSetPropertyOnSameValue() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest |
From |
To |
|
Change Variable Type storeStatement1 : StorageStatement to storeStatement1 : SchemaResources in method public transactionClosesUnderlyingStoreStatementWhenDisposed() : void in class org.neo4j.kernel.impl.api.KernelTransactionsTest |
From |
To |
|
Rename Method public close() : void renamed to public dispose() : void in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Rename Method public relationshipCursor(storeStatement StorageStatement, relationshipId long, state ReadableTransactionState) : Cursor<RelationshipItem> renamed to public relationshipGetSingleCursor(relationshipId long, state ReadableTransactionState) : Cursor<RelationshipItem> in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Rename Method public newStatement() : StorageStatement renamed to public schemaResources() : SchemaResources in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Rename Method private getProperty(key int, statement StorageStatement, propertyId long, state PropertyContainerState) : DefinedProperty renamed to private fetchProperty(key int, propertyCursor Cursor<PropertyItem>) : DefinedProperty in class org.neo4j.kernel.impl.store.NeoStoresTest |
From |
To |
|
Rename Method public newStatement() : StorageStatement renamed to public schemaResources() : SchemaResources in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Rename Method public relationshipCursor(statement StorageStatement, relationshipId long, state ReadableTransactionState) : Cursor<RelationshipItem> renamed to public relationshipGetSingleCursor(relationshipId long, state ReadableTransactionState) : Cursor<RelationshipItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public nodeGetProperty(node NodeItem, propertyKeyId int, state PropertyContainerState) : Cursor<PropertyItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public relationshipsGetAllCursor(state ReadableTransactionState) : Cursor<RelationshipItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public nodeGetSingleCursor(nodeId long, stateView NodeTransactionStateView) : Cursor<NodeItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public relationshipGetProperties(relationship RelationshipItem, state PropertyContainerState) : Cursor<PropertyItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public degrees(node NodeItem, visitor DegreeVisitor) : void in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public relationshipGetSingleCursor(relationshipId long, state ReadableTransactionState) : Cursor<RelationshipItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public countDegrees(node NodeItem, direction Direction, relType int, state ReadableTransactionState) : int in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public nodeGetProperties(node NodeItem, state PropertyContainerState) : Cursor<PropertyItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public relationshipTypes(node NodeItem) : PrimitiveIntSet in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public nodeGetRelationships(node NodeItem, direction Direction, relTypes int[], state ReadableTransactionState) : Cursor<RelationshipItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public nodeGetAllCursor(stateView NodeTransactionStateView) : Cursor<NodeItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public relationshipGetProperty(relationship RelationshipItem, propertyKeyId int, state PropertyContainerState) : Cursor<PropertyItem> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Replace Variable With Attribute statement : StorageStatement to cursorPools : CursorPools in method public countDegrees(node NodeItem, direction Direction, state ReadableTransactionState) : int in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Rename Attribute statementProvider : Supplier<StorageStatement> to schemaResourcesSupplier : Supplier<SchemaResources> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Rename Attribute storeStatement : StorageStatement to schemaResources : SchemaResources in class org.neo4j.kernel.impl.api.KernelStatementImplementation |
From |
To |
|
Rename Attribute degreeVisitableCache : InstanceCache<DenseNodeDegreeCounter> to degreeCounter : CursorPool<DenseNodeDegreeCounter> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Rename Attribute storageStatement : StorageStatement to schemaResources : SchemaResources in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Rename Attribute propertyCursorCache : InstanceCache<StorePropertyCursor> to propertyCursor : CursorPool<StorePropertyCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Rename Attribute singlePropertyCursorCache : InstanceCache<StoreSinglePropertyCursor> to singlePropertyCursor : CursorPool<StoreSinglePropertyCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Rename Attribute storeStatement : StoreStatement to storeSchemaResources : StoreSchemaResources in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Rename Attribute instanceCache : InstanceCache<StoreSingleRelationshipCursor> to consumer : Consumer<StoreSingleRelationshipCursor> in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursor |
From |
To |
|
Rename Attribute storageStatementFactory : StorageStatementFactory to cursorsPool : GlobalCursorPools in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine |
From |
To |
|
Rename Attribute storageStatement : StorageStatement to schemaResources : SchemaResources in class org.neo4j.kernel.api.KernelTransactionFactory.Instances |
From |
To |
|
Rename Attribute storageStatement : StorageStatement to schemaResources : SchemaResources in class org.neo4j.kernel.impl.enterprise.PropertyExistenceEnforcer.Decorator |
From |
To |
|
Change Attribute Type instanceCache : InstanceCache<StoreIteratorRelationshipCursor> to instanceCache : Consumer<StoreIteratorRelationshipCursor> in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursor |
From |
To |
|
Change Attribute Type storeStatement : StoreStatement to storeSchemaResources : StoreSchemaResources in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Attribute Type relationshipGroupCursorCache : InstanceCache<RelationshipGroupCursor> to relationshipGroupCursorCache : CursorPool<RelationshipGroupCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type storageStatementFactory : StorageStatementFactory to cursorsPool : GlobalCursorPools in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine |
From |
To |
|
Change Attribute Type storageStatement : StorageStatement to schemaResources : SchemaResources in class org.neo4j.kernel.api.KernelTransactionFactory.Instances |
From |
To |
|
Change Attribute Type nodeRelationshipsCursor : InstanceCache<StoreNodeRelationshipCursor> to nodeRelationshipsCursor : CursorPool<StoreNodeRelationshipCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type degreeVisitableCache : InstanceCache<DenseNodeDegreeCounter> to degreeCounter : CursorPool<DenseNodeDegreeCounter> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type propertyCursorCache : InstanceCache<StorePropertyCursor> to propertyCursor : CursorPool<StorePropertyCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type iteratorRelationshipCursor : InstanceCache<StoreIteratorRelationshipCursor> to iteratorRelationshipCursor : CursorPool<StoreIteratorRelationshipCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type singlePropertyCursorCache : InstanceCache<StoreSinglePropertyCursor> to singlePropertyCursor : CursorPool<StoreSinglePropertyCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type instanceCache : InstanceCache<StoreSingleRelationshipCursor> to consumer : Consumer<StoreSingleRelationshipCursor> in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursor |
From |
To |
|
Change Attribute Type storageStatement : StorageStatement to schemaResources : SchemaResources in class org.neo4j.kernel.impl.enterprise.PropertyExistenceEnforcer.Decorator |
From |
To |
|
Change Attribute Type singleRelationshipCursor : InstanceCache<StoreSingleRelationshipCursor> to singleRelationshipCursor : CursorPool<StoreSingleRelationshipCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type nodeCursor : InstanceCache<NodeCursor> to nodeCursor : CursorPool<NodeCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type statementProvider : Supplier<StorageStatement> to schemaResourcesSupplier : Supplier<SchemaResources> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Attribute Type storeStatement : StorageStatement to schemaResources : SchemaResources in class org.neo4j.kernel.impl.api.KernelStatementImplementation |
From |
To |
|
Change Attribute Type storageStatement : StorageStatement to schemaResources : SchemaResources in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Rename Parameter storeStatement : StorageStatement to schemaResources : SchemaResources in method public KernelStatementImplementation(transaction KernelTransactionImplementation, txStateHolder TxStateHolder, schemaResources SchemaResources, procedures Procedures, accessCapability AccessCapability, systemLockTracer LockTracer) in class org.neo4j.kernel.impl.api.KernelStatementImplementation |
From |
To |
|
Rename Parameter storeStatementSupplier : Supplier<StorageStatement> to schemaResourcesSupplier : Supplier<SchemaResources> in method public StorageLayer(propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokenHolder LabelTokenHolder, relationshipTokenHolder RelationshipTypeTokenHolder, schemaStorage SchemaStorage, neoStores NeoStores, indexService IndexingService, schemaResourcesSupplier Supplier<SchemaResources>, schemaCache SchemaCache, cursorPools CursorPools, progressionFactory BatchingProgressionFactory) in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Rename Parameter statement : StorageStatement to schemaResources : SchemaResources in method public indexGetReader(schemaResources SchemaResources, index IndexDescriptor) : IndexReader in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Rename Parameter neoStores : NeoStores to nodeStore : NodeStore in method private singleThreadExecution(nodeStore NodeStore, progressionFactory BatchingProgressionFactory, stateView NodeTransactionStateView) : Set<Long> in class org.neo4j.kernel.impl.api.store.StoreParallelNodeScanIntegrationTest |
From |
To |
|
Rename Parameter instanceCache : InstanceCache<StoreSingleRelationshipCursor> 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 |
|
Rename Parameter otherStorageStatements : StorageStatement... to otherSchemaResources : SchemaResources... in method private newKernelTransactions(testKernelTransactions boolean, commitProcess TransactionCommitProcess, firstStoreStatements SchemaResources, otherSchemaResources SchemaResources...) : KernelTransactions in class org.neo4j.kernel.impl.api.KernelTransactionsTest |
From |
To |
|
Rename Parameter statement : StorageStatement to schemaResources : SchemaResources in method public indexGetReader(schemaResources SchemaResources, index IndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Rename Parameter storeStatement : StorageStatement to schemaResources : SchemaResources in method public indexGetFreshReader(schemaResources SchemaResources, index IndexDescriptor) : IndexReader in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Rename Parameter statement : StorageStatement to schemaResources : SchemaResources in method public indexGetFreshReader(schemaResources SchemaResources, index IndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Rename Parameter otherStorageStatements : StorageStatement... to otherSchemaResources : SchemaResources... in method private newKernelTransactions(commitProcess TransactionCommitProcess, firstStoreStatements SchemaResources, otherSchemaResources SchemaResources...) : KernelTransactions in class org.neo4j.kernel.impl.api.KernelTransactionsTest |
From |
To |
|
Rename Parameter neoStores : NeoStores to nodeStore : NodeStore in method private parallelExecution(nodeStore NodeStore, executorService ExecutorService, threads int, progressionFactory BatchingProgressionFactory, stateView NodeTransactionStateView) : Set<Long> in class org.neo4j.kernel.impl.api.store.StoreParallelNodeScanIntegrationTest |
From |
To |
|
Rename Parameter storageStatement : StorageStatement to schemaResources : SchemaResources in method public Instances(transaction KernelTransactionImplementation, storageEngine StorageEngine, storeReadLayer StoreReadLayer, schemaResources SchemaResources) in class org.neo4j.kernel.api.KernelTransactionFactory.Instances |
From |
To |
|
Rename Parameter storageStatement : StorageStatement to schemaResources : SchemaResources in method public createCommands(commands Collection<StorageCommand>, txState ReadableTransactionState, schemaResources SchemaResources, locks ResourceLocker, lastTransactionIdWhenStarted long) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine |
From |
To |
|
Rename Parameter storageStatement : StorageStatement to schemaResources : SchemaResources in method public createCommands(target Collection<StorageCommand>, state ReadableTransactionState, schemaResources SchemaResources, locks ResourceLocker, lastTransactionIdWhenStarted long) : void in class org.neo4j.storageengine.api.StorageEngine |
From |
To |