Toggle navigation
Home
org.neo4j.internal.kernel.api.schema.LabelSchemaDescriptor to org.neo4j.internal.kernel.api.schema.SchemaDescriptor
No. of Instances - 200
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
Pair.of(SchemaIndexDescriptorFactory.forSchema(updaterEntry.getKey()),new UnderlyingStorageException(e))
to
Pair.of(updaterEntry.getKey(),new UnderlyingStorageException(e))
schema.getLabelId()
to
schema.keyId()
schemaDescriptor.getLabelId()
to
schemaDescriptor.keyId()
descriptor.getLabelId()
to
descriptor.keyId()
descriptor.getLabelId()
to
descriptor.keyId()
schema.getLabelId()
to
schema.keyId()
lookup.labelGetName(schemaDescriptor.getLabelId())
to
lookup.labelGetName(schemaDescriptor.keyId())
descriptor.getLabelId()
to
descriptor.keyId()
schema.getLabelId()
to
schema.keyId()
schema.getLabelId()
to
schema.keyId()
schema.getLabelId()
to
schema.keyId()
descriptor.getLabelId()
to
descriptor.keyId()
descriptor.getLabelId()
to
descriptor.keyId()
descriptor.getLabelId()
to
descriptor.keyId()
node.labels().contains(schema.getLabelId())
to
node.labels().contains(schema.keyId())
schema.getLabelId()
to
schema.keyId()
node.labels().contains(schema.getLabelId())
to
node.labels().contains(schema.keyId())
descriptor.getLabelId()
to
descriptor.keyId()
schema.getLabelId()
to
schema.keyId()
descriptor.getLabelId()
to
descriptor.keyId()
ConstraintDescriptorFactory.uniqueForLabel(descriptor.getLabelId(),descriptor.getPropertyId())
to
ConstraintDescriptorFactory.uniqueForLabel(descriptor.keyId(),descriptor.getPropertyIds())
descriptor.getLabelId()
to
descriptor.keyId()
schema.getLabelId()
to
schema.keyId()
schema.getLabelId()
to
schema.keyId()
tokenNameLookup.labelGetName(descriptor.getLabelId())
to
tokenNameLookup.labelGetName(descriptor.keyId())
descriptor.getLabelId()
to
descriptor.keyId()