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 carefully for compound objects
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 .
static void syncObject(Object object)
          Sync an object if synchronizable (model, graph, dataset).
 
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 carefully for compound objects


syncObject

public static void syncObject(Object object)
Sync an object if synchronizable (model, graph, dataset). If force is true, synchronize as much as possible (e.g. file metadata) else make a reasonable attenpt at synchronization but does not gauarantee disk state. Do nothing otherwise


registerSubSystem

public static void registerSubSystem(SystemInfo systemInfo)

registeredSubsystems

public static Iterator<SystemInfo> registeredSubsystems()


Licenced under the Apache License, Version 2.0