java.lang.Object
org.apache.jena.tdb2.TDB2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.slf4j.LoggerLogger for general informationstatic final StringLogger for general informationstatic final org.slf4j.LoggerLogger for loading informationstatic final StringLogger for loading informationstatic final Stringstatic final StringUsed by the assemblerstatic final StringThe root package name for TDBstatic final org.apache.jena.sparql.util.SymbolSymbol to use the union of named graphs as the default graph of a query.static final org.apache.jena.sparql.util.SymbolTDB1 namespace version of the context symbol for union default graphstatic final org.apache.jena.sparql.util.SymbolTDB2 namespace version of the context symbol for union default graphstatic final StringIRI for TDBstatic final StringRoot of TDB-defined parameter namesstatic final StringPrefix for TDB-defined parameter namesstatic final StringThe full name of the current TDB version -
Method Summary
Modifier and TypeMethodDescriptionstatic voidRelease any and all system resources held by TDB.static org.apache.jena.sparql.util.Contextstatic voidinit()TDB System initialization - normally, this is not explicitly called because all routes to use TDB will cause initialization to occur.
-
Field Details
-
tdbIRI
IRI for TDB- See Also:
-
tdbParamNS
Root of TDB-defined parameter names- See Also:
-
tdbSymbolPrefix
Prefix for TDB-defined parameter names- See Also:
-
logLoaderName
Logger for loading information- See Also:
-
logLoader
public static final org.slf4j.Logger logLoaderLogger for loading information -
logInfoName
Logger for general information- See Also:
-
logInfo
public static final org.slf4j.Logger logInfoLogger for general information -
namespace
Used by the assembler- See Also:
-
symUnionDefaultGraph1
public static final org.apache.jena.sparql.util.Symbol symUnionDefaultGraph1TDB1 namespace version of the context symbol for union default graph -
symUnionDefaultGraph2
public static final org.apache.jena.sparql.util.Symbol symUnionDefaultGraph2TDB2 namespace version of the context symbol for union default graph -
symUnionDefaultGraph
public static final org.apache.jena.sparql.util.Symbol symUnionDefaultGraphSymbol to use the union of named graphs as the default graph of a query. This must use the TDB1 compatible namespace. -
PATH
The root package name for TDB- See Also:
-
NAME
- See Also:
-
VERSION
The full name of the current TDB version
-
-
Method Details
-
getContext
public static org.apache.jena.sparql.util.Context getContext() -
closedown
public static void closedown()Release any and all system resources held by TDB. All release datasets or graphs held by client code are no longer valid. -
init
public static void init()TDB System initialization - normally, this is not explicitly called because all routes to use TDB will cause initialization to occur. However, calling it repeatedly is safe and low cost.
-