Class ServiceEnhancerConstants

java.lang.Object
org.apache.jena.sparql.service.enhancer.init.ServiceEnhancerConstants

public class ServiceEnhancerConstants extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.sparql.util.Symbol
    Symbol with IRI (String) value.
    static final org.apache.jena.sparql.util.Symbol
    This symbol must be set to true in the context in order to allow calling certain "privileged" SPARQL functions.
    static final String
    Namespace for context symbols.
    static final org.apache.jena.graph.Node
    An IRI constant for referencing the active dataset within a SERVICE clause
    static final org.apache.jena.sparql.util.Symbol
    Number of bindings to group into a single bulk request
    static final org.apache.jena.sparql.util.Symbol
    Maximum number of bindings to group into a single bulk request; restricts serviceBulkRequestItemCount
    static final org.apache.jena.sparql.util.Symbol
    Maximum number of out-of-band bindings that can be skipped over when forming an individual bulk request
    static final org.apache.jena.sparql.util.Symbol
    Symbol for the cache of services' result sets
    static final org.apache.jena.sparql.util.Symbol
    Symbol for the cache of services' result set sizes
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
     

    Methods inherited from class java.lang.Object

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

    • SELF

      public static final org.apache.jena.graph.Node SELF
      An IRI constant for referencing the active dataset within a SERVICE clause
    • NS

      public static final String NS
      Namespace for context symbols. Same as the assembler vocabulary.
      See Also:
    • serviceBulkMaxBindingCount

      public static final org.apache.jena.sparql.util.Symbol serviceBulkMaxBindingCount
      Maximum number of bindings to group into a single bulk request; restricts serviceBulkRequestItemCount
    • serviceBulkMaxOutOfBandBindingCount

      public static final org.apache.jena.sparql.util.Symbol serviceBulkMaxOutOfBandBindingCount
      Maximum number of out-of-band bindings that can be skipped over when forming an individual bulk request
    • serviceBulkBindingCount

      public static final org.apache.jena.sparql.util.Symbol serviceBulkBindingCount
      Number of bindings to group into a single bulk request
    • serviceCache

      public static final org.apache.jena.sparql.util.Symbol serviceCache
      Symbol for the cache of services' result sets
    • serviceResultSizeCache

      public static final org.apache.jena.sparql.util.Symbol serviceResultSizeCache
      Symbol for the cache of services' result set sizes
    • datasetId

      public static final org.apache.jena.sparql.util.Symbol datasetId
      Symbol with IRI (String) value. References to SELF will be resolved to the given IRI when writing cache entries.
    • enableMgmt

      public static final org.apache.jena.sparql.util.Symbol enableMgmt
      This symbol must be set to true in the context in order to allow calling certain "privileged" SPARQL functions.
  • Constructor Details

    • ServiceEnhancerConstants

      public ServiceEnhancerConstants()
  • Method Details

    • getURI

      public static String getURI()