Neo4j Enterprise

Uses of Class
org.neo4j.kernel.api.index.InternalIndexState

Packages that use InternalIndexState
org.neo4j.kernel.api.index   
org.neo4j.kernel.api.operations   
 

Uses of InternalIndexState in org.neo4j.kernel.api.index
 

Methods in org.neo4j.kernel.api.index that return InternalIndexState
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.
 

Uses of InternalIndexState in org.neo4j.kernel.api.operations
 

Methods in org.neo4j.kernel.api.operations that return InternalIndexState
 InternalIndexState SchemaOperations.getIndexState(org.neo4j.kernel.impl.nioneo.store.IndexRule indexRule)
          Retrieve the state of an index.
 


Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.