Uses of Interface
org.apache.jena.query.text.changes.TextDatasetChanges
-
Packages that use TextDatasetChanges Package Description org.apache.jena.query.text org.apache.jena.query.text.changes -
-
Uses of TextDatasetChanges in org.apache.jena.query.text
Subinterfaces of TextDatasetChanges in org.apache.jena.query.text Modifier and Type Interface Description interfaceTextDocProducerResponsible for monitoring changes on a dataset and updating the TextIndex appropriately.Classes in org.apache.jena.query.text that implement TextDatasetChanges Modifier and Type Class Description classTextDocProducerEntitiesclassTextDocProducerTriples -
Uses of TextDatasetChanges in org.apache.jena.query.text.changes
Classes in org.apache.jena.query.text.changes that implement TextDatasetChanges Modifier and Type Class Description classChangesBatchedCollect a stream of DatasetChanges into batches.Methods in org.apache.jena.query.text.changes that return TextDatasetChanges Modifier and Type Method Description TextDatasetChangesDatasetGraphTextMonitor. getMonitor()Return the monitorConstructors in org.apache.jena.query.text.changes with parameters of type TextDatasetChanges Constructor Description DatasetGraphTextMonitor(DatasetGraph dsg, TextDatasetChanges monitor)Create a DatasetGraph wrapper that monitors the dataset for changes (add or delete quads).DatasetGraphTextMonitor(DatasetGraph dsg, TextDatasetChanges monitor, boolean recordOnlyIfRealChange)Create a DatasetGraph wrapper that monitors the dataset for changes (add or delete quads).
-