Uses of Interface
org.aksw.commons.io.block.impl.Page
Packages that use Page
-
Uses of Page in org.aksw.commons.io.block.api
Methods in org.aksw.commons.io.block.api that return types with arguments of type PageModifier and TypeMethodDescriptiondefault org.aksw.commons.util.ref.Ref<? extends Page> PageManager.contentAtOrAfter(long pos, boolean inclusive) default org.aksw.commons.util.ref.Ref<? extends Page> PageManager.contentAtOrBefore(long pos, boolean inclusive) org.aksw.commons.util.ref.Ref<? extends Page> PageManager.requestBufferForPage(long page) -
Uses of Page in org.aksw.commons.io.block.impl
Classes in org.aksw.commons.io.block.impl that implement PageFields in org.aksw.commons.io.block.impl with type parameters of type PageModifier and TypeFieldDescriptionPageManagerForFileChannel.pageCacheThe cache is crucial to the implementation.PageManagerOverDataStreamSource.pageCacheprotected org.aksw.commons.util.ref.Ref<? extends Page> PageNavigator.pageObjMethods in org.aksw.commons.io.block.impl that return PageMethods in org.aksw.commons.io.block.impl that return types with arguments of type PageModifier and TypeMethodDescriptionorg.aksw.commons.util.ref.Ref<Page> PageManagerForFileChannel.getRefForPage(long page) default org.aksw.commons.util.ref.Ref<? extends Page> Page.nextBlock()org.aksw.commons.util.ref.Ref<Page> PageManagerForByteBuffer.requestBufferForPage(long page) org.aksw.commons.util.ref.Ref<Page> PageManagerForFileChannel.requestBufferForPage(long page) org.aksw.commons.util.ref.Ref<? extends Page> PageManagerOverDataStreamSource.requestBufferForPage(long pageId) org.aksw.commons.util.ref.Ref<Page> PageManagerWrapper.requestBufferForPage(long page) Constructor parameters in org.aksw.commons.io.block.impl with type arguments of type PageModifierConstructorDescriptionPageManagerOverDataStreamSource(ReadableChannelSource<byte[]> source, int pageSize, org.aksw.commons.cache.async.AsyncClaimingCacheImpl.Builder<Long, Page> cacheBuilder)