Neo4j Advanced

Uses of Class
org.neo4j.graphdb.event.ErrorState

Packages that use ErrorState
org.neo4j.graphdb.event Event framework. 
 

Uses of ErrorState in org.neo4j.graphdb.event
 

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

Methods in org.neo4j.graphdb.event with parameters of type ErrorState
 void KernelEventHandler.kernelPanic(ErrorState error)
          This is invoked when the Neo4j Graph Database enters a state from which it cannot continue.
 


Neo4j Advanced

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.