| Package | Description |
|---|---|
| org.neo4j.kernel.api.operations |
| Modifier and Type | Method and Description |
|---|---|
String |
SchemaReadOperations.indexGetFailure(StatementState state,
org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor)
Returns the failure description of a failed index.
|
InternalIndexState |
SchemaReadOperations.indexGetState(StatementState state,
org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor)
Retrieve the state of an index.
|
org.neo4j.kernel.impl.api.PrimitiveLongIterator |
EntityReadOperations.nodesGetFromIndexLookup(StatementState state,
org.neo4j.kernel.impl.api.index.IndexDescriptor index,
Object value)
Returns an iterable with the matched nodes.
|
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.