|
Change Parameter Type nodeProperties : PrimitiveIntSet to nodeProperties : IntSet in method private nodeHasSchemaProperties(nodeProperties IntSet, indexPropertyIds int[], changedPropertyId int) : boolean in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcher |
From |
To |
|
Change Parameter Type labels : PrimitiveIntSet to labels : MutableIntSet in method public asNodeCursor(nodeId long, labels MutableIntSet) : Cursor<NodeItem> in class org.neo4j.kernel.impl.api.state.StubCursors |
From |
To |
|
Change Parameter Type ids : PrimitiveIntSet to ids : MutableIntSet in method private allocateFreeAndAssertNotReused(swapper PageSwapper, ids MutableIntSet, i int) : void in class org.neo4j.io.pagecache.impl.muninn.SwapperSetTest |
From |
To |
|
Change Parameter Type propertyKeyIds : PrimitiveIntSet to propertyKeyIds : IntSet in method private validateNodeProperties(id long, label int, requiredKeys int[], propertyKeyIds IntSet) : void in class org.neo4j.kernel.impl.enterprise.PropertyExistenceEnforcer |
From |
To |
|
Change Parameter Type visitor : PrimitiveIntVisitor<RuntimeException> to visitor : IntConsumer in method private visitLabels(nodeId long, visitor IntConsumer) : void in class org.neo4j.kernel.api.txstate.TransactionCountingStateVisitor |
From |
To |
|
Change Parameter Type propertyKeyIds : PrimitiveIntSet to propertyKeyIds : IntSet in method private validateNodeProperties(id long, labelIds IntSet, propertyKeyIds IntSet) : void in class org.neo4j.kernel.impl.enterprise.PropertyExistenceEnforcer |
From |
To |
|
Change Parameter Type properties : PrimitiveIntSet to properties : IntSet in method public getRelatedIndexes(changedLabels long[], unchangedLabels long[], properties IntSet) : Set<SchemaDescriptor> in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Parameter Type additionalPropertiesToLoad : PrimitiveIntSet to additionalPropertiesToLoad : MutableIntSet in method private loadProperties(propertyLoader PropertyLoader, additionalPropertiesToLoad MutableIntSet) : void in class org.neo4j.kernel.impl.api.index.NodeUpdates |
From |
To |
|
Change Parameter Type properties : PrimitiveIntSet to properties : IntSet in method public getRelatedIndexes(changedLabels long[], unchangedLabels long[], properties IntSet) : Iterable<SchemaDescriptor> in class org.neo4j.kernel.impl.api.index.IndexMapReference |
From |
To |
|
Change Parameter Type labels : PrimitiveIntSet to labels : MutableIntSet in method public asNodeCursor(nodeId long, propertyId long, labels MutableIntSet) : Cursor<NodeItem> in class org.neo4j.kernel.impl.api.state.StubCursors |
From |
To |
|
Change Parameter Type allocated : PrimitiveIntSet to allocated : MutableIntSet in method private allocateAndAdd(allocated MutableIntSet, swapper PageSwapper) : void in class org.neo4j.io.pagecache.impl.muninn.SwapperSetTest |
From |
To |
|
Change Parameter Type values : PrimitiveIntCollection to values : IntIterable in method public asLongArray(values IntIterable) : long[] in class org.neo4j.collection.primitive.PrimitiveIntCollections |
From |
To |
|
Change Parameter Type mandatoryKeys : PrimitiveIntSet to mandatoryKeys : MutableIntSet in method package RealCheck(record RECORD, reportClass Class<REPORT>, reporter ConsistencyReporter, recordType RecordType, mandatoryKeys MutableIntSet) in class org.neo4j.consistency.checking.full.MandatoryProperties.RealCheck |
From |
To |
|
Change Parameter Type callback : ThrowingBiConsumer<SUPPLIER,PrimitiveIntSet,EXCEPTION> to callback : ThrowingBiConsumer<SUPPLIER,MutableIntSet,EXCEPTION> in method package onMatchingSchema(schemaSuppliers Iterator<SUPPLIER>, node NodeCursor, property PropertyCursor, specialPropertyId int, callback ThrowingBiConsumer<SUPPLIER,MutableIntSet,EXCEPTION>) : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcher |
From |
To |
|
Change Parameter Type properties : PrimitiveIntSet to properties : IntSet in method private getDescriptorsByProperties(unchangedLabels long[], properties IntSet) : Set<SchemaDescriptor> in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Parameter Type properties : PrimitiveIntSet to properties : IntSet in method private countIndexesByProperties(properties IntSet) : int in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Parameter Type properties : PrimitiveIntSet to properties : IntSet in method private extractIndexesByProperties(properties IntSet) : Set<SchemaDescriptor> in class org.neo4j.kernel.impl.api.index.IndexMap |
From |
To |
|
Change Parameter Type labels : PrimitiveIntSet to labels : IntSet in method private updateRelationshipsCountsFromDegrees(labels IntSet, type int, outgoing long, incoming long) : void in class org.neo4j.kernel.api.txstate.TransactionCountingStateVisitor |
From |
To |
|
Change Parameter Type propertyIds : PrimitiveIntSet to propertyIds : MutableIntSet in method public loadProperties(nodeId long, propertyIds MutableIntSet, sink PropertyLoadSink) : void in class org.neo4j.kernel.impl.api.index.PropertyLoader |
From |
To |
|
Change Parameter Type cursor : PrimitiveIntSet to cursor : MutableIntSet in method public augmentLabels(cursor MutableIntSet, nodeState NodeState) : MutableIntSet in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type propertyIds : PrimitiveIntSet to propertyIds : MutableIntSet in method public loadProperties(nodeId long, propertyIds MutableIntSet, sink PropertyLoadSink) : void in class org.neo4j.kernel.impl.transaction.state.storeview.DynamicIndexStoreView |
From |
To |
|
Change Parameter Type propertyIds : PrimitiveIntSet to propertyIds : MutableIntSet in method public loadProperties(nodeId long, propertyIds MutableIntSet, sink PropertyLoadSink) : void in class org.neo4j.kernel.impl.transaction.state.storeview.NeoStoreIndexStoreView |
From |
To |
|
Change Parameter Type target : PrimitiveIntSet to target : MutableIntSet in method private gatherPropsToLoad(schema SchemaDescriptor, target MutableIntSet) : void in class org.neo4j.kernel.impl.api.index.NodeUpdates |
From |
To |
|
Change Parameter Type labelIds : PrimitiveIntSet to labelIds : IntSet in method private validateNodeProperties(id long, labelIds IntSet, propertyKeyIds IntSet) : void in class org.neo4j.kernel.impl.enterprise.PropertyExistenceEnforcer |
From |
To |
|
Change Parameter Type labels : PrimitiveIntSet to labels : MutableIntSet in method private StubNodeItem(nodeId long, propertyId long, labels MutableIntSet) in class org.neo4j.kernel.impl.api.state.StubCursors.StubNodeItem |
From |
To |
|
Change Parameter Type keys : PrimitiveIntSet to keys : MutableIntSet in method private checkChainItem(property PropertyRecord, engine CheckerEngine<RECORD,REPORT>, keys MutableIntSet, mandatory MandatoryProperties.Check<RECORD,REPORT>) : void in class org.neo4j.consistency.checking.PropertyChain |
From |
To |
|
Change Parameter Type nodeProperties : PrimitiveIntSet to nodeProperties : IntSet in method private nodeHasIndexProperties(nodeProperties IntSet, indexPropertyIds int[]) : boolean in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdater |
From |
To |
|
Change Parameter Type labels : PrimitiveIntSet to labels : MutableIntSet in method public augmentLabels(labels MutableIntSet, nodeState NodeState) : MutableIntSet in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type allocated : PrimitiveIntSet to allocated : MutableIntSet in method private allocateAndAddTenThousand(allocated MutableIntSet, swapper PageSwapper) : void in class org.neo4j.io.pagecache.impl.muninn.SwapperSetTest |
From |
To |
|
Change Parameter Type evictAllLoadedPagesCallback : Consumer<PrimitiveIntSet> to evictAllLoadedPagesCallback : Consumer<IntSet> in method package vacuum(evictAllLoadedPagesCallback Consumer<IntSet>) : void in class org.neo4j.io.pagecache.impl.muninn.SwapperSet |
From |
To |
|
Change Return Type PrimitiveIntSet to IntSet in method public types(startingFromType int, upToType int) : IntSet in class org.neo4j.unsafe.impl.batchimport.DataStatistics |
From |
To |
|
Change Return Type PrimitiveIntSet to IntSet in method public nodeRelationshipTypes(nodeId long) : IntSet in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public labels() : MutableIntSet in class org.neo4j.kernel.impl.api.state.StubCursors.StubNodeItem |
From |
To |
|
Change Return Type PrimitiveIntSet to IntSet in method private properties(propertyIds int...) : IntSet in class org.neo4j.kernel.impl.api.index.IndexMapTest |
From |
To |
|
Change Return Type PrimitiveIntSet to IntSet in method public asSet(iterator IntIterator) : IntSet in class org.neo4j.collection.primitive.PrimitiveIntCollections |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public labels() : MutableIntSet in class org.neo4j.storageengine.api.NodeItem |
From |
To |
|
Change Return Type PrimitiveIntSet to IntSet in method public nodeRelationshipTypes(nodeId long) : IntSet in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public labels() : MutableIntSet in class org.neo4j.kernel.impl.api.cursor.TxSingleNodeCursor |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public labels(labels int...) : MutableIntSet in class org.neo4j.kernel.impl.api.state.StubCursors |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public augmentLabels(cursor MutableIntSet, nodeState NodeState) : MutableIntSet in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type PrimitiveIntSet to IntSet in method public relationshipTypes(statement StorageStatement, node NodeItem) : IntSet in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public relationshipTypes() : MutableIntSet in class org.neo4j.kernel.impl.api.state.NodeStateImpl |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public asSet(values long[], converter LongToIntFunction) : MutableIntSet in class org.neo4j.collection.primitive.PrimitiveIntCollections |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public augmentLabels(labels MutableIntSet, nodeState NodeState) : MutableIntSet in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public labels() : MutableIntSet in class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor |
From |
To |
|
Change Return Type PrimitiveIntSet to IntSet in method package propertiesChanged() : IntSet in class org.neo4j.kernel.impl.api.index.NodeUpdates |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public offHeapIntSet(allocationTracker MemoryAllocationTracker) : MutableIntSet in class org.neo4j.collection.primitive.Primitive |
From |
To |
|
Change Return Type PrimitiveIntSet to IntSet in method public relationshipTypes(statement StorageStatement, node NodeItem) : IntSet in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public relationshipTypes() : MutableIntSet in class org.neo4j.storageengine.api.txstate.NodeState |
From |
To |
|
Change Return Type PrimitiveIntSet to MutableIntSet in method public relationshipTypes() : MutableIntSet in class org.neo4j.kernel.impl.api.state.RelationshipChangesForNode |
From |
To |
|
Change Variable Type labelIds : PrimitiveIntSet to labelIds : IntSet in method private decrementCountForLabelsAndRelationships(node NodeItem) : void in class org.neo4j.kernel.api.txstate.TransactionCountingStateVisitor |
From |
To |
|
Change Variable Type visited : PrimitiveIntSet to visited : IntHashSet in method public deduplicate(source IntIterator) : IntIterator in class org.neo4j.collection.primitive.PrimitiveIntCollections |
From |
To |
|
Change Variable Type typesToLinkThisRound : PrimitiveIntSet to typesToLinkThisRound : IntSet in method public linkRelationships(startingFromType int) : int in class org.neo4j.unsafe.impl.batchimport.ImportLogic |
From |
To |
|
Change Variable Type set : PrimitiveIntSet to set : IntSet in method public iteratorAsSet() : void in class org.neo4j.collection.primitive.PrimitiveIntCollectionsTest |
From |
To |
|
Change Variable Type labelIds : PrimitiveIntSet to labelIds : IntSet in method private validateNode(nodeId long) : void in class org.neo4j.kernel.impl.enterprise.PropertyExistenceEnforcer.Decorator |
From |
To |
|
Change Variable Type keys : PrimitiveIntSet to keys : MutableIntSet in method public forNodes(reporter ConsistencyReporter) : Function<NodeRecord,Check<NodeRecord,ConsistencyReport.NodeConsistencyReport>> in class org.neo4j.consistency.checking.full.MandatoryProperties |
From |
To |
|
Change Variable Type nodePropertyIds : PrimitiveIntSet to nodePropertyIds : MutableIntSet in method package onMatchingSchema(schemaSuppliers Iterator<SUPPLIER>, node NodeCursor, property PropertyCursor, specialPropertyId int, callback ThrowingBiConsumer<SUPPLIER,MutableIntSet,EXCEPTION>) : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcher |
From |
To |
|
Change Variable Type offHeapIntSet : PrimitiveIntSet to offHeapIntSet : MutableIntSet in method public convertCollectionToLongArray() : void in class org.neo4j.collection.primitive.PrimitiveIntCollectionsTest |
From |
To |
|
Change Variable Type iterator : IntIterator to iterator : MutableIntIterator in method private propertyLoader(properties StorageProperty...) : PropertyLoader in class org.neo4j.kernel.api.index.NodeUpdatesTest |
From |
To |