| Package | Description |
|---|---|
| org.neo4j.kernel.api.index | |
| org.neo4j.kernel.api.operations |
| Modifier and Type | Method and Description |
|---|---|
abstract InternalIndexState |
SchemaIndexProvider.getInitialState(long indexId)
Called during startup to find out which state an index is in.
|
static InternalIndexState |
InternalIndexState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalIndexState[] |
InternalIndexState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InternalIndexState |
SchemaReadOperations.indexGetState(org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor)
Retrieve the state of an index.
|
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.