Uses of Interface
org.aksw.commons.io.slice.Slice
Packages that use Slice
-
Uses of Slice in org.aksw.commons.io.cache
Fields in org.aksw.commons.io.cache declared as SliceModifier and TypeFieldDescriptionAdvancedRangeCacheImpl.Builder.sliceAdvancedRangeCacheImpl.sliceRangeRequestWorkerImpl.sliceThe data sliceReadableChannelOverSliceWithCache.sliceMethods in org.aksw.commons.io.cache that return SliceModifier and TypeMethodDescriptionAdvancedRangeCacheImpl.Builder.getSlice()AdvancedRangeCacheImpl.getSlice()Methods in org.aksw.commons.io.cache with parameters of type SliceModifier and TypeMethodDescriptionConstructors in org.aksw.commons.io.cache with parameters of type SliceModifierConstructorDescriptionAdvancedRangeCacheImpl(ReadableChannelSource<T> dataSource, Slice<T> slice, long requestLimit, int workerBulkSize, Duration terminationDelay, int maxReadAheadItemCount, ExecutorService executorService) -
Uses of Slice in org.aksw.commons.io.input
Methods in org.aksw.commons.io.input with parameters of type SliceModifier and TypeMethodDescriptionstatic <A> ReadableChannelSource<A> ReadableChannelSources.cache(ReadableChannelSource<A> source, Slice<A> slice, AdvancedRangeCacheConfig cacheConfig) Set up an advanced range cache with a certain slice backend -
Uses of Slice in org.aksw.commons.io.slice
Subinterfaces of Slice in org.aksw.commons.io.sliceClasses in org.aksw.commons.io.slice that implement SliceModifier and TypeClassDescriptionclassSliceBase<A>classSlice implementation backed only by a singleBuffer.classA slice implementation that starts to discard pages once there are too many.classA file-based slice implementation.Methods in org.aksw.commons.io.slice that return Slice