Class ServiceEnhancerVocab
java.lang.Object
org.apache.jena.sparql.service.enhancer.assembler.ServiceEnhancerVocab
Vocabulary for assembler-based configuration of the service enhancer plugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.jena.rdf.model.PropertyThe term "baseDataset" is not officially in ja but it seems reasonable to eventually add it there.static final org.apache.jena.rdf.model.Propertystatic final org.apache.jena.rdf.model.PropertyMaximum size (in terms of input bindings) of bulk requestsstatic final org.apache.jena.rdf.model.PropertyBulk size to use if no other is set.static final org.apache.jena.rdf.model.PropertyMaximum number of entries the service cache can holdstatic final org.apache.jena.rdf.model.PropertyNumber number of pages for bindings an individual cache entry can holdstatic final org.apache.jena.rdf.model.PropertyNumber of bindings a page can holdstatic final org.apache.jena.rdf.model.PropertyThe id (a node) to which to resolve urn:x-arq:selfstatic final org.apache.jena.rdf.model.Resourcestatic final org.apache.jena.rdf.model.PropertyEnable privileged management functions; creates a wrapped dataset with a copied contextstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.riot.system.PrefixMapaddPrefixes(org.apache.jena.riot.system.PrefixMap pm) Adds the following prefix declarations to the given map thereby overrides existing ones: PrefixIRI ja"http://jena.hpl.hp.com/2005/11/Assembler#" se"http://jena.apache.org/service-enhancer#"org.apache.jena.shared.PrefixMappingaddPrefixes(org.apache.jena.shared.PrefixMapping pm) Adds the following prefix declarations to the given map thereby overrides existing ones: PrefixIRI ja"http://jena.hpl.hp.com/2005/11/Assembler#" se"http://jena.apache.org/service-enhancer#"static StringgetURI()
-
Field Details
-
NS
- See Also:
-
DatasetServiceEnhancer
public static final org.apache.jena.rdf.model.Resource DatasetServiceEnhancer -
datasetId
public static final org.apache.jena.rdf.model.Property datasetIdThe id (a node) to which to resolve urn:x-arq:self -
enableMgmt
public static final org.apache.jena.rdf.model.Property enableMgmtEnable privileged management functions; creates a wrapped dataset with a copied context -
baseDataset
public static final org.apache.jena.rdf.model.Property baseDatasetThe term "baseDataset" is not officially in ja but it seems reasonable to eventually add it there. So far ja only defines baseModel -
cacheMaxEntryCount
public static final org.apache.jena.rdf.model.Property cacheMaxEntryCountMaximum number of entries the service cache can hold -
cacheMaxPageCount
public static final org.apache.jena.rdf.model.Property cacheMaxPageCountNumber number of pages for bindings an individual cache entry can hold -
cachePageSize
public static final org.apache.jena.rdf.model.Property cachePageSizeNumber of bindings a page can hold -
bulkMaxSize
public static final org.apache.jena.rdf.model.Property bulkMaxSizeMaximum size (in terms of input bindings) of bulk requests -
bulkSize
public static final org.apache.jena.rdf.model.Property bulkSizeBulk size to use if no other is set. Capped by bulkMaxSize. -
bulkMaxOutOfBandSize
public static final org.apache.jena.rdf.model.Property bulkMaxOutOfBandSize
-
-
Constructor Details
-
ServiceEnhancerVocab
public ServiceEnhancerVocab()
-
-
Method Details
-
getURI
-
addPrefixes
public org.apache.jena.riot.system.PrefixMap addPrefixes(org.apache.jena.riot.system.PrefixMap pm) Adds the following prefix declarations to the given map thereby overrides existing ones:Prefix IRI ja "http://jena.hpl.hp.com/2005/11/Assembler#" se "http://jena.apache.org/service-enhancer#"
-