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