Uses of Interface
org.apache.jena.rdfpatch.RDFChanges
Packages that use RDFChanges
Package
Description
-
Uses of RDFChanges in org.apache.jena.rdfpatch
Methods in org.apache.jena.rdfpatch that return RDFChangesModifier and TypeMethodDescriptionstatic RDFChangesRDFPatchOps.changesPrinter()AnRDFChangesthat prints debug information toSystem.out.Methods in org.apache.jena.rdfpatch with parameters of type RDFChangesModifier and TypeMethodDescriptionvoidPatchHeader.apply(RDFChanges changes) voidPatchProcessor.apply(RDFChanges destination) voidRDFPatch.apply(RDFChanges changes) Act on the patch by sending it to a changes processor.voidRDFPatchWrapper.apply(RDFChanges changes) static org.apache.jena.graph.GraphRDFPatchOps.changes(org.apache.jena.graph.Graph graphBase, RDFChanges changes) Create aGraphthat sends changes to aRDFChangesstreamstatic org.apache.jena.sparql.core.DatasetGraphRDFPatchOps.changes(org.apache.jena.sparql.core.DatasetGraph dsgBase, RDFChanges changes) Create aDatasetGraphthat sends changes to aRDFChangesstreamConstructors in org.apache.jena.rdfpatch with parameters of type RDFChanges -
Uses of RDFChanges in org.apache.jena.rdfpatch.binary
Classes in org.apache.jena.rdfpatch.binary that implement RDFChangesModifier and TypeClassDescriptionclassWrite RDF Patch in binary (thrift encoded).Methods in org.apache.jena.rdfpatch.binary with parameters of type RDFChangesModifier and TypeMethodDescriptionvoidRDFPatchReaderBinary.apply(RDFChanges processor) static voidRDFPatchReaderBinary.read(InputStream input, RDFChanges changes) Read and applystatic voidRDFPatchReaderBinary.read(org.apache.thrift.protocol.TProtocol protocol, RDFChanges changes) Method parameters in org.apache.jena.rdfpatch.binary with type arguments of type RDFChangesModifier and TypeMethodDescriptionstatic voidRDFChangesWriterBinary.writeBinary(OutputStream out, Consumer<RDFChanges> action) RDFChangesthat writes in binary. -
Uses of RDFChanges in org.apache.jena.rdfpatch.changes
Classes in org.apache.jena.rdfpatch.changes that implement RDFChangesModifier and TypeClassDescriptionclassApply changes to aDatasetGraphclassApply changes to aGraphclassclassCapture a stream of changes, then play it to anotherRDFChangesclassclassWrapper for RDFChanges that ignores transaction begin/commit in the patch assuming the caller is handling that, for example, executing a batch of patches in a single transaction.classclassclassAnRDFChangesthat replicates the stream of changes to N otherRDFChangesstreams.classclassAnRDFChangesthat adds callbacks on start/finish.classWrapper forRDFChangesclassWrite data changes as SPARQL Update.Methods in org.apache.jena.rdfpatch.changes that return RDFChangesModifier and TypeMethodDescriptionstatic RDFChangesRDFChangesN.multi(RDFChanges sc1, RDFChanges sc2) Create a 2-wayRDFChangesNMethods in org.apache.jena.rdfpatch.changes with parameters of type RDFChangesModifier and TypeMethodDescriptionvoidRDFChangesCollector.RDFPatchStored.apply(RDFChanges changes) static RDFChangesRDFChangesN.multi(RDFChanges sc1, RDFChanges sc2) Create a 2-wayRDFChangesNConstructors in org.apache.jena.rdfpatch.changes with parameters of type RDFChangesModifierConstructorDescriptionRDFChangesExternalTxn(RDFChanges other) RDFChangesN(RDFChanges... changes) RDFChangesOnStartFinish(RDFChanges changes, Runnable onStart, Runnable onFinish) RDFChangesWrapper(RDFChanges other) Constructor parameters in org.apache.jena.rdfpatch.changes with type arguments of type RDFChanges -
Uses of RDFChanges in org.apache.jena.rdfpatch.filelog
Classes in org.apache.jena.rdfpatch.filelog that implement RDFChanges -
Uses of RDFChanges in org.apache.jena.rdfpatch.system
Classes in org.apache.jena.rdfpatch.system that implement RDFChangesModifier and TypeClassDescriptionclassNote whether a change has happened and call different operations on txnCommit A change is a call to one of the dataset-changing operations,add,delete,addPrefix,deletePrefix.Methods in org.apache.jena.rdfpatch.system that return RDFChangesMethods in org.apache.jena.rdfpatch.system with parameters of type RDFChangesConstructors in org.apache.jena.rdfpatch.system with parameters of type RDFChangesModifierConstructorDescriptionDatasetGraphChanges(org.apache.jena.sparql.core.DatasetGraph dsg, RDFChanges monitor) Create aDatasetGraphChangeswhich does not have any sync handlersDatasetGraphChanges(org.apache.jena.sparql.core.DatasetGraph dsg, RDFChanges changesMonitor, Runnable syncHandler, Consumer<org.apache.jena.query.ReadWrite> txnSyncHandler) Create aDatasetGraphChangeswhich calls different patch log synchronization handlers onDatasetGraphChanges.sync()andDatasetGraphChanges.begin().GraphChanges(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node graphName, RDFChanges changes) Send changes to a graph to aRDFChangeswith the specified graph name.GraphChanges(org.apache.jena.graph.Graph graph, RDFChanges changes) Send changes to a graph to aRDFChangeswith null for the graph name.GraphRealChanges(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node graphName, RDFChanges changes) GraphRealChanges(org.apache.jena.graph.Graph graph, RDFChanges changes) PrefixMappingChanges(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node graphName, RDFChanges changes) -
Uses of RDFChanges in org.apache.jena.rdfpatch.text
Classes in org.apache.jena.rdfpatch.text that implement RDFChangesModifier and TypeClassDescriptionclassWrite out a changes as a stream of syntax tokens.Methods in org.apache.jena.rdfpatch.text with parameters of type RDFChanges