Uses of Interface
edu.cornell.mannlib.vitro.webapp.searchindex.SearchIndexerImpl.Task
-
Packages that use SearchIndexerImpl.Task Package Description edu.cornell.mannlib.vitro.webapp.searchindex edu.cornell.mannlib.vitro.webapp.searchindex.tasks -
-
Uses of SearchIndexerImpl.Task in edu.cornell.mannlib.vitro.webapp.searchindex
Methods in edu.cornell.mannlib.vitro.webapp.searchindex with parameters of type SearchIndexerImpl.Task Modifier and Type Method Description voidSearchIndexerImpl.WorkerThreadPool. submit(Runnable workUnit, SearchIndexerImpl.Task task) -
Uses of SearchIndexerImpl.Task in edu.cornell.mannlib.vitro.webapp.searchindex.tasks
Classes in edu.cornell.mannlib.vitro.webapp.searchindex.tasks that implement SearchIndexerImpl.Task Modifier and Type Class Description classRebuildIndexTaskGet the URIs of all individuals in the model.classUpdateStatementsTaskReceive a collection of statements that have been added to the model, or delete from it.classUpdateUrisTaskGiven a list of URIs, remove the ones that don't belong in the index and update the ones that do belong.
-