| Package | Description |
|---|---|
| org.neo4j.kernel.api.operations |
| Modifier and Type | Method and Description |
|---|---|
InternalIndexState |
SchemaReadOperations.indexGetState(org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor)
Retrieve the state of an index.
|
Iterator<Long> |
EntityReadOperations.nodesGetFromIndexLookup(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.