public class IndexingUriFinderListDeveloper extends Object implements IndexingUriFinderList
| Constructor and Description |
|---|
IndexingUriFinderListDeveloper(Collection<? extends IndexingUriFinder> finders) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
findAdditionalUris(org.apache.jena.rdf.model.Statement stmt)
Each time a finder is run, accumulate the timings for it.
|
void |
startIndexing()
Do any required setup on the individual finders.
|
void |
stopIndexing()
Write the timings to the log.
|
public IndexingUriFinderListDeveloper(Collection<? extends IndexingUriFinder> finders)
public void startIndexing()
IndexingUriFinderListstartIndexing in interface IndexingUriFinderListpublic Set<String> findAdditionalUris(org.apache.jena.rdf.model.Statement stmt)
findAdditionalUris in interface IndexingUriFinderListpublic void stopIndexing()
stopIndexing in interface IndexingUriFinderListCopyright © 2021. All rights reserved.