|
From: Jim B. <ba...@gm...> - 2016-06-25 00:44:59
|
Thanks! I was actually just about to post back to the list that I figured out how to do this using BigdataSailRepositoryConnection.addChangeLog(IChangeLog log). I just use a simple IChangeLog that counts the changes for one update. I can post this on the ticket. Thanks, Jim > On Jun 24, 2016, at 2:33 PM, Bryan Thompson <br...@bl...> wrote: > > Jim, > > There is a ticket which would address this. It is BLZG-824 <https://jira.blazegraph.com/browse/BLZG-824>. Could you offer some feedback on that ticket and we can try to raise bring it into a sprint soon. > > Thanks, > Bryan > > On Mon, Jun 13, 2016 at 3:50 PM, Jim Balhoff <ba...@gm... <mailto:ba...@gm...>> wrote: > Hi, > > Is there a client API that would allow me to get the mutation count from a SPARQL update? I see that mutationCount is returned from the HTTP interface, but I was hoping to get the same information when submitting a SPARQL update via the Sesame API. I see that Update.execute() returns void. > > I am trying to run a sequence of SPARQL updates to do some “reasoning”, and stop when no further triples are being inserted. I suppose I could write these as rules, but for this job it just seemed a little simpler to use SPARQL update. > > Thanks, > Jim > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e <https://ad.doubleclick.net/ddm/clk/305295220;132659582;e> > _______________________________________________ > Bigdata-developers mailing list > Big...@li... <mailto:Big...@li...> > https://lists.sourceforge.net/lists/listinfo/bigdata-developers <https://lists.sourceforge.net/lists/listinfo/bigdata-developers> > |