java.lang.Object
org.apache.jena.sparql.service.enhancer.assembler.ServiceEnhancerVocab

public class ServiceEnhancerVocab extends Object
Vocabulary for assembler-based configuration of the service enhancer plugin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.rdf.model.Property
    The term "baseDataset" is not officially in ja but it seems reasonable to eventually add it there.
    static final org.apache.jena.rdf.model.Property
     
    static final org.apache.jena.rdf.model.Property
    Maximum size (in terms of input bindings) of bulk requests
    static final org.apache.jena.rdf.model.Property
    Bulk size to use if no other is set.
    static final org.apache.jena.rdf.model.Property
    Maximum number of entries the service cache can hold
    static final org.apache.jena.rdf.model.Property
    Number number of pages for bindings an individual cache entry can hold
    static final org.apache.jena.rdf.model.Property
    Number of bindings a page can hold
    static final org.apache.jena.rdf.model.Property
    The id (a node) to which to resolve urn:x-arq:self
    static final org.apache.jena.rdf.model.Resource
     
    static final org.apache.jena.rdf.model.Property
    Enable privileged management functions; creates a wrapped dataset with a copied context
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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: PrefixIRI ja"http://jena.hpl.hp.com/2005/11/Assembler#" se"http://jena.apache.org/service-enhancer#"
    org.apache.jena.shared.PrefixMapping
    addPrefixes(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 String
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NS

      public static final String NS
      See Also:
    • DatasetServiceEnhancer

      public static final org.apache.jena.rdf.model.Resource DatasetServiceEnhancer
    • datasetId

      public static final org.apache.jena.rdf.model.Property datasetId
      The id (a node) to which to resolve urn:x-arq:self
    • enableMgmt

      public static final org.apache.jena.rdf.model.Property enableMgmt
      Enable privileged management functions; creates a wrapped dataset with a copied context
    • baseDataset

      public static final org.apache.jena.rdf.model.Property baseDataset
      The 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 cacheMaxEntryCount
      Maximum number of entries the service cache can hold
    • cacheMaxPageCount

      public static final org.apache.jena.rdf.model.Property cacheMaxPageCount
      Number number of pages for bindings an individual cache entry can hold
    • cachePageSize

      public static final org.apache.jena.rdf.model.Property cachePageSize
      Number of bindings a page can hold
    • bulkMaxSize

      public static final org.apache.jena.rdf.model.Property bulkMaxSize
      Maximum size (in terms of input bindings) of bulk requests
    • bulkSize

      public static final org.apache.jena.rdf.model.Property bulkSize
      Bulk 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

      public static String 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:
      PrefixIRI
      ja"http://jena.hpl.hp.com/2005/11/Assembler#"
      se"http://jena.apache.org/service-enhancer#"
    • addPrefixes

      public org.apache.jena.shared.PrefixMapping addPrefixes(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#"