Neo4j

Uses of Interface
org.neo4j.kernel.lifecycle.Lifecycle

Packages that use Lifecycle
org.neo4j.backup   
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
org.neo4j.index.lucene Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.extension   
org.neo4j.kernel.lifecycle   
 

Uses of Lifecycle in org.neo4j.backup
 

Classes in org.neo4j.backup that implement Lifecycle
 class OnlineBackupKernelExtension
           
 

Methods in org.neo4j.backup that return Lifecycle
 Lifecycle OnlineBackupExtensionFactory.newKernelExtension(OnlineBackupExtensionFactory.Dependencies dependencies)
           
 

Uses of Lifecycle in org.neo4j.graphdb.index
 

Methods in org.neo4j.graphdb.index that return Lifecycle
 Lifecycle IndexProviderKernelExtensionFactory.newKernelExtension(IndexProviderKernelExtensionFactory.Dependencies dependencies)
          Deprecated.  
 

Uses of Lifecycle in org.neo4j.index.lucene
 

Classes in org.neo4j.index.lucene that implement Lifecycle
 class LuceneKernelExtension
           
 

Methods in org.neo4j.index.lucene that return Lifecycle
 Lifecycle LuceneKernelExtensionFactory.newKernelExtension(LuceneKernelExtensionFactory.Dependencies dependencies)
           
 

Uses of Lifecycle in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement Lifecycle
 class DatabaseAvailability
          This class handles whether the database as a whole is available to use at all.
 class KernelEventHandlers
          Handle the collection of kernel event handlers, and fire events as needed.
 class StoreLockerLifecycleAdapter
           
 class TransactionEventHandlers
          Handle the collection of transaction event handlers, and fire events as needed.
 

Uses of Lifecycle in org.neo4j.kernel.extension
 

Classes in org.neo4j.kernel.extension that implement Lifecycle
 class KernelExtensions
           
 

Methods in org.neo4j.kernel.extension that return Lifecycle
abstract  Lifecycle KernelExtensionFactory.newKernelExtension(DEPENDENCIES dependencies)
          Create a new instance of this kernel extension.
 

Uses of Lifecycle in org.neo4j.kernel.lifecycle
 

Classes in org.neo4j.kernel.lifecycle that implement Lifecycle
 class LifecycleAdapter
          Adapter for Lifecycle interface.
 class LifeSupport
          Support class for handling collections of Lifecycle instances.
 

Methods in org.neo4j.kernel.lifecycle that return types with arguments of type Lifecycle
 Iterable<Lifecycle> LifeSupport.getLifecycleInstances()
           
 

Methods in org.neo4j.kernel.lifecycle with parameters of type Lifecycle
 void LifeSupport.restart(Lifecycle instance)
          Restart an individual instance.
 


Neo4j

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