Class TDB2

java.lang.Object
org.apache.jena.tdb2.TDB2

public class TDB2 extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
    Logger for general information
    static final String
    Logger for general information
    static final org.slf4j.Logger
    Logger for loading information
    static final String
    Logger for loading information
    static final String
     
    static final String
    Used by the assembler
    static final String
    The root package name for TDB
    static final org.apache.jena.sparql.util.Symbol
    Symbol to use the union of named graphs as the default graph of a query.
    static final org.apache.jena.sparql.util.Symbol
    TDB1 namespace version of the context symbol for union default graph
    static final org.apache.jena.sparql.util.Symbol
    TDB2 namespace version of the context symbol for union default graph
    static final String
    IRI for TDB
    static final String
    Root of TDB-defined parameter names
    static final String
    Prefix for TDB-defined parameter names
    static final String
    The full name of the current TDB version
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Release any and all system resources held by TDB.
    static org.apache.jena.sparql.util.Context
     
    static void
    TDB System initialization - normally, this is not explicitly called because all routes to use TDB will cause initialization to occur.

    Methods inherited from class java.lang.Object

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

    • tdbIRI

      public static final String tdbIRI
      IRI for TDB
      See Also:
    • tdbParamNS

      public static final String tdbParamNS
      Root of TDB-defined parameter names
      See Also:
    • tdbSymbolPrefix

      public static final String tdbSymbolPrefix
      Prefix for TDB-defined parameter names
      See Also:
    • logLoaderName

      public static final String logLoaderName
      Logger for loading information
      See Also:
    • logLoader

      public static final org.slf4j.Logger logLoader
      Logger for loading information
    • logInfoName

      public static final String logInfoName
      Logger for general information
      See Also:
    • logInfo

      public static final org.slf4j.Logger logInfo
      Logger for general information
    • namespace

      public static final String namespace
      Used by the assembler
      See Also:
    • symUnionDefaultGraph1

      public static final org.apache.jena.sparql.util.Symbol symUnionDefaultGraph1
      TDB1 namespace version of the context symbol for union default graph
    • symUnionDefaultGraph2

      public static final org.apache.jena.sparql.util.Symbol symUnionDefaultGraph2
      TDB2 namespace version of the context symbol for union default graph
    • symUnionDefaultGraph

      public static final org.apache.jena.sparql.util.Symbol symUnionDefaultGraph
      Symbol to use the union of named graphs as the default graph of a query. This must use the TDB1 compatible namespace.
    • PATH

      public static final String PATH
      The root package name for TDB
      See Also:
    • NAME

      public static final String NAME
      See Also:
    • VERSION

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