java.lang.Object
org.apache.jena.tdb.TDB
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The date and time at which this release was builtstatic final org.slf4j.Logger
Logger for general informationstatic final String
Logger for general informationstatic final org.slf4j.Logger
Logger for loading informationstatic final String
Logger for loading informationstatic final String
static final String
static final String
The root package name for TDBstatic final Symbol
Symbol to use the union of named graphs as the default graph of a querystatic final String
static final String
IRI for TDBstatic final String
Root of TDB-defined parameter namesstatic final String
Prefix for TDB-defined parameter namesstatic final Symbol
A String enum Symbol that specifies the type of temporary storage for transaction journal write blocks.static final String
The full name of the current TDB version -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Release any and all system resources held by TDB.static Context
static void
init()
TDB System initialization - normally, this is not explicitly called because Jena system wide initialization occurs automatically.static void
setOptimizerWarningFlag
(boolean b) Set the global flag that control the "No BGP optimizer" warning.static void
Sync a TDB-backed Graph.static void
Sync a TDB-backed Dataset.static void
Sync a TDB-backed Model.static void
sync
(DatasetGraph dataset) Sync a TDB-backed DatasetGraph.
-
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
- See Also:
-
symUnionDefaultGraph
Symbol to use the union of named graphs as the default graph of a query -
transactionJournalWriteBlockMode
A String enum Symbol that specifies the type of temporary storage for transaction journal write blocks."mem" = Java heap memory (default)
"direct" = Process heap memory
"mapped" = Memory mapped temporary file -
tdbFaqsLink
- See Also:
-
PATH
The root package name for TDB- See Also:
-
NAME
- See Also:
-
VERSION
The full name of the current TDB version -
BUILD_DATE
The date and time at which this release was built
-
-
Method Details
-
getContext
-
closedown
public static void closedown()Release any and all system resources held by TDB. This does NOT close or release datasets or graphs held by client code. -
setOptimizerWarningFlag
public static void setOptimizerWarningFlag(boolean b) Set the global flag that control the "No BGP optimizer" warning. Set to false to silence the warning -
sync
Sync a TDB-backed Model. Do nothing if not TDB-backed. -
sync
Sync a TDB-backed Graph. Do nothing if not TDB-backed. -
sync
Sync a TDB-backed Dataset. Do nothing if not TDB-backed. -
sync
Sync a TDB-backed DatasetGraph. Do nothing if not TDB-backed. -
init
public static void init()TDB System initialization - normally, this is not explicitly called because Jena system wide initialization occurs automatically. However, calling it repeatedly is safe and low cost.
-