|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.hp.hpl.jena.tdb.TDB
public class TDB
| Field Summary | |
|---|---|
static java.lang.String |
BUILD_DATE
The date and time at which this release was built |
static org.slf4j.Logger |
logExec
Logger for execution information |
static org.slf4j.Logger |
logInfo
Logger for general information |
static java.lang.String |
NAME
|
static java.lang.String |
namespace
|
static java.lang.String |
PATH
The root package name for TDB |
static com.hp.hpl.jena.sparql.util.Symbol |
symLogExec
Symbol to enable logging of execution. |
static com.hp.hpl.jena.sparql.util.Symbol |
symUnionDefaultGraph
Symbol to use the union of named graphs as the default graph of a query |
static java.lang.String |
VERSION
The full name of the current TDB version |
| Constructor Summary | |
|---|---|
TDB()
|
|
| Method Summary | |
|---|---|
static com.hp.hpl.jena.sparql.util.Context |
getContext()
|
static void |
init()
TDB System initialization - normally, this is not explicitly called because all routes to use TDB will cause initialization to occur. |
static void |
setExecutionLogging(boolean state)
Set or unset execution logging - logging is to logger "com.hp.hpl.jena.tdb.exec" at level INFO. |
static void |
sync(com.hp.hpl.jena.query.Dataset dataset)
Sync a TDB synchronizable object (model, graph daatset). |
static void |
sync(com.hp.hpl.jena.sparql.core.DatasetGraph dataset)
Sync a TDB synchronizable object (model, graph daatset). |
static void |
sync(com.hp.hpl.jena.graph.Graph graph)
Sync a TDB synchronizable object (model, graph daatset). |
static void |
sync(com.hp.hpl.jena.rdf.model.Model model)
Sync a TDB synchronizable object (model, graph daatset). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.slf4j.Logger logInfo
public static final org.slf4j.Logger logExec
public static final java.lang.String namespace
public static final com.hp.hpl.jena.sparql.util.Symbol symUnionDefaultGraph
public static final com.hp.hpl.jena.sparql.util.Symbol symLogExec
public static final java.lang.String PATH
public static final java.lang.String NAME
public static final java.lang.String VERSION
public static final java.lang.String BUILD_DATE
| Constructor Detail |
|---|
public TDB()
| Method Detail |
|---|
public static void setExecutionLogging(boolean state)
public static com.hp.hpl.jena.sparql.util.Context getContext()
public static void init()
public static void sync(com.hp.hpl.jena.rdf.model.Model model)
public static void sync(com.hp.hpl.jena.graph.Graph graph)
public static void sync(com.hp.hpl.jena.query.Dataset dataset)
public static void sync(com.hp.hpl.jena.sparql.core.DatasetGraph dataset)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||