Uses of Interface
org.apache.jena.atlas.lib.Sync

Packages that use Sync
com.hp.hpl.jena.sparql.core   
com.hp.hpl.jena.sparql.modify   
 

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

Subinterfaces of Sync in com.hp.hpl.jena.sparql.core
 interface DatasetPrefixStorage
          Abstract of prefix storage for graphs in an RDF dataset
 

Classes in com.hp.hpl.jena.sparql.core that implement Sync
 class DatasetGraphMonitor
          Connect a DatasetGraph to a DatasetChanges monitor.
 class DatasetGraphReadOnly
          Read-only view of a DatasetGraph.
 class DatasetGraphViewGraphs
          Wrap a DatasetGraph with implementations of DatasetGraph.getDefaultGraph() and DatasetGraph.getGraph(com.hp.hpl.jena.graph.Node) that use the view graph mechanism.
 class DatasetGraphWithLock
          A DatasetGraph that uses the dataset lock to give weak transactional behaviour, that is the application see transaction but they are not durable.
 class DatasetGraphWrapper
           
static class DynamicDatasets.DynamicDatasetGraph
           
 class GraphView
          Implement a Graph as a view of the DatasetGraph.
 

Uses of Sync in com.hp.hpl.jena.sparql.modify
 

Classes in com.hp.hpl.jena.sparql.modify that implement Sync
 class GraphStoreBasic
           
 class GraphStoreWrapper
           
 



Licenced under the Apache License, Version 2.0