Class ServiceEnhancerConstants
java.lang.Object
org.apache.jena.sparql.service.enhancer.init.ServiceEnhancerConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.jena.sparql.util.SymbolSymbol with IRI (String) value.static final org.apache.jena.sparql.util.SymbolThis symbol must be set to true in the context in order to allow calling certain "privileged" SPARQL functions.static final StringNamespace for context symbols.static final org.apache.jena.graph.NodeAn IRI constant for referencing the active dataset within a SERVICE clausestatic final org.apache.jena.sparql.util.SymbolNumber of bindings to group into a single bulk requeststatic final org.apache.jena.sparql.util.SymbolMaximum number of bindings to group into a single bulk request; restricts serviceBulkRequestItemCountstatic final org.apache.jena.sparql.util.SymbolMaximum number of out-of-band bindings that can be skipped over when forming an individual bulk requeststatic final org.apache.jena.sparql.util.SymbolSymbol for the cache of services' result setsstatic final org.apache.jena.sparql.util.SymbolSymbol for the cache of services' result set sizes -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SELF
public static final org.apache.jena.graph.Node SELFAn IRI constant for referencing the active dataset within a SERVICE clause -
NS
Namespace for context symbols. Same as the assembler vocabulary.- See Also:
-
serviceBulkMaxBindingCount
public static final org.apache.jena.sparql.util.Symbol serviceBulkMaxBindingCountMaximum number of bindings to group into a single bulk request; restricts serviceBulkRequestItemCount -
serviceBulkMaxOutOfBandBindingCount
public static final org.apache.jena.sparql.util.Symbol serviceBulkMaxOutOfBandBindingCountMaximum 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 serviceBulkBindingCountNumber of bindings to group into a single bulk request -
serviceCache
public static final org.apache.jena.sparql.util.Symbol serviceCacheSymbol for the cache of services' result sets -
serviceResultSizeCache
public static final org.apache.jena.sparql.util.Symbol serviceResultSizeCacheSymbol for the cache of services' result set sizes -
datasetId
public static final org.apache.jena.sparql.util.Symbol datasetIdSymbol with IRI (String) value. References toSELFwill be resolved to the given IRI when writing cache entries. -
enableMgmt
public static final org.apache.jena.sparql.util.Symbol enableMgmtThis 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
-