Uses of Interface
org.apache.jena.sparql.service.enhancer.slice.api.Disposable
Packages that use Disposable
Package
Description
-
Uses of Disposable in org.apache.jena.sparql.service.enhancer.claimingcache
Methods in org.apache.jena.sparql.service.enhancer.claimingcache that return DisposableModifier and TypeMethodDescriptionAsyncClaimingCache.addEvictionGuard(Predicate<? super K> predicate) Protect eviction of certain keys as long as the guard is not disposed.AsyncClaimingCacheImplGuava.addEvictionGuard(Predicate<? super K> predicate) Registers a predicate that 'caches' entries about to be evicted When closing the registration then keys that have not moved back into the ache by reference will be immediately evicted. -
Uses of Disposable in org.apache.jena.sparql.service.enhancer.slice.api
Methods in org.apache.jena.sparql.service.enhancer.slice.api that return DisposableModifier and TypeMethodDescriptionSlice.addEvictionGuard(com.google.common.collect.RangeSet<Long> range) Protect a set of ranges from eviction. -
Uses of Disposable in org.apache.jena.sparql.service.enhancer.slice.impl
Methods in org.apache.jena.sparql.service.enhancer.slice.impl that return DisposableModifier and TypeMethodDescriptionSliceInMemoryCache.addEvictionGuard(com.google.common.collect.RangeSet<Long> ranges)