public interface IndexingUriFinderList
startIndexing(), 0 or more findAdditionalUris() by multiple threads, stopIndexing().
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
findAdditionalUris(com.hp.hpl.jena.rdf.model.Statement stmt)
Exercise the list of finders, and return a set of the URIs that they
found for this statement.
|
void |
startIndexing()
Do any required setup on the individual finders.
|
void |
stopIndexing()
Do any required teardown on the individual finders.
|
Copyright © 2016. All rights reserved.