|
Rename Method public validateNodePropertyExistenceConstraint(allNodes Iterator<Cursor<NodeItem>>, descriptor NodePropertyDescriptor) : void renamed to public validateExistenceConstraint(allNodes Iterator<Cursor<NodeItem>>, descriptor LabelSchemaDescriptor) : void in class org.neo4j.kernel.impl.enterprise.EnterpriseConstraintSemantics |
From |
To |
|
Rename Method public writeRelationshipPropertyExistenceConstraint(ruleId long, descriptor RelationshipPropertyDescriptor) : ConstraintRule renamed to public createExistenceConstraint(ruleId long, descriptor ConstraintDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Rename Method public validateNodePropertyExistenceConstraint(allNodes Iterator<Cursor<NodeItem>>, descriptor NodePropertyDescriptor) : void renamed to public validateExistenceConstraint(allNodes Iterator<Cursor<NodeItem>>, descriptor LabelSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Rename Method public constraintsGetForRelationshipTypeAndPropertyKey(state KernelStatement, descriptor RelationshipPropertyDescriptor) : Iterator<RelationshipPropertyConstraint> renamed to public constraintExists(state KernelStatement, descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public constraintsGetForLabelAndPropertyKey(descriptor LabelSchemaDescriptor) : Iterator<NodePropertyConstraint> renamed to public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Rename Method public writeUniquePropertyConstraint(ruleId long, descriptor NodePropertyDescriptor, indexId long) : ConstraintRule renamed to public createUniquenessConstraintRule(ruleId long, descriptor ConstraintDescriptor, indexId long) : ConstraintRule in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Rename Method public visitRemovedUniquePropertyConstraint(element UniquenessConstraint) : void renamed to public visitRemovedConstraint(constraint ConstraintDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator |
From |
To |
|
Rename Method public constraintsGetForLabelAndPropertyKey(state KernelStatement, descriptor NodePropertyDescriptor) : Iterator<NodePropertyConstraint> renamed to public constraintsGetForSchema(state KernelStatement, descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public constraintsGetForRelationshipTypeAndPropertyKey(descriptor RelationTypeSchemaDescriptor) : Iterator<RelationshipPropertyConstraint> renamed to public constraintExists(descriptor ConstraintDescriptor) : boolean in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Rename Method public constraintsGetForLabelAndPropertyKey(state KernelStatement, descriptor NodePropertyDescriptor) : Iterator<NodePropertyConstraint> renamed to public constraintsGetForSchema(state KernelStatement, descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Rename Method public constraintsGetForRelationshipTypeAndPropertyKey(state KernelStatement, descriptor RelationshipPropertyDescriptor) : Iterator<RelationshipPropertyConstraint> renamed to public constraintExists(state KernelStatement, descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Rename Method public writeUniquePropertyConstraint(ruleId long, descriptor NodePropertyDescriptor, indexId long) : ConstraintRule renamed to public createUniquenessConstraintRule(ruleId long, descriptor ConstraintDescriptor, indexId long) : ConstraintRule in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Rename Method public shouldListConstraintsForLabelAndProperty() : void renamed to public shouldListConstraintsForSchema() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Rename Method public constraintsGetForLabelAndPropertyKey(descriptor LabelSchemaDescriptor) : Iterator<NodePropertyConstraint> renamed to public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Rename Method public validateRelationshipPropertyExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationshipPropertyDescriptor) : void renamed to public validateExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationTypeSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Rename Method public writeNodePropertyExistenceConstraint(ruleId long, descriptor NodePropertyDescriptor) : ConstraintRule renamed to public validateExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationTypeSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Rename Method public constraintsGetForLabelAndPropertyKey(state KernelStatement, descriptor NodePropertyDescriptor) : Iterator<NodePropertyConstraint> renamed to public constraintsGetForSchema(state KernelStatement, descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Rename Method public constraintsGetForLabelAndPropertyKey(descriptor NodePropertyDescriptor) : Iterator<NodePropertyConstraint> renamed to public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Rename Method public constraintsGetForLabelAndPropertyKey(descriptor NodePropertyDescriptor) : Iterator<NodePropertyConstraint> renamed to public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Rename Method public constraintsGetForRelationshipTypeAndPropertyKey(descriptor RelationTypeSchemaDescriptor) : Iterator<RelationshipPropertyConstraint> renamed to public constraintExists(descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Rename Method public visitRemovedUniquePropertyConstraint(element UniquenessConstraint) : void renamed to public visitRemovedConstraint(element ConstraintDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor |
From |
To |
|
Rename Method public visitRemovedUniquePropertyConstraint(constraint UniquenessConstraint) : void renamed to public visitRemoved(constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Rename Method public validateNodePropertyExistenceConstraint(allNodes Iterator<Cursor<NodeItem>>, descriptor NodePropertyDescriptor) : void renamed to public validateExistenceConstraint(allNodes Iterator<Cursor<NodeItem>>, descriptor LabelSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Rename Method public visitRemovedUniquePropertyConstraint(element UniquenessConstraint) : void renamed to public visitRemovedConstraint(constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Rename Method public writeNodePropertyExistenceConstraint(ruleId long, descriptor NodePropertyDescriptor) : ConstraintRule renamed to public validateExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationTypeSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Rename Method public writeNodePropertyExistenceConstraint(ruleId long, descriptor NodePropertyDescriptor) : ConstraintRule renamed to public createExistenceConstraint(ruleId long, descriptor ConstraintDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Rename Method public visitAddedUniquePropertyConstraint(constraint UniquenessConstraint) : void renamed to public visitAdded(constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Rename Method public constraintsGetForRelationshipTypeAndPropertyKey(state KernelStatement, descriptor RelationshipPropertyDescriptor) : Iterator<RelationshipPropertyConstraint> renamed to public constraintExists(state KernelStatement, descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Rename Method public writeRelationshipPropertyExistenceConstraint(ruleId long, descriptor RelationshipPropertyDescriptor) : ConstraintRule renamed to public createExistenceConstraint(ruleId long, descriptor ConstraintDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Rename Method public writeNodePropertyExistenceConstraint(ruleId long, descriptor NodePropertyDescriptor) : ConstraintRule renamed to public createExistenceConstraint(ruleId long, descriptor ConstraintDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.enterprise.EnterpriseConstraintSemantics |
From |
To |
|
Rename Method public validateRelationshipPropertyExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationshipPropertyDescriptor) : void renamed to public validateExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationTypeSchemaDescriptor) : void in class org.neo4j.kernel.impl.enterprise.EnterpriseConstraintSemantics |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : RelationTypeSchemaDescriptor in method public validateExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationTypeSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Parameter Type constraints : Iterator<? extends PropertyConstraint> to constraints : Iterator<? extends ConstraintDescriptor> in method private asConstraintDefinitions(constraints Iterator<? extends ConstraintDescriptor>, readOperations ReadOperations) : Iterable<ConstraintDefinition> in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : SchemaDescriptor in method public constraintsGetForSchema(state KernelStatement, descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : SchemaDescriptor in method public constraintsGetForSchema(state KernelStatement, descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Parameter Type constraint : UniquenessConstraint to schema : LabelSchemaDescriptor in method public createConstraintIndex(schema LabelSchemaDescriptor) : NewIndexDescriptor in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Parameter Type constraint : UniquenessConstraint to constraint : ConstraintDescriptor in method public indexCreatedForConstraint(constraint ConstraintDescriptor) : Long in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : RelationTypeSchemaDescriptor in method public validateExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationTypeSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : ConstraintDescriptor in method public createExistenceConstraint(ruleId long, descriptor ConstraintDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.enterprise.EnterpriseConstraintSemantics |
From |
To |
|
Change Parameter Type constraint : UniquenessConstraint to constraint : ConstraintDescriptor in method public indexCreatedForConstraint(constraint ConstraintDescriptor) : Long in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type element : UniquenessConstraint to element : ConstraintDescriptor in method public visitRemovedConstraint(element ConstraintDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor |
From |
To |
|
Change Parameter Type element : UniquenessConstraint to constraint : ConstraintDescriptor in method public visitRemovedConstraint(constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Parameter Type descriptor : LabelSchemaDescriptor to descriptor : SchemaDescriptor in method public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type constraint : UniquenessConstraint to constraint : ConstraintDescriptor in method public constraintDoAdd(constraint ConstraintDescriptor, indexId long) : void in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : LabelSchemaDescriptor in method public validateExistenceConstraint(allNodes Iterator<Cursor<NodeItem>>, descriptor LabelSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Parameter Type descriptor : RelationshipPropertyDescriptor to descriptor : ConstraintDescriptor in method public createExistenceConstraint(ruleId long, descriptor ConstraintDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : ConstraintDescriptor in method public createUniquenessConstraintRule(ruleId long, descriptor ConstraintDescriptor, indexId long) : ConstraintRule in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Parameter Type constraint : UniquenessConstraint to constraint : ConstraintDescriptor in method public visitRemoved(constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Change Parameter Type descriptor : RelationshipPropertyDescriptor to descriptor : RelationTypeSchemaDescriptor in method public validateExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationTypeSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Parameter Type descriptor : RelationshipPropertyDescriptor to descriptor : ConstraintDescriptor in method public constraintExists(state KernelStatement, descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : SchemaDescriptor in method public constraintsGetForSchema(state KernelStatement, descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : RelationshipPropertyDescriptor to descriptor : ConstraintDescriptor in method public constraintExists(state KernelStatement, descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : SchemaDescriptor in method public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type element : UniquenessConstraint to constraint : ConstraintDescriptor in method public visitRemovedConstraint(constraint ConstraintDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator |
From |
To |
|
Change Parameter Type descriptor : RelationshipPropertyDescriptor to descriptor : ConstraintDescriptor in method public createExistenceConstraint(ruleId long, descriptor ConstraintDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Parameter Type constraint : NodePropertyConstraint to constraint : ConstraintDescriptor in method public constraintDoDrop(constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : RelationshipPropertyDescriptor to descriptor : ConstraintDescriptor in method public constraintExists(state KernelStatement, descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Parameter Type descriptor : RelationTypeSchemaDescriptor to descriptor : ConstraintDescriptor in method public constraintExists(descriptor ConstraintDescriptor) : boolean in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Parameter Type descriptor : RelationshipPropertyDescriptor to descriptor : RelationTypeSchemaDescriptor in method public validateExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationTypeSchemaDescriptor) : void in class org.neo4j.kernel.impl.enterprise.EnterpriseConstraintSemantics |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : LabelSchemaDescriptor in method private validateNodePropertyExistenceConstraint(node NodeItem, propertyKey int, descriptor LabelSchemaDescriptor) : void in class org.neo4j.kernel.impl.enterprise.EnterpriseConstraintSemantics |
From |
To |
|
Change Parameter Type constraint : NodePropertyConstraint to constraint : ConstraintDescriptor in method public constraintDoDrop(constraint ConstraintDescriptor) : void in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : LabelSchemaDescriptor in method public createUniquenessConstraintIndex(state KernelStatement, schema SchemaReadOperations, descriptor LabelSchemaDescriptor) : long in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Parameter Type constraint : UniquenessConstraint to constraint : ConstraintDescriptor in method private validateNoExistingNodeWithLabelAndProperty(state KernelStatement, constraint ConstraintDescriptor, value Object, modifiedNode long) : void in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : LabelSchemaDescriptor in method public validateExistenceConstraint(allNodes Iterator<Cursor<NodeItem>>, descriptor LabelSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : ConstraintDescriptor in method public createUniquenessConstraintRule(ruleId long, descriptor ConstraintDescriptor, indexId long) : ConstraintRule in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Parameter Type constraint : UniquenessConstraint to constraint : ConstraintDescriptor in method public visitAdded(constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Change Parameter Type descriptor : LabelSchemaDescriptor to descriptor : SchemaDescriptor in method public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Parameter Type descriptor : RelationTypeSchemaDescriptor to descriptor : ConstraintDescriptor in method public constraintExists(descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : ConstraintDescriptor in method public createExistenceConstraint(ruleId long, descriptor ConstraintDescriptor) : ConstraintRule in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : SchemaDescriptor in method public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type constraint : UniquenessConstraint to constraint : ConstraintDescriptor in method public constraintDoAdd(constraint ConstraintDescriptor, indexId long) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : NodePropertyDescriptor to descriptor : LabelSchemaDescriptor in method public validateExistenceConstraint(allNodes Iterator<Cursor<NodeItem>>, descriptor LabelSchemaDescriptor) : void in class org.neo4j.kernel.impl.enterprise.EnterpriseConstraintSemantics |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForLabel(state KernelStatement, labelId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to boolean in method public constraintExists(state KernelStatement, descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type Iterator<PropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetAll() : Iterator<ConstraintDescriptor> in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Return Type Map<UniquenessConstraint,Long> to Map<ConstraintDescriptor,Long> in method private createdConstraintIndexesByConstraint() : Map<ConstraintDescriptor,Long> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForRelationshipType(typeId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to boolean in method public constraintExists(descriptor ConstraintDescriptor) : boolean in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Return Type ConstraintRule to void in method public validateExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationTypeSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForSchema(state KernelStatement, descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForRelationshipType(typeId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsForRelationshipType(relTypeId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache |
From |
To |
|
Change Return Type ReadableDiffSets<RelationshipPropertyConstraint> to ReadableDiffSets<ConstraintDescriptor> in method public constraintsChangesForRelationshipType(relTypeId int) : ReadableDiffSets<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type ReadableDiffSets<PropertyConstraint> to ReadableDiffSets<ConstraintDescriptor> in method public constraintsChanges() : ReadableDiffSets<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to boolean in method public constraintExists(state KernelStatement, descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Return Type Iterator<PropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetAll() : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to boolean in method public constraintExists(descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Return Type ReadableDiffSets<NodePropertyConstraint> to ReadableDiffSets<ConstraintDescriptor> in method public constraintsChangesForLabel(labelId int) : ReadableDiffSets<ConstraintDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type Iterator<PropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetAll(state KernelStatement) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForRelationshipType(state KernelStatement, typeId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Return Type Iterator<PropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetAll() : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForRelationshipType(state KernelStatement, typeId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForLabel(labelId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Return Type ReadableDiffSets<NodePropertyConstraint> to ReadableDiffSets<ConstraintDescriptor> in method public constraintsChangesForLabel(labelId int) : ReadableDiffSets<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForRelationshipType(typeId int) : Iterator<ConstraintDescriptor> in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Return Type DiffSetsVisitor<PropertyConstraint> to DiffSetsVisitor<ConstraintDescriptor> in method private constraintsVisitor(visitor TxStateVisitor) : DiffSetsVisitor<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type Iterator<PropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetAll(state KernelStatement) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsForLabel(label int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache |
From |
To |
|
Change Return Type Iterator<PropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetAll(state KernelStatement) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Return Type ReadableDiffSets<PropertyConstraint> to ReadableDiffSets<ConstraintDescriptor> in method public constraintsChanges() : ReadableDiffSets<ConstraintDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type DiffSets<PropertyConstraint> to DiffSets<ConstraintDescriptor> in method private constraintsChangesDiffSets() : DiffSets<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForLabel(labelId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForLabel(labelId int) : Iterator<ConstraintDescriptor> in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForLabel(state KernelStatement, labelId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForSchema(state KernelStatement, descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to boolean in method public constraintExists(state KernelStatement, descriptor ConstraintDescriptor) : boolean in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForRelationshipType(typeId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type Iterator<PropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetAll() : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type Iterator<PropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraints() : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForSchema(descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForLabel(labelId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type ReadableDiffSets<RelationshipPropertyConstraint> to ReadableDiffSets<ConstraintDescriptor> in method public constraintsChangesForRelationshipType(relTypeId int) : ReadableDiffSets<ConstraintDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForSchema(state KernelStatement, descriptor SchemaDescriptor) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Return Type ConstraintRule to void in method public validateExistenceConstraint(allRels Cursor<RelationshipItem>, descriptor RelationTypeSchemaDescriptor) : void in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Return Type Iterator<RelationshipPropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForRelationshipType(state KernelStatement, typeId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Return Type Iterator<NodePropertyConstraint> to Iterator<ConstraintDescriptor> in method public constraintsGetForLabel(state KernelStatement, labelId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Variable Type constraints : Set<PropertyConstraint> to constraints : Set<ConstraintDescriptor> in method public shouldListAllConstraints() : void in class org.neo4j.kernel.impl.api.store.StorageLayerSchemaWithPECTest |
From |
To |
|
Change Variable Type expectedConstraints : Set<RelationshipPropertyConstraint> to propKeyId : int in method private relationshipPropertyExistenceDescriptor(relType RelationshipType, propertyKey String) : ConstraintDescriptor in class org.neo4j.kernel.impl.api.store.StorageLayerSchemaWithPECTest |
From |
To |
|
Change Variable Type listed : Set<RelationshipPropertyConstraint> to listed : Set<ConstraintDescriptor> in method public shouldListConstraintsForRelationshipType() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type constraints : Set<PropertyConstraint> to constraints : Set<ConstraintDescriptor> in method public shouldListAllConstraints() : void in class org.neo4j.kernel.impl.api.store.StorageLayerSchemaTest |
From |
To |
|
Change Variable Type constraints : Set<NodePropertyConstraint> to constraints : Set<ConstraintDescriptor> in method public shouldListAllConstraintsForLabelAndProperty() : void in class org.neo4j.kernel.impl.api.store.StorageLayerSchemaWithPECTest |
From |
To |
|
Change Variable Type constraint : UniquenessConstraint to constraint : ConstraintDescriptor in method public nodeSetProperty(state KernelStatement, nodeId long, property DefinedProperty) : Property in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Variable Type constraints : Set<NodePropertyConstraint> to constraints : Set<ConstraintDescriptor> in method public shouldListAllConstraintsForLabel() : void in class org.neo4j.kernel.impl.api.store.StorageLayerSchemaWithPECTest |
From |
To |
|
Change Variable Type result : Set<NodePropertyConstraint> to result : Set<ConstraintDescriptor> in method public shouldGetConstraintsByLabelAndProperty() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest |
From |
To |
|
Change Variable Type nodePropertyConstraintIterator : Iterator<NodePropertyConstraint> to nodePropertyConstraintIterator : Iterator<ConstraintDescriptor> in method public buildSchemaGraph() : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Change Variable Type constraints : Set<RelationshipPropertyConstraint> to constraints : Set<ConstraintDescriptor> in method public shouldListAllConstraintsForRelationshipTypeAndProperty() : void in class org.neo4j.kernel.impl.api.store.StorageLayerSchemaWithPECTest |
From |
To |
|
Change Variable Type constraints : Set<RelationshipPropertyConstraint> to constraints : Set<ConstraintDescriptor> in method public shouldListAllConstraintsForRelationshipType() : void in class org.neo4j.kernel.impl.api.store.StorageLayerSchemaWithPECTest |
From |
To |
|
Change Variable Type constraints : Iterator<NodePropertyConstraint> to constraints : Iterator<ConstraintDescriptor> in method public getConstraints(label Label) : Iterable<ConstraintDefinition> in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Variable Type result : Set<PropertyConstraint> to result : Set<ConstraintDescriptor> in method public shouldGetAllConstraints() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest |
From |
To |
|
Change Variable Type result : Iterator<NodePropertyConstraint> to result : Iterator<ConstraintDescriptor> in method public shouldAcquireSchemaReadLockBeforeGettingConstraintsByLabelAndProperty() : void in class org.neo4j.kernel.impl.api.LockingStatementOperationsTest |
From |
To |
|
Change Variable Type constraints : Iterator<PropertyConstraint> to constraints : Iterator<ConstraintDescriptor> in method public constraintsGetAll(state KernelStatement) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Variable Type constraint : UniquenessConstraint to constraint : ConstraintDescriptor in method public nodeAddLabel(state KernelStatement, nodeId long, labelId int) : boolean in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Variable Type expectedConstraints : Set<NodePropertyConstraint> to expected : Set<ConstraintDescriptor> in method public shouldListAllConstraintsForLabelAndProperty() : void in class org.neo4j.kernel.impl.api.store.StorageLayerSchemaWithPECTest |
From |
To |
|
Change Variable Type expected : Set<RelationshipPropertyConstraint> to expected : Set<ConstraintDescriptor> in method public shouldListConstraintsForRelationshipType() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type result : Set<NodePropertyConstraint> to result : Set<ConstraintDescriptor> in method public shouldGetConstraintsByLabel() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest |
From |
To |
|
Change Variable Type constraints : Iterator<RelationshipPropertyConstraint> to constraints : Iterator<ConstraintDescriptor> in method public constraintsGetForRelationshipType(state KernelStatement, typeId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Variable Type constraints : Iterator<PropertyConstraint> to constraints : Iterator<ConstraintDescriptor> in method public decorateTxStateVisitor(storeLayer StoreReadLayer, txState ReadableTransactionState, visitor TxStateVisitor) : TxStateVisitor in class org.neo4j.kernel.impl.enterprise.EnterpriseConstraintSemantics |
From |
To |
|
Change Variable Type constraints : Iterator<NodePropertyConstraint> to constraints : Iterator<ConstraintDescriptor> in method public constraintsGetForLabel(state KernelStatement, labelId int) : Iterator<ConstraintDescriptor> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Variable Type constraints : Iterator<PropertyConstraint> to constraints : Iterator<ConstraintDescriptor> in method public getConstraints() : Iterable<ConstraintDefinition> in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Variable Type listed : Set<NodePropertyConstraint> to listed : Set<ConstraintDescriptor> in method public shouldListConstraintsForSchema() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : NewIndexDescriptor in method private validateNoExistingNodeWithLabelAndProperty(state KernelStatement, constraint ConstraintDescriptor, value Object, modifiedNode long) : void in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Variable Type result : Iterator<NodePropertyConstraint> to result : Iterator<ConstraintDescriptor> in method public shouldAcquireSchemaReadLockBeforeGettingConstraintsByLabel() : void in class org.neo4j.kernel.impl.api.LockingStatementOperationsTest |
From |
To |
|
Change Variable Type constraintIterator : Iterator<UniquenessConstraint> to constraints : Iterator<ConstraintDescriptor> in method public nodeSetProperty(state KernelStatement, nodeId long, property DefinedProperty) : Property in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Variable Type constraint : PropertyConstraint to constraint : ConstraintDescriptor in method private asConstraintDefinitions(constraints Iterator<? extends ConstraintDescriptor>, readOperations ReadOperations) : Iterable<ConstraintDefinition> in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Variable Type constraints : Iterator<RelationshipPropertyConstraint> to constraints : Iterator<ConstraintDescriptor> in method public getConstraints(type RelationshipType) : Iterable<ConstraintDefinition> in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Variable Type listed : Set<NodePropertyConstraint> to listed : Set<ConstraintDescriptor> in method public shouldListConstraintsForLabel() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type result : Iterator<PropertyConstraint> to result : Iterator<ConstraintDescriptor> in method public shouldAcquireSchemaReadLockBeforeGettingAllConstraints() : void in class org.neo4j.kernel.impl.api.LockingStatementOperationsTest |
From |
To |
|
Change Variable Type expectedConstraints : Set<NodePropertyConstraint> to expectedConstraints : Set<ConstraintDescriptor> in method public shouldListAllConstraintsForLabel() : void in class org.neo4j.kernel.impl.api.store.StorageLayerSchemaWithPECTest |
From |
To |
|
Change Variable Type expected : Set<NodePropertyConstraint> to expected : Set<ConstraintDescriptor> in method public shouldListConstraintsForLabel() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type constraints : Iterator<PropertyConstraint> to constraints : Iterator<ConstraintDescriptor> in method private showUniqueConstraints(visitor DbStructureVisitor, read ReadOperations, nameLookup TokenNameLookup) : void in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuide |
From |
To |
|
Change Variable Type constraints : Set<NodePropertyConstraint> to constraints : Set<ConstraintDescriptor> in method public shouldListAllConstraintsForLabelAndProperty() : void in class org.neo4j.kernel.impl.api.store.StorageLayerSchemaTest |
From |
To |
|
Change Variable Type constraints : Set<NodePropertyConstraint> to constraints : Set<ConstraintDescriptor> in method public shouldListAllConstraintsForLabel() : void in class org.neo4j.kernel.impl.api.store.StorageLayerSchemaTest |
From |
To |
|
Change Variable Type diff : ReadableDiffSets<NodePropertyConstraint> to diff : ReadableDiffSets<ConstraintDescriptor> in method public shouldAddUniquenessConstraint() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |