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