Package org.neo4j.kernel

Implementation for embedding a Neo4j graph database in an application.

See:
          Description

Interface Summary
IdGeneratorFactory  
LockManagerFactory  
PropertyTracker<T extends PropertyContainer>  
TransactionBuilder A builder for controlling certain behaviors of a transaction.
Traversal.PathDescriptor<T extends Path> Provides hooks to help build a string representation of a Path.
 

Class Summary
AbstractGraphDatabase Exposes the methods AbstractGraphDatabase.getConfig()() and AbstractGraphDatabase.getManagementBeans(Class)() a.s.o.
AutoConfigurator  
CommonFactories  
CommonFactories.DefaultIdGeneratorFactory  
Config A non-standard configuration object.
EmbeddedGraphDatabase An implementation of GraphDatabaseService that is used to embed Neo4j in an application.
EmbeddedReadOnlyGraphDatabase A read-only version of EmbeddedGraphDatabase.
KernelData  
KernelExtension<S> Hook for providing extended functionality to the Neo4j Graph Database kernel.
LockImpl  
OrderedByTypeExpander  
PlaceboTransaction  
StandaloneWithShell Standalone EmbeddedGraphDatabase with Shell enabled.
StandardExpander  
TopLevelTransaction  
Traversal A factory for objects regarding traversal of the graph.
Traversal.DefaultPathDescriptor<T extends Path> The default Traversal.PathDescriptor used in common toString() representations in classes implementing Path.
Version  
 

Enum Summary
CommonBranchOrdering  
IdType  
Uniqueness Contains some uniqueness modes that are very common in traversals, for example uniqueness of nodes or relationships to visit during a traversal.
 

Exception Summary
DeadlockDetectedException Signals that a deadlock between two or more transactions has been detected.
 

Package org.neo4j.kernel Description

Implementation for embedding a Neo4j graph database in an application. Classes are provided for both read/write mode and read only mode.



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