Neo4j

Uses of Package
org.neo4j.kernel

Packages that use org.neo4j.kernel
org.neo4j.backup   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.server.plugins   
org.neo4j.unsafe.batchinsert Tools for high-performance data insertion; make sure to read the instructions before using. 
 

Classes in org.neo4j.kernel used by org.neo4j.backup
GraphDatabaseAPI
          This API can be used to get access to services.
 

Classes in org.neo4j.kernel used by org.neo4j.kernel
AbstractGraphDatabase
           
AbstractSelectorOrderer
           
AvailabilityGuard
          The availability guard is what ensures that the database will only take calls when it is in an ok state.
AvailabilityGuard.AvailabilityListener
           
AvailabilityGuard.AvailabilityRequirement
          Represents a description of why someone is denying access to the database, to help debugging.
CommonBranchOrdering
           
GraphDatabaseAPI
          This API can be used to get access to services.
GraphDatabaseDependencies
           
IdGeneratorFactory
           
IdType
           
InternalAbstractGraphDatabase
          Base implementation of GraphDatabaseService.
InternalAbstractGraphDatabase.Dependencies
           
KernelData
           
PathDescription
          Experimental and very crude utility for building a slightly more powerful expander to use in a traversal.
SideSelectorPolicies
           
StandardBranchCollisionDetector
           
StandardExpander
           
StoreLocker
           
StoreLockException
          Signals a failure to lock the store
TopLevelTransaction
           
TransactionBuilder
          A builder for controlling certain behaviors of a transaction.
TransactionEventHandlers.HandlerAndState
           
Traversal.PathDescriptor
          Provides hooks to help build a string representation of a Path.
Uniqueness
          Contains some uniqueness modes that are very common in traversals, for example uniqueness of nodes or relationships to visit during a traversal.
Version
           
 

Classes in org.neo4j.kernel used by org.neo4j.kernel.ha
AbstractGraphDatabase
           
GraphDatabaseAPI
          This API can be used to get access to services.
InternalAbstractGraphDatabase
          Base implementation of GraphDatabaseService.
 

Classes in org.neo4j.kernel used by org.neo4j.server.plugins
GraphDatabaseAPI
          This API can be used to get access to services.
 

Classes in org.neo4j.kernel used by org.neo4j.unsafe.batchinsert
IdGeneratorFactory
           
 


Neo4j

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