java.lang.Object
org.apache.jena.tdb.TDB
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.slf4j.LoggerDeprecated.Logger for general informationstatic final StringDeprecated.Logger for general informationstatic final org.slf4j.LoggerDeprecated.Logger for loading informationstatic final StringDeprecated.Logger for loading informationstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.The root package name for TDBstatic final org.apache.jena.sparql.util.SymbolDeprecated.Symbol to use the union of named graphs as the default graph of a querystatic final StringDeprecated.static final StringDeprecated.IRI for TDBstatic final StringDeprecated.Root of TDB-defined parameter namesstatic final StringDeprecated.Prefix for TDB-defined parameter namesstatic final org.apache.jena.sparql.util.SymbolDeprecated.A String enum Symbol that specifies the type of temporary storage for transaction journal write blocks.static final StringDeprecated.The full name of the current TDB version -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated.Release any and all system resources held by TDB.static org.apache.jena.sparql.util.ContextDeprecated.static voidinit()Deprecated.TDB System initialization - normally, this is not explicitly called because Jena system wide initialization occurs automatically.static voidsetOptimizerWarningFlag(boolean b) Deprecated.Set the global flag that control the "No BGP optimizer" warning.static voidsync(org.apache.jena.graph.Graph graph) Deprecated.Sync a TDB-backed Graph.static voidsync(org.apache.jena.query.Dataset dataset) Deprecated.Sync a TDB-backed Dataset.static voidsync(org.apache.jena.rdf.model.Model model) Deprecated.Sync a TDB-backed Model.static voidsync(org.apache.jena.sparql.core.DatasetGraph dataset) Deprecated.Sync a TDB-backed DatasetGraph.
-
Field Details
-
tdbIRI
Deprecated.IRI for TDB- See Also:
-
tdbParamNS
Deprecated.Root of TDB-defined parameter names- See Also:
-
tdbSymbolPrefix
Deprecated.Prefix for TDB-defined parameter names- See Also:
-
logLoaderName
Deprecated.Logger for loading information- See Also:
-
logLoader
public static final org.slf4j.Logger logLoaderDeprecated.Logger for loading information -
logInfoName
Deprecated.Logger for general information- See Also:
-
logInfo
public static final org.slf4j.Logger logInfoDeprecated.Logger for general information -
namespace
Deprecated.- See Also:
-
symUnionDefaultGraph
public static final org.apache.jena.sparql.util.Symbol symUnionDefaultGraphDeprecated.Symbol to use the union of named graphs as the default graph of a query -
transactionJournalWriteBlockMode
public static final org.apache.jena.sparql.util.Symbol transactionJournalWriteBlockModeDeprecated.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
Deprecated.- See Also:
-
PATH
Deprecated.The root package name for TDB- See Also:
-
NAME
Deprecated.- See Also:
-
VERSION
Deprecated.The full name of the current TDB version
-
-
Method Details
-
getContext
public static org.apache.jena.sparql.util.Context getContext()Deprecated. -
closedown
public static void closedown()Deprecated.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) Deprecated.Set the global flag that control the "No BGP optimizer" warning. Set to false to silence the warning -
sync
public static void sync(org.apache.jena.rdf.model.Model model) Deprecated.Sync a TDB-backed Model. Do nothing if not TDB-backed. -
sync
public static void sync(org.apache.jena.graph.Graph graph) Deprecated.Sync a TDB-backed Graph. Do nothing if not TDB-backed. -
sync
public static void sync(org.apache.jena.query.Dataset dataset) Deprecated.Sync a TDB-backed Dataset. Do nothing if not TDB-backed. -
sync
public static void sync(org.apache.jena.sparql.core.DatasetGraph dataset) Deprecated.Sync a TDB-backed DatasetGraph. Do nothing if not TDB-backed. -
init
public static void init()Deprecated.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.
-
TDB1