Uses of Class
org.neo4j.helpers.Service

Packages that use Service
org.neo4j.backup   
org.neo4j.backup.log   
org.neo4j.ext.udc.impl   
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
org.neo4j.helpers Common Java utilities. 
org.neo4j.index.lucene Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. 
org.neo4j.jmx.impl   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha.backup   
org.neo4j.kernel.impl   
org.neo4j.kernel.impl.transaction   
org.neo4j.kernel.impl.transaction.xaframework   
org.neo4j.management.impl   
 

Uses of Service in org.neo4j.backup
 

Subclasses of Service in org.neo4j.backup
 class BackupExtensionService
           This class provides a basic interface for backup sources to implement their own resolution algorithms.
 class OnlineBackupExtension
           
 

Uses of Service in org.neo4j.backup.log
 

Subclasses of Service in org.neo4j.backup.log
 class InconsistencyLoggingTransactionInterceptorProvider
           
 class VerifyingTransactionInterceptorProvider
           
 

Uses of Service in org.neo4j.ext.udc.impl
 

Subclasses of Service in org.neo4j.ext.udc.impl
 class UdcExtensionImpl
          Kernel extension for UDC, the Usage Data Collector.
 

Uses of Service in org.neo4j.graphdb.index
 

Subclasses of Service in org.neo4j.graphdb.index
 class IndexProvider
           
 

Uses of Service in org.neo4j.helpers
 

Subclasses of Service in org.neo4j.helpers
static class Service.CaseInsensitiveService
          A base class for services, similar to Service, that compares keys using case insensitive comparison instead of exact comparison.
 

Methods in org.neo4j.helpers with type parameters of type Service
static
<T extends Service>
T
Service.load(Class<T> type, String key)
          Load the Service implementation with the specified key.
 

Uses of Service in org.neo4j.index.lucene
 

Subclasses of Service in org.neo4j.index.lucene
 class LuceneIndexProvider
           
 

Uses of Service in org.neo4j.jmx.impl
 

Subclasses of Service in org.neo4j.jmx.impl
 class JmxExtension
           
 class ManagementBeanProvider
           
 class PrimitivesBean
           
 

Uses of Service in org.neo4j.kernel
 

Subclasses of Service in org.neo4j.kernel
 class HighAvailabilityBean
           
 class KernelExtension<S>
          Hook for providing extended functionality to the Neo4j Graph Database kernel.
 class Version
           
 

Uses of Service in org.neo4j.kernel.ha.backup
 

Subclasses of Service in org.neo4j.kernel.ha.backup
 class HaBackupProvider
           
 

Uses of Service in org.neo4j.kernel.impl
 

Subclasses of Service in org.neo4j.kernel.impl
 class ComponentVersion
           
 

Uses of Service in org.neo4j.kernel.impl.transaction
 

Subclasses of Service in org.neo4j.kernel.impl.transaction
 class DefaultTransactionManagerProvider
           
 class TransactionManagerProvider
          Hook in the kernel module that providers of TransactionManagers must extend.
 

Uses of Service in org.neo4j.kernel.impl.transaction.xaframework
 

Subclasses of Service in org.neo4j.kernel.impl.transaction.xaframework
 class TransactionInterceptorProvider
          The basic service implementation for TransactionInterceptorProviders.
 

Uses of Service in org.neo4j.management.impl
 

Subclasses of Service in org.neo4j.management.impl
 class CacheBean
           
 class LockManagerBean
           
 class MemoryMappingBean
           
 class StoreFileBean
           
 class TransactionManagerBean
           
 class XaManagerBean
           
 



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