de.deepamehta.storage.neo4j
Class Neo4jStorageFactory

java.lang.Object
  extended by de.deepamehta.storage.neo4j.Neo4jStorageFactory
All Implemented Interfaces:
de.deepamehta.core.storage.spi.DeepaMehtaStorageFactory

public class Neo4jStorageFactory
extends Object
implements de.deepamehta.core.storage.spi.DeepaMehtaStorageFactory

Factory for obtaining a Neo4j/Lucene based DeepaMehta storage.

Note: the factory in only needed by the test suites. The DeepaMehta Core obtains the storage as an OSGi service.


Constructor Summary
Neo4jStorageFactory()
           
 
Method Summary
 de.deepamehta.core.storage.spi.DeepaMehtaStorage createInstance(String databasePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neo4jStorageFactory

public Neo4jStorageFactory()
Method Detail

createInstance

public de.deepamehta.core.storage.spi.DeepaMehtaStorage createInstance(String databasePath)
Specified by:
createInstance in interface de.deepamehta.core.storage.spi.DeepaMehtaStorageFactory


Copyright © 2015. All rights reserved.