Class TDB

java.lang.Object
org.apache.jena.tdb.TDB

@Deprecated(forRemoval=true) public class TDB extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use TDB1
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
    Deprecated, for removal: This API element is subject to removal in a future version.
    Logger for general information
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Logger for general information
    static final org.slf4j.Logger
    Deprecated, for removal: This API element is subject to removal in a future version.
    Logger for loading information
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Logger for loading information
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The root package name for TDB
    static final org.apache.jena.sparql.util.Symbol
    Deprecated, 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
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    IRI for TDB
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Root of TDB-defined parameter names
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Prefix for TDB-defined parameter names
    static final org.apache.jena.sparql.util.Symbol
    Deprecated, 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 String
    Deprecated, 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 Type
    Method
    Description
    static void
    Deprecated, 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.Context
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    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 void
    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 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.
    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.
    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.
    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.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • tdbIRI

      public static final String tdbIRI
      Deprecated, for removal: This API element is subject to removal in a future version.
      IRI for TDB
      See Also:
    • tdbParamNS

      public static final String tdbParamNS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Root of TDB-defined parameter names
      See Also:
    • tdbSymbolPrefix

      public static final String tdbSymbolPrefix
      Deprecated, for removal: This API element is subject to removal in a future version.
      Prefix for TDB-defined parameter names
      See Also:
    • logLoaderName

      public static final String 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 logLoader
      Deprecated, for removal: This API element is subject to removal in a future version.
      Logger for loading information
    • logInfoName

      public static final String 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 logInfo
      Deprecated, for removal: This API element is subject to removal in a future version.
      Logger for general information
    • namespace

      public static final String 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 symUnionDefaultGraph
      Deprecated, 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 transactionJournalWriteBlockMode
      Deprecated, 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

      public static final String PATH
      Deprecated, for removal: This API element is subject to removal in a future version.
      The root package name for TDB
      See Also:
    • NAME

      public static final String NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VERSION

      public static final String 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.