public class MemStore extends StoreBase
| Modifier and Type | Field and Description |
|---|---|
protected com.hp.hpl.jena.graph.compose.MultiUnion |
unionGraph |
protected com.hp.hpl.jena.rdf.model.Model |
unionModel |
ADD_ACTION, dataset, DELETE_ACTION, INDEXER_PARAM, indexers, inWrite, JENA_TEXT_PARAM, LOG_PARAM, logDirectory, MUTATOR_PARAM, mutators, QUERY_ENDPOINT_PARAM, UPDATE_ACTIONconfig| Constructor and Description |
|---|
MemStore() |
| 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) |
protected com.hp.hpl.jena.rdf.model.Model |
getSafeNamedModel(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, waitpostPostInitprotected com.hp.hpl.jena.rdf.model.Model unionModel
protected com.hp.hpl.jena.graph.compose.MultiUnion unionGraph
protected void doAddGraph(String graphname, com.hp.hpl.jena.rdf.model.Model graph)
doAddGraph in class StoreBaseprotected com.hp.hpl.jena.rdf.model.Model getSafeNamedModel(String graphname)
protected 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.