| Package | Description |
|---|---|
| org.neo4j.kernel.api | |
| org.neo4j.kernel.api.operations |
| Modifier and Type | Method and Description |
|---|---|
IndexReader |
Statement.getIndexReader(long indexId) |
String |
ReadStatement.indexGetFailure(org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor) |
InternalIndexState |
ReadStatement.indexGetState(org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor) |
org.neo4j.kernel.impl.api.PrimitiveLongIterator |
ReadStatement.nodesGetFromIndexLookup(org.neo4j.kernel.impl.api.index.IndexDescriptor index,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
SchemaReadOperations.indexGetFailure(Statement state,
org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor)
Returns the failure description of a failed index.
|
InternalIndexState |
SchemaReadOperations.indexGetState(Statement state,
org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor)
Retrieve the state of an index.
|
org.neo4j.kernel.impl.api.PrimitiveLongIterator |
EntityReadOperations.nodesGetFromIndexLookup(Statement 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.