xsmeral.semnet.sink
Class NativeStoreFactory
java.lang.Object
xsmeral.semnet.sink.RepositoryFactory
xsmeral.semnet.sink.NativeStoreFactory
public class NativeStoreFactory
- extends RepositoryFactory
Factory of NativeStore
repositories.
Takes parameters corresponding to NativeStore constructor:
indexes
- 4-letter strings separated by comma, consisting of letters [s, o, p, c]
, e.g. "sopc,ospc"
dataDir
- name of folder for storing data
inferencer
- (Optional) FQN of Sesame inferencer class
Method Summary |
void |
initialize()
Instantiates and initializes the Repository. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeStoreFactory
public NativeStoreFactory()
initialize
public void initialize()
throws RepositoryException
- Description copied from class:
RepositoryFactory
- Instantiates and initializes the Repository.
Should call
setRepository(repo)
- Specified by:
initialize
in class RepositoryFactory
- Throws:
RepositoryException
- In case of any error with repository initialization