Neo4j Enterprise

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

Packages that use Lifecycle
org.neo4j.backup   
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.configuration   
org.neo4j.kernel.extension   
org.neo4j.kernel.info   
org.neo4j.kernel.lifecycle   
org.neo4j.kernel.logging   
 

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.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
protected  class InternalAbstractGraphDatabase.DefaultKernelData
           
 class KernelEventHandlers
          Handle the collection of kernel event handlers, and fire events as needed.
 class TransactionEventHandlers
          Handle the collection of transaction event handlers, and fire events as needed.
 

Uses of Lifecycle in org.neo4j.kernel.configuration
 

Constructors in org.neo4j.kernel.configuration with parameters of type Lifecycle
RestartOnChange(Class<?> settingsClass, Lifecycle life)
           
RestartOnChange(Specification<String> restartSpecification, Lifecycle life)
           
RestartOnChange(String configurationNamePrefix, Lifecycle life)
           
 

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.info
 

Classes in org.neo4j.kernel.info that implement Lifecycle
 class DiagnosticsManager
           
 

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.
 

Uses of Lifecycle in org.neo4j.kernel.logging
 

Classes in org.neo4j.kernel.logging that implement Lifecycle
 class ClassicLoggingService
          Implements the old-style logging with just one logger regardless of name.
 class DevNullLoggingService
           
 class LogbackService
          Logging service that uses Logback as backend.
 


Neo4j Enterprise

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