Toggle navigation
Home
org.neo4j.kernel.api.schema.NodePropertyDescriptor to org.neo4j.kernel.api.schema_new.LabelSchemaDescriptor
No. of Instances - 77
No. of Commits - 7
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
index
to
descriptor
index
to
descriptor
index
to
descriptor
index
to
descriptor
index
to
descriptor
descriptor1
to
descriptor
descriptor1
to
descriptor
descriptor1
to
descriptor
descriptor1
to
descriptor
descriptor1
to
descriptor
Add or Remove Method invocation
IndexDescriptorFactory.of(descriptor)
to
descriptor
format(message,descriptor)
to
format(message,descriptor.userDescription(SchemaUtil.idTokenNameLookup))
descriptor.getPropertyKeyIds()
to
descriptor.getPropertyIds()
doThrow(new IndexPopulationFailedKernelException(descriptor,"some index",cause)).when(indexProxy)
to
doThrow(new IndexPopulationFailedKernelException(SchemaBoundary.map(descriptor),"some index",cause)).when(indexProxy)
SchemaBoundary.map(descriptor)
to
descriptor
SchemaBoundary.map(descriptor)
to
descriptor
descriptor
to
SchemaBoundary.map(descriptor)
descriptor1.getPropertyKeyId()
to
descriptor
descriptor1.getLabelId()
to
descriptor
descriptor1.getPropertyKeyId()
to
descriptor
descriptor1.getLabelId()
to
descriptor
SchemaBoundary.map(descriptor)
to
descriptor
tx(asList(createIndexRule(InMemoryIndexProviderFactory.PROVIDER_DESCRIPTOR,1,descriptor)))
to
tx(asList(createIndexRule(InMemoryIndexProviderFactory.PROVIDER_DESCRIPTOR,1,SchemaBoundary.map(descriptor))))
IndexDescriptorFactory.of(descriptor)
to
NewIndexDescriptorFactory.forSchema(descriptor)
descriptor
to
SchemaBoundary.map(descriptor)
when(innerRead.indexGetForLabelAndPropertyKey(state,descriptor))
to
when(innerRead.indexGetForLabelAndPropertyKey(state,SchemaBoundary.map(descriptor)))
when(innerRead.indexGetForLabelAndPropertyKey(state,descriptor))
to
when(innerRead.indexGetForLabelAndPropertyKey(state,SchemaBoundary.map(descriptor)))
when(innerRead.indexGetForLabelAndPropertyKey(state,descriptor))
to
when(innerRead.indexGetForLabelAndPropertyKey(state,SchemaBoundary.map(descriptor)))
when(innerRead.indexGetForLabelAndPropertyKey(state,descriptor))
to
when(innerRead.indexGetForLabelAndPropertyKey(state,SchemaBoundary.map(descriptor)))
when(innerRead.indexGetForLabelAndPropertyKey(state,descriptor))
to
when(innerRead.indexGetForLabelAndPropertyKey(state,SchemaBoundary.map(descriptor)))
when(innerRead.indexGetForLabelAndPropertyKey(state,descriptor))
to
when(innerRead.indexGetForLabelAndPropertyKey(state,SchemaBoundary.map(descriptor)))
descriptor.getPropertyKeyId()
to
descriptor.getPropertyId()
SchemaBoundary.map(descriptor)
to
descriptor
SchemaBoundary.map(descriptor)
to
descriptor
SchemaBoundary.map(descriptor)
to
descriptor
SchemaBoundary.map(descriptor)
to
descriptor
statement.indexCreate(SchemaBoundary.map(descriptor))
to
statement.indexCreate(descriptor)
SchemaBoundary.map(descriptor)
to
descriptor
SchemaBoundary.map(descriptor)
to
descriptor
SchemaBoundary.map(descriptor)
to
descriptor
SchemaBoundary.map(descriptor)
to
descriptor
NewIndexDescriptorFactory.forSchema(SchemaBoundary.map(descriptor))
to
NewIndexDescriptorFactory.forLabel(descriptor.getLabelId(),descriptor.getPropertyId())
SchemaBoundary.map(descriptor)
to
descriptor
Mockito.when(tokenNameLookup.propertyKeyGetName(descriptor.getPropertyKeyId()))
to
Mockito.when(tokenNameLookup.propertyKeyGetName(descriptor.getPropertyId()))
descriptor.getPropertyKeyId()
to
descriptor.getPropertyId()
index.schema().equals(SchemaBoundary.map(descriptor))
to
index.schema().equals(descriptor)
descriptor.propertyIdText()
to
descriptor.getPropertyId()
descriptor.propertyIdText()
to
descriptor.getPropertyId()
Rename Method invocation
uniqueForLabel
to
uniqueForSchema
uniqueForLabel
to
uniqueForSchema
existsForLabel
to
existsForSchema
Cascading Type Change (Different)
ConstraintDescriptor
to
NodeExistenceConstraintDescriptor