Uses of Enum Class
org.apache.jena.sparql.service.enhancer.impl.CacheMode
Packages that use CacheMode
-
Uses of CacheMode in org.apache.jena.sparql.service.enhancer.impl
Methods in org.apache.jena.sparql.service.enhancer.impl that return CacheModeModifier and TypeMethodDescriptionstatic CacheModeCacheMode.effectiveMode(CacheMode cacheMode) Returns the argument unless it is null in which case the result is OFFstatic CacheModeReturns the enum constant of this class with the specified name.static CacheMode[]CacheMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.sparql.service.enhancer.impl with parameters of type CacheModeModifier and TypeMethodDescriptionstatic CacheModeCacheMode.effectiveMode(CacheMode cacheMode) Returns the argument unless it is null in which case the result is OFFConstructors in org.apache.jena.sparql.service.enhancer.impl with parameters of type CacheModeModifierConstructorDescriptionChainingServiceExecutorBulkCache(int bulkSize, CacheMode cacheMode) QueryIterServiceBulk(OpServiceInfo serviceInfo, BatchQueryRewriter batchQueryRewriter, ServiceCacheKeyFactory cacheKeyFactory, OpServiceExecutor opExecutor, org.apache.jena.sparql.engine.ExecutionContext execCxt, List<org.apache.jena.sparql.engine.binding.Binding> inputs, ServiceResultSizeCache resultSizeCache, ServiceResponseCache cache, CacheMode cacheMode) RequestExecutor(OpServiceExecutorImpl opExector, OpServiceInfo serviceInfo, ServiceResultSizeCache resultSizeCache, ServiceResponseCache cache, CacheMode cacheMode, org.apache.jena.atlas.iterator.IteratorCloseable<GroupedBatch<org.apache.jena.graph.Node, Long, org.apache.jena.sparql.engine.binding.Binding>> batchIterator)