|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : ConstraintDescriptor in method private ConstraintRule(id long, descriptor ConstraintDescriptor, ownedIndexRule Optional<Long>) in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Change Parameter Type filter : Predicate<SchemaRule.Kind> to filter : Predicate<IndexRule> in method public indexGetCommittedId(index IndexDescriptor, filter Predicate<IndexRule>) : long in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Parameter Type ownedIndexRule : long to ownedIndexRule : Optional<Long> in method private ConstraintRule(id long, descriptor ConstraintDescriptor, ownedIndexRule Optional<Long>) in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : ConstraintDescriptor in method public constraintRule(id long, descriptor ConstraintDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Change Parameter Type filter : Predicate<SchemaRule.Kind> to filter : Predicate<IndexRule> in method public indexGetCommittedId(state KernelStatement, index IndexDescriptor, filter Predicate<IndexRule>) : long in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type rule : PropertyConstraintRule to rule : ConstraintRule in method protected readNonStandardConstraint(rule ConstraintRule) : PropertyConstraint in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Parameter Type filter : Predicate<SchemaRule.Kind> to filter : Predicate<IndexRule> in method public indexGetCommittedId(index IndexDescriptor, filter Predicate<IndexRule>) : long in class org.neo4j.kernel.impl.api.store.DiskLayer |
From |
To |
|
Change Parameter Type owningConstraint : Long to owningConstraint : long in method private IndexRule(id long, providerDescriptor SchemaIndexProvider.Descriptor, descriptor NewIndexDescriptor, owningConstraint long) in class org.neo4j.kernel.impl.store.record.IndexRule |
From |
To |
|
Change Parameter Type filter : Predicate<SchemaRule.Kind> to filter : Predicate<IndexRule> in method public indexGetCommittedId(state KernelStatement, index IndexDescriptor, filter Predicate<IndexRule>) : long in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : NewIndexDescriptor in method private IndexRule(id long, providerDescriptor SchemaIndexProvider.Descriptor, descriptor NewIndexDescriptor, owningConstraint long) in class org.neo4j.kernel.impl.store.record.IndexRule |
From |
To |
|
Change Parameter Type filter : Predicate<SchemaRule.Kind> to filter : Predicate<IndexRule> in method public indexRule(index IndexDescriptor, filter Predicate<IndexRule>) : IndexRule in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Parameter Type rule : UniquePropertyConstraintRule to rule : ConstraintRule in method public checkConstraintRule(rule ConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.CheckStrategy |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : SchemaDescriptor in method public indexRule(descriptor SchemaDescriptor, filter Predicate<IndexRule>) : IndexRule in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Parameter Type filter : Predicate<SchemaRule.Kind> to filter : Predicate<IndexRule> in method public indexGetCommittedId(index IndexDescriptor, filter Predicate<IndexRule>) : long in class org.neo4j.kernel.impl.api.store.CacheLayer |
From |
To |
|
Change Parameter Type rule : UniquePropertyConstraintRule to rule : ConstraintRule in method public checkConstraintRule(rule ConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.ObligationsCheckStrategy |
From |
To |
|
Change Parameter Type rules : Iterable<SchemaRule> to rules : Iterable<IndexRule> in method private toIndexDescriptors(rules Iterable<IndexRule>) : Iterator<IndexDescriptor> in class org.neo4j.kernel.impl.api.store.CacheLayer |
From |
To |
|
Change Parameter Type descriptor : EntityPropertyDescriptor to descriptor : SchemaDescriptor in method protected SchemaRuleException(status Status, messageTemplate String, kind SchemaRule.Kind, descriptor SchemaDescriptor) in class org.neo4j.kernel.api.exceptions.schema.SchemaRuleException |
From |
To |
|
Change Parameter Type filter : Predicate<SchemaRule.Kind> to filter : Predicate<IndexRule> in method public indexGetCommittedId(state KernelStatement, index IndexDescriptor, filter Predicate<IndexRule>) : long in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type filter : Predicate<SchemaRule.Kind> to filter : Predicate<IndexRule> in method public indexRule(index IndexDescriptor, filter Predicate<IndexRule>) : IndexRule in class org.neo4j.kernel.impl.api.store.DiskLayer |
From |
To |
|
Change Parameter Type filter : Predicate<SchemaRule.Kind> to filter : Predicate<IndexRule> in method public indexRule(index IndexDescriptor, filter Predicate<IndexRule>) : IndexRule in class org.neo4j.kernel.impl.api.store.CacheLayer |
From |
To |
|
Change Parameter Type rule : UniquePropertyConstraintRule to rule : ConstraintRule in method public checkConstraintRule(rule ConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.RulesCheckStrategy |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : SchemaDescriptor in method public indexRule(descriptor SchemaDescriptor) : IndexRule in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Variable Type rule : UniquePropertyConstraintRule to propertyKeyId : int in method public visitRemovedUniquePropertyConstraint(element UniquenessConstraint) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Variable Type rule2 : UniquePropertyConstraintRule to rule2 : ConstraintRule in method public shouldListConstraintsForLabel() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule3 : RelationshipPropertyExistenceConstraintRule to rule3 : ConstraintRule in method public shouldListConstraintsForRelationshipTypeAndProperty() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule : SchemaRule to rule : ConstraintRule in method private createNodePropertyExistenceConstraint(labelId int, propertyKeyId int) : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type rule1 : RelationshipPropertyExistenceConstraintRule to rule1 : ConstraintRule in method public shouldListConstraintsForRelationshipType() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule : UniquePropertyConstraintRule to rule : ConstraintRule in method public shouldApplyUpdateUniquenessConstraintRuleSchemaRuleCommandToTheStoreInRecovery() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type rule : IndexSchemaRule to rule : IndexRule in method public indexGetOwningUniquenessConstraintId(index IndexDescriptor) : Long in class org.neo4j.kernel.impl.api.store.CacheLayer |
From |
To |
|
Change Variable Type rule2 : RelationshipPropertyExistenceConstraintRule to rule2 : ConstraintRule in method public shouldListConstraintsForRelationshipType() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule2 : RelationshipPropertyExistenceConstraintRule to rule2 : ConstraintRule in method public shouldListConstraintsForRelationshipTypeAndProperty() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule : UniquePropertyConstraintRule to rule : ConstraintRule in method public shouldApplyCreateUniquenessConstraintRuleSchemaRuleCommandToTheStoreInRecovery() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type rule3 : RelationshipPropertyExistenceConstraintRule to rule3 : ConstraintRule in method public shouldListConstraintsForRelationshipType() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule : UniquePropertyConstraintRule to rule : ConstraintRule in method public shouldApplyCreateUniquenessConstraintRuleSchemaRuleCommandToTheStore() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type rule3 : NodePropertyExistenceConstraintRule to rule3 : ConstraintRule in method public shouldListConstraintsForLabel() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule1 : UniquePropertyConstraintRule to rule1 : ConstraintRule in method public shouldListConstraintsForLabelAndProperty() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule1 : RelationshipPropertyExistenceConstraintRule to rule1 : ConstraintRule in method public shouldListConstraintsForRelationshipTypeAndProperty() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule : SchemaRule to rule : IndexRule in method private getIndexesNeedingPopulation() : IndexRule[] in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type rule3 : NodePropertyExistenceConstraintRule to rule3 : ConstraintRule in method public shouldListConstraintsForLabelAndProperty() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule : SchemaRule to rule : ConstraintRule in method private createRelationshipPropertyExistenceConstraint(relTypeId int, propertyKeyId int) : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type rule2 : UniquePropertyConstraintRule to rule2 : ConstraintRule in method public shouldListConstraintsForLabelAndProperty() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule1 : UniquePropertyConstraintRule to rule1 : ConstraintRule in method public shouldListConstraintsForLabel() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type rule : IndexSchemaRule to rule : IndexRule in method public indexGetCommittedId(index IndexDescriptor, filter Predicate<IndexRule>) : long in class org.neo4j.kernel.impl.api.store.CacheLayer |
From |
To |
|
Change Variable Type rule2 : UniquePropertyConstraintRule to rule2 : ConstraintRule in method private createUniquenessConstraintRule(labelId int, propertyKeyId int) : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type rule : UniquePropertyConstraintRule to rule : ConstraintRule in method public shouldApplyUpdateUniquenessConstraintRuleSchemaRuleCommandToTheStore() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type rule : SchemaRule to rule : IndexRule in method public indexRule(index IndexDescriptor, filter Predicate<IndexRule>) : IndexRule in class org.neo4j.kernel.impl.api.store.CacheLayer |
From |
To |
|
Change Variable Type constraintRule : UniquePropertyConstraintRule to constraintRule : ConstraintRule in method public shouldCreateConsistentUniquenessConstraint() : void in class org.neo4j.unsafe.batchinsert.internal.BatchInsertTest |
From |
To |
|
Change Variable Type rule : UniquePropertyConstraintRule to rule : ConstraintRule in method public shouldApplyDeleteUniquenessConstraintRuleSchemaRuleCommandToTheStoreInRecovery() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type rule2 : UniquePropertyConstraintRule to rule2 : ConstraintRule in method public shouldReportInvalidConstraintBackReferences() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type rule : UniquePropertyConstraintRule to rule : ConstraintRule in method public shouldApplyDeleteUniquenessConstraintRuleSchemaRuleCommandToTheStore() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Rename Method public checkUniquenessConstraintRule(rule UniquePropertyConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void renamed to public checkConstraintRule(rule ConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.ObligationsCheckStrategy |
From |
To |
|
Rename Method public uniquenessConstraintRule(id long, descriptor NodePropertyDescriptor, ownedIndexRule long) : UniquePropertyConstraintRule renamed to public constraintRule(id long, descriptor ConstraintDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Rename Method public checkUniquenessConstraintRule(rule UniquePropertyConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void renamed to public checkConstraintRule(rule ConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.CheckStrategy |
From |
To |
|
Rename Method private createConstraintRule(constraint UniquenessConstraint) : void renamed to private createUniquenessConstraintRule(constraint UniquenessConstraint) : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Rename Method public getPropertyKey() : int renamed to public hashCode() : int in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Rename Method private findRelevantIndexRule(indexRules List<IndexRule>, propertyKeyId int, labelIds long[]) : IndexRule renamed to private findIndexRuleWithOneOfLabels(indexRules List<IndexRule>, labelIds long[]) : IndexRule in class org.neo4j.kernel.impl.storemigration.legacystore.v21.propertydeduplication.IndexLookup |
From |
To |
|
Rename Method public checkUniquenessConstraintRule(rule UniquePropertyConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void renamed to public checkConstraintRule(rule ConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.RulesCheckStrategy |
From |
To |
|
Change Return Type RelationshipPropertyExistenceConstraintRule to ConstraintRule in method public readRelPropertyExistenceConstraintRule(id long, relTypeId int, buffer ByteBuffer) : ConstraintRule in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Change Return Type PropertyConstraintRule to ConstraintRule in method public writeNodePropertyExistenceConstraint(ruleId long, descriptor NodePropertyDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Return Type UniquePropertyConstraintRule to ConstraintRule in method private getUniquePropertyConstraintRule(id long, label String, property String) : ConstraintRule in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Return Type PropertyConstraintRule to ConstraintRule in method public writeUniquePropertyConstraint(ruleId long, descriptor NodePropertyDescriptor, indexId long) : ConstraintRule in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Return Type long to Optional<Long> in method private readOwnedIndexRule(buffer ByteBuffer) : Optional<Long> in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Change Return Type Iterable<PropertyConstraintRule> to Iterable<ConstraintRule> in method private constraintsIgnoringMalformed(schemaStorage SchemaStorage) : Iterable<ConstraintRule> in class org.neo4j.consistency.checking.full.MandatoryProperties |
From |
To |
|
Change Return Type PropertyConstraintRule to ConstraintRule in method public writeRelationshipPropertyExistenceConstraint(ruleId long, descriptor RelationshipPropertyDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Return Type IndexSchemaRule to IndexRule in method public indexRule(index IndexDescriptor, filter Predicate<IndexRule>) : IndexRule in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Return Type PropertyConstraintRule to ConstraintRule in method public writeNodePropertyExistenceConstraint(ruleId long, descriptor NodePropertyDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.enterprise.EnterpriseConstraintSemantics |
From |
To |
|
Change Return Type PropertyConstraintRule to ConstraintRule in method public writeRelationshipPropertyExistenceConstraint(ruleId long, descriptor RelationshipPropertyDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Return Type IndexSchemaRule to IndexRule in method public indexRule(index IndexDescriptor, filter Predicate<IndexRule>) : IndexRule in class org.neo4j.kernel.impl.api.store.DiskLayer |
From |
To |
|
Change Return Type UniquePropertyConstraintRule to ConstraintRule in method public constraintRule(id long, descriptor ConstraintDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Change Return Type RelationshipPropertyExistenceConstraintRule to ConstraintRule in method private getRelationshipPropertyExistenceConstraintRule(id long, type String, property String) : ConstraintRule in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Return Type PropertyConstraintRule to ConstraintRule in method public writeNodePropertyExistenceConstraint(ruleId long, descriptor NodePropertyDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Return Type IndexSchemaRule to IndexRule in method public indexRule(index IndexDescriptor, filter Predicate<IndexRule>) : IndexRule in class org.neo4j.kernel.impl.api.store.CacheLayer |
From |
To |
|
Change Return Type PropertyConstraintRule to ConstraintRule in method public writeUniquePropertyConstraint(ruleId long, descriptor NodePropertyDescriptor, indexId long) : ConstraintRule in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Return Type UniquePropertyConstraintRule to ConstraintRule in method public readUniquenessConstraintRule(id long, labelId int, buffer ByteBuffer) : ConstraintRule in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Change Return Type NodePropertyExistenceConstraintRule to ConstraintRule in method public readNodePropertyExistenceConstraintRule(id long, labelId int, buffer ByteBuffer) : ConstraintRule in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Change Return Type PropertyConstraintRule to ConstraintRule in method public writeRelationshipPropertyExistenceConstraint(ruleId long, descriptor RelationshipPropertyDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.enterprise.EnterpriseConstraintSemantics |
From |
To |
|
Change Attribute Type CONSTRAINT_INDEX_RULES : Predicate<SchemaRule> to CONSTRAINT_INDEX_RULES : Predicate<IndexRule> in class org.neo4j.kernel.impl.api.store.DiskLayer |
From |
To |
|
Change Attribute Type isConstraint : boolean to userString : String in class org.neo4j.storageengine.api.schema.SchemaRule.Kind |
From |
To |
|
Change Attribute Type messagePrefix : String to kind : SchemaRule.Kind in class org.neo4j.kernel.api.exceptions.schema.SchemaRuleException |
From |
To |
|
Change Attribute Type indexDescriptors : Set<IndexDescriptor> to indexDescriptorCommitIds : Map<IndexDescriptor,Long> in class org.neo4j.kernel.impl.api.store.SchemaCache |
From |
To |
|
Change Attribute Type INDEX_RULES : Predicate<SchemaRule> to INDEX_RULES : Predicate<IndexRule> in class org.neo4j.kernel.impl.api.store.DiskLayer |
From |
To |
|
Change Attribute Type ownedIndexRule : long to ownedIndexRule : Optional<Long> in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Change Attribute Type RULE_TO_CONSTRAINT : Function<PropertyConstraintRule,PropertyConstraint> to RULE_TO_CONSTRAINT : Function<ConstraintRule,PropertyConstraint> in class org.neo4j.kernel.impl.api.store.DiskLayer |
From |
To |
|
Change Attribute Type owningConstraint : Long to owningConstraint : long in class org.neo4j.kernel.impl.store.record.IndexRule |
From |
To |
|
Change Attribute Type descriptor : EntityPropertyDescriptor to descriptor : SchemaDescriptor in class org.neo4j.kernel.api.exceptions.schema.SchemaRuleException |
From |
To |