com.hp.hpl.jena.sparql
Class SystemARQ

java.lang.Object
  extended by com.hp.hpl.jena.sparql.SystemARQ

public class SystemARQ
extends Object


Constructor Summary
SystemARQ()
           
 
Method Summary
static Iterator<SystemInfo> registeredSubsystems()
           
static void registerSubSystem(SystemInfo systemInfo)
           
static void sync(Dataset dataset)
          Sync a Dataset, if underlying storage provides sync.
static void sync(DatasetGraph dataset)
          Sync a TDB-backed DatasetGraph.
static void sync(com.hp.hpl.jena.graph.Graph graph)
          Sync a if provided.
static void sync(com.hp.hpl.jena.rdf.model.Model model)
          Sync a Model if it provides the underlying graph provides sync .
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemARQ

public SystemARQ()
Method Detail

sync

public static void sync(com.hp.hpl.jena.rdf.model.Model model)
Sync a Model if it provides the underlying graph provides sync . Do nothing otherwise.


sync

public static void sync(com.hp.hpl.jena.graph.Graph graph)
Sync a if provided. Do nothing if not TDB-backed.


sync

public static void sync(Dataset dataset)
Sync a Dataset, if underlying storage provides sync.


sync

public static void sync(DatasetGraph dataset)
Sync a TDB-backed DatasetGraph. Do nothing if not TDB-backed.


registerSubSystem

public static void registerSubSystem(SystemInfo systemInfo)

registeredSubsystems

public static Iterator<SystemInfo> registeredSubsystems()


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.