Class ServiceResultSizeCache
java.lang.Object
org.apache.jena.sparql.service.enhancer.impl.ServiceResultSizeCache
A mapping of service IRIs to result set size limits.
A flag indicates whether the limit is a lower bound or exact.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceResultSizeCacheget()Return the global instance (if any) in ARQ.getContex()static ServiceResultSizeCacheget(org.apache.jena.sparql.util.Context cxt) getLimit(org.apache.jena.graph.Node service) voidstatic voidset(org.apache.jena.sparql.util.Context cxt, ServiceResultSizeCache cache) voidupdateLimit(org.apache.jena.graph.Node service, Estimate<Long> estimate)
-
Constructor Details
-
ServiceResultSizeCache
public ServiceResultSizeCache()
-
-
Method Details
-
getLimit
-
updateLimit
-
invalidateAll
public void invalidateAll() -
get
Return the global instance (if any) in ARQ.getContex() -
get
-
set
-