public class TDBStore extends StoreBase
Set "location" parameter to define where the TDB store sites, use ${webapp} in the parameter value to reference the directory where the webapp is installed.
Set "union=true" to set the (currently GLOBAL) flag to make sparql queries see the default graph as the union of all the named graphs.
Set "ep={ds}" to register a fuseki query endpoint /ds/query.
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCATION_PARAM |
static String |
QUERY_ENDPOINT_PARAM |
static String |
UNION_PARAM |
ADD_ACTION, dataset, DELETE_ACTION, INDEXER_PARAM, indexers, inWrite, JENA_TEXT_PARAM, LOG_PARAM, logDirectory, MUTATOR_PARAM, mutators, UPDATE_ACTIONconfig| Constructor and Description |
|---|
TDBStore() |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Dataset |
asDataset() |
protected void |
doAddGraph(String graphname,
InputStream input,
String mimeType) |
protected void |
doAddGraph(String graphname,
com.hp.hpl.jena.rdf.model.Model graph) |
protected void |
doDeleteGraph(String graphname) |
com.hp.hpl.jena.rdf.model.Model |
getUnionModel() |
void |
init(Map<String,String> config,
javax.servlet.ServletContext context) |
abort, addGraph, addGraph, addIndexer, addMutator, deleteGraph, index, indexNamed, installJenaText, installQueryEndpoint, lock, lockWrite, logAction, logNamed, mutate, mutateNamed, postInit, unlock, updateGraph, updateGraphgetFileParam, getNamedService, getRequiredFileParam, getRequiredIntParam, getRequiredParam, postPostInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostPostInitpublic static final String LOCATION_PARAM
public static final String UNION_PARAM
public static final String QUERY_ENDPOINT_PARAM
protected void doAddGraph(String graphname, com.hp.hpl.jena.rdf.model.Model graph)
doAddGraph in class StoreBaseprotected void doDeleteGraph(String graphname)
doDeleteGraph in class StoreBasepublic com.hp.hpl.jena.query.Dataset asDataset()
protected void doAddGraph(String graphname, InputStream input, String mimeType)
doAddGraph in class StoreBasepublic com.hp.hpl.jena.rdf.model.Model getUnionModel()
Copyright © 2014. All rights reserved.