public class TDB extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BUILD_DATE
The date and time at which this release was built
|
static org.slf4j.Logger |
logInfo
Logger for general information
|
static String |
logInfoName
Logger for general information
|
static org.slf4j.Logger |
logLoader
Logger for loading information
|
static String |
logLoaderName
Logger for loading information
|
static String |
NAME |
static String |
namespace |
static String |
PATH
The root package name for TDB
|
static Symbol |
symUnionDefaultGraph
Symbol to use the union of named graphs as the default graph of a query
|
static String |
tdbIRI
IRI for TDB
|
static String |
tdbParamNS
Root of TDB-defined parameter names
|
static String |
tdbSymbolPrefix
Prefix for TDB-defined parameter names
|
static String |
VERSION
The full name of the current TDB version
|
Constructor and Description |
---|
TDB() |
Modifier and Type | Method and Description |
---|---|
static void |
closedown()
Release any and all system resources held by TDB.
|
static Context |
getContext() |
static void |
init()
TDB System initialization - normally, this is not explicitly called because
all routes to use TDB will cause initialization to occur.
|
static void |
setOptimizerWarningFlag(boolean b)
Set the global flag that control the "No BGP optimizer" warning.
|
static void |
sync(Dataset dataset)
Sync a TDB-backed Dataset.
|
static void |
sync(DatasetGraph dataset)
Sync a TDB-backed DatasetGraph.
|
static void |
sync(Graph graph)
Sync a TDB-backed Graph.
|
static void |
sync(Model model)
Sync a TDB-backed Model.
|
public static final String tdbIRI
public static final String tdbParamNS
public static final String tdbSymbolPrefix
public static final String logLoaderName
public static final org.slf4j.Logger logLoader
public static final String logInfoName
public static final org.slf4j.Logger logInfo
public static final String namespace
public static final Symbol symUnionDefaultGraph
public static final String PATH
public static final String NAME
public static final String VERSION
public static final String BUILD_DATE
public static Context getContext()
public static void init()
public static void closedown()
public static void setOptimizerWarningFlag(boolean b)
public static void sync(Model model)
public static void sync(Graph graph)
public static void sync(Dataset dataset)
public static void sync(DatasetGraph dataset)
Licenced under the Apache License, Version 2.0