Uses of Class
org.neo4j.index.Isolation

Packages that use Isolation
org.neo4j.index Provides indexing capabilities to the Neo4j graph. 
org.neo4j.remote A tool for introspecting a running Neo4j Graph Database instance from a different process. 
 

Uses of Isolation in org.neo4j.index
 

Methods in org.neo4j.index that return Isolation
static Isolation Isolation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Isolation[] Isolation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.neo4j.index with parameters of type Isolation
 void IndexService.setIsolation(Isolation level)
          Changes isolation level for the running transaction.
 

Uses of Isolation in org.neo4j.remote
 

Methods in org.neo4j.remote with parameters of type Isolation
 void RemoteIndexService.setIsolation(Isolation level)
          This operation is not supported by the RemoteIndexService.
 



Copyright © 2010 Neo4j. All Rights Reserved.