public class Fuseki extends Object
The main class enabling us to:
Context e.g.
named values used to pass implementation-specific parameters across
general interfaces.SPARQLServer instance.SPARQLServer instance.| Modifier and Type | Field and Description |
|---|---|
static String |
BUILD_DATE
Date when Fuseki was built
|
static org.slf4j.Logger |
configLog
Instance of log for config server message s
|
static String |
configLogName
Actual log file for config server messages.
|
static String |
FusekiHomeEnv
Fuseki home environment, usually set to $FUSEKI_HOME
|
static String |
FusekiIRI
a unique IRI for the Fuseki namespace
|
static String |
FusekiSymbolIRI
a unique IRI including the symbol notation for which properties should be appended
|
static boolean |
graphStoreProtocolPostCreate
TEMPORARY - this enables POST of triples to the dataset URI causing a graph to be created.
|
static String |
NAME
The name of the Fuseki server.
|
static String |
PagesStatic
???
|
static String |
PATH
Path to ???
|
static org.slf4j.Logger |
requestLog
Instance of log for operations
|
static String |
requestLogName
Actual log file for operations
|
static String |
serverHttpName
An identifier for the HTTP Fuseki server instance
|
static org.slf4j.Logger |
serverLog
Instance of log for general server messages
|
static String |
serverLogName
Actual log file for general server messages.
|
static boolean |
verboseLogging
Instance of log for config server message s
|
static String |
VERSION
Version of this Fuseki instance
|
static StreamManager |
webStreamManager
An instance of management for stream opening, including redirecting through a
location mapper whereby a name (e.g.
|
| Constructor and Description |
|---|
Fuseki() |
| Modifier and Type | Method and Description |
|---|---|
static Context |
getContext()
Get server global
Context. |
static SPARQLServer |
getServer()
get the
SPARQLServer instance. |
static void |
init()
Initialize an instance of the Fuseki server stack.
|
static void |
setServer(SPARQLServer _server)
set/specify the
SPARQLServer instance. |
public static String PATH
public static String FusekiIRI
public static String FusekiHomeEnv
public static String FusekiSymbolIRI
public static String PagesStatic
public static boolean graphStoreProtocolPostCreate
public static final String NAME
Fuseki by default.public static final String VERSION
public static final String BUILD_DATE
public static final String serverHttpName
public static final String requestLogName
public static final org.slf4j.Logger requestLog
public static final String serverLogName
public static final org.slf4j.Logger serverLog
public static final String configLogName
public static final org.slf4j.Logger configLog
public static boolean verboseLogging
public static final StreamManager webStreamManager
public static void init()
public static Context getContext()
Context.ARQ.getContext()public static void setServer(SPARQLServer _server)
SPARQLServer instance.public static SPARQLServer getServer()
SPARQLServer instance.Licenced under the Apache License, Version 2.0