| Package | Description |
|---|---|
| org.neo4j.storageengine.api | |
| org.neo4j.storageengine.api.schema |
| Modifier and Type | Method and Description |
|---|---|
long |
StoreReadLayer.indexGetCommittedId(org.neo4j.kernel.api.index.IndexDescriptor index,
Predicate<SchemaRule.Kind> filter) |
IndexSchemaRule |
StoreReadLayer.indexRule(org.neo4j.kernel.api.index.IndexDescriptor index,
Predicate<SchemaRule.Kind> filter) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRule.Kind |
SchemaRule.Kind.forId(byte id) |
SchemaRule.Kind |
SchemaRule.getKind() |
static SchemaRule.Kind |
SchemaRule.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaRule.Kind[] |
SchemaRule.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.