Uses of Interface
org.aksw.jena_sparql_api.core.DatasetListener
Packages that use DatasetListener
-
Uses of DatasetListener in org.aksw.jena_sparql_api.core.utils
Method parameters in org.aksw.jena_sparql_api.core.utils with type arguments of type DatasetListenerModifier and TypeMethodDescriptionstatic voidUpdateExecutionUtils.executeUpdate(org.aksw.jenax.connectionless.SparqlService sparqlService, String requestStr, int batchSize, QuadContainmentChecker containmentChecker, Iterable<DatasetListener> listeners) static voidUpdateExecutionUtils.executeUpdate(org.aksw.jenax.connectionless.SparqlService sparqlService, org.apache.jena.update.UpdateRequest request, int batchSize, QuadContainmentChecker containmentChecker, Iterable<DatasetListener> listeners) static voidUpdateExecutionUtils.executeUpdateCore(org.aksw.jenax.connectionless.SparqlService sparqlService, org.apache.jena.update.Update update, com.google.common.base.Function<org.aksw.commons.collections.diff.Diff<? extends Iterable<org.apache.jena.sparql.core.Quad>>, org.aksw.commons.collections.diff.Diff<Set<org.apache.jena.sparql.core.Quad>>> filter, int batchSize, Iterable<DatasetListener> listeners) static voidDatasetListenerUtils.notifyListeners(Iterable<DatasetListener> listeners, org.aksw.commons.collections.diff.Diff<Set<org.apache.jena.sparql.core.Quad>> diff, UpdateContext updateContext) -
Uses of DatasetListener in org.aksw.jena_sparql_api.update
Classes in org.aksw.jena_sparql_api.update that implement DatasetListenerFields in org.aksw.jena_sparql_api.update with type parameters of type DatasetListenerModifier and TypeFieldDescriptionprotected Set<DatasetListener>UpdateProcessorEventSource.listenersListeners only for this individual update requestMethods in org.aksw.jena_sparql_api.update that return types with arguments of type DatasetListenerModifier and TypeMethodDescriptionDatasetListenable.getDatasetListeners()UpdateExecutionFactoryEventSource.getDatasetListeners()SparqlServiceFactoryEventSource.getListeners()Method parameters in org.aksw.jena_sparql_api.update with type arguments of type DatasetListenerModifier and TypeMethodDescription<T extends org.aksw.jenax.dataaccess.sparql.factory.execution.update.UpdateExecutionFactory & DatasetListenable>
FluentSparqlServiceFn<P>FluentSparqlServiceFn.withUpdateListeners(Function<org.aksw.jenax.connectionless.SparqlService, T> updateStrategy, Collection<DatasetListener> listeners)