|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neo4j.helpers.Service
org.neo4j.graphdb.index.IndexProvider
public abstract class IndexProvider
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.neo4j.helpers.Service |
---|
Service.CaseInsensitiveService, Service.Implementation |
Constructor Summary | |
---|---|
IndexProvider(String identifier)
|
Method Summary | |
---|---|
String |
identifier()
|
abstract IndexImplementation |
load(KernelData kernel)
|
Methods inherited from class org.neo4j.helpers.Service |
---|
load, load, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IndexProvider(String identifier)
Method Detail |
---|
public abstract IndexImplementation load(KernelData kernel) throws Exception
Exception
public final String identifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |