public interface Indexer
| Modifier and Type | Method and Description |
|---|---|
void |
addGraph(String graphname,
com.hp.hpl.jena.rdf.model.Model graph) |
void |
deleteGraph(String graphname) |
void |
endBatch()
Since the end up an update batch.
|
void |
startBatch()
Signal an indexer that a batch of changes is starting, this may be
used to optimize commit cycles.
|
void |
updateGraph(String graphname,
com.hp.hpl.jena.rdf.model.Model graph) |
void startBatch()
void endBatch()
void addGraph(String graphname, com.hp.hpl.jena.rdf.model.Model graph)
void updateGraph(String graphname, com.hp.hpl.jena.rdf.model.Model graph)
void deleteGraph(String graphname)
Copyright © 2014. All rights reserved.