|
||||||||||
| 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 java.lang.String |
logExecName
Logger for execution information |
static org.slf4j.Logger |
logInfo
Logger for general information |
static java.lang.String |
logInfoName
Logger for general information |
static org.slf4j.Logger |
logLoader
Logger for loading information |
static java.lang.String |
logLoaderName
Logger for loading 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 |
tdbIRI
IRI for TDB |
static java.lang.String |
VERSION
The full name of the current TDB version |
| Constructor Summary | |
|---|---|
TDB()
|
|
| Method Summary | |
|---|---|
static void |
closedown()
Release any and all system resources held by TDB. |
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)
Deprecated. Use setExecutionLogging(Explain.InfoLevel)} |
static void |
setExecutionLogging(com.hp.hpl.jena.tdb.solver.Explain.InfoLevel infoLevel)
Set execution logging - logging is to logger "com.hp.hpl.jena.tdb.exec" at level INFO. |
static void |
setOptimizerWarningFlag(boolean b)
Set the global flag that control the "No BGP optimizer" warning. |
static void |
sync(com.hp.hpl.jena.query.Dataset dataset)
Sync a TDB-backed Dataset. |
static void |
sync(com.hp.hpl.jena.sparql.core.DatasetGraph dataset)
Sync a TDB-backed DatasetGraph. |
static void |
sync(com.hp.hpl.jena.graph.Graph graph)
Sync a TDB-backed Graph. |
static void |
sync(com.hp.hpl.jena.rdf.model.Model model)
Sync a TDB-backed Model. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String tdbIRI
public static final java.lang.String logInfoName
public static final org.slf4j.Logger logInfo
public static final java.lang.String logLoaderName
public static final org.slf4j.Logger logLoader
public static final java.lang.String logExecName
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 |
|---|
@Deprecated public static void setExecutionLogging(boolean state)
public static void setExecutionLogging(com.hp.hpl.jena.tdb.solver.Explain.InfoLevel infoLevel)
public static com.hp.hpl.jena.sparql.util.Context getContext()
public static void init()
public static void closedown()
public static void setOptimizerWarningFlag(boolean b)
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 | |||||||||