| Package | Description |
|---|---|
| org.neo4j.cypher.export | |
| org.neo4j.graphdb.schema | |
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<IndexDefinition> |
SubGraph.indexes() |
Iterable<IndexDefinition> |
DatabaseSubGraph.indexes() |
Iterable<IndexDefinition> |
CypherResultSubGraph.indexes() |
| Modifier and Type | Method and Description |
|---|---|
IndexDefinition |
IndexCreator.create()
Creates an index with the details specified by the other methods in this interface.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<IndexDefinition> |
Schema.getIndexes() |
Iterable<IndexDefinition> |
Schema.getIndexes(Label label) |
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.awaitIndexOnline(IndexDefinition index,
long duration,
TimeUnit unit)
Wait until an index comes online
|
Schema.IndexState |
Schema.getIndexState(IndexDefinition index)
Poll the database for the state of a given index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
IndexDefinition |
IndexCreatorImpl.create() |
IndexDefinition |
InternalSchemaActions.createIndexDefinition(Label label,
String propertyKey) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IndexDefinition> |
SchemaImpl.getIndexes() |
Iterable<IndexDefinition> |
SchemaImpl.getIndexes(Label label) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaImpl.awaitIndexOnline(IndexDefinition index,
long duration,
TimeUnit unit) |
Schema.IndexState |
SchemaImpl.getIndexState(IndexDefinition index) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.