Uses of Interface
com.hp.hpl.jena.sparql.core.DatasetChanges

Packages that use DatasetChanges
com.hp.hpl.jena.sparql.core   
 

Uses of DatasetChanges in com.hp.hpl.jena.sparql.core
 

Classes in com.hp.hpl.jena.sparql.core that implement DatasetChanges
 class DatasetChangesBatched
          Collect a stream of DatasetChanges into batches.
 class DatasetChangesCapture
          Capture a record of quad actions
 class DatasetChangesCounter
          Count changes, or simply note if a change has been made.
 

Methods in com.hp.hpl.jena.sparql.core that return DatasetChanges
 DatasetChanges DatasetGraphMonitor.getMonitor()
          Return the monitor
 

Constructors in com.hp.hpl.jena.sparql.core with parameters of type DatasetChanges
DatasetGraphMonitor(DatasetGraph dsg, DatasetChanges monitor)
          Create a DatasetGraph wrapper that monitors the dataset for changes (add or delete quads).
DatasetGraphMonitor(DatasetGraph dsg, DatasetChanges monitor, boolean recordOnlyIfRealChange)
          Create a DatasetGraph wrapper that monitors the dataset for changes (add or delete quads).
 



Licenced under the Apache License, Version 2.0