|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
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.kernel | Implementation for embedding a Neo4j graph database in an application. |
org.neo4j.kernel.extension |
Uses of Service in org.neo4j.graphdb.index |
---|
Subclasses of Service in org.neo4j.graphdb.index | |
---|---|
class |
IndexProvider
Deprecated. |
class |
IndexProviderKernelExtensionFactory
Deprecated. |
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
|
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
Deprecated. |
class |
LuceneKernelExtensionFactory
|
Uses of Service in org.neo4j.kernel |
---|
Subclasses of Service in org.neo4j.kernel | |
---|---|
class |
Version
|
Uses of Service in org.neo4j.kernel.extension |
---|
Subclasses of Service in org.neo4j.kernel.extension | |
---|---|
class |
KernelExtensionFactory<DEPENDENCIES>
|
|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |