public interface IndexSchemaRule extends SchemaRule
IndexDescriptor with access to storage data, such as id and ownder.SchemaRule.Kind| Modifier and Type | Method and Description |
|---|---|
Long |
getOwningConstraint() |
boolean |
isConstraintIndex() |
boolean |
matches(org.neo4j.kernel.api.schema.NodePropertyDescriptor descriptor)
Tests if this rule is specific to the label and property/properties specified
|
descriptor, getId, getKind, getLabel, getRelationshipTypeboolean matches(org.neo4j.kernel.api.schema.NodePropertyDescriptor descriptor)
descriptor - specifying label and one or more propertiesboolean isConstraintIndex()
Long getOwningConstraint()
null if not related
to a constraint.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.