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 TypeMethodDescriptionPageManager.contentAtOrAfter(long pos, boolean inclusive) PageManager.contentAtOrBefore(long pos, boolean inclusive) 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.protected ClaimingCache<Long,Page> PageManagerOverDataStreamSource.pageCachePageNavigator.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 TypeMethodDescriptionPageManagerForFileChannel.getRefForPage(long page) Page.nextBlock()PageManagerForByteBuffer.requestBufferForPage(long page) PageManagerForFileChannel.requestBufferForPage(long page) PageManagerOverDataStreamSource.requestBufferForPage(long pageId) PageManagerWrapper.requestBufferForPage(long page) Constructor parameters in org.aksw.commons.io.block.impl with type arguments of type PageModifierConstructorDescriptionPageManagerOverDataStreamSource(ReadableChannelSource<byte[]> source, int pageSize, AsyncClaimingCacheImpl.Builder<Long, Page> cacheBuilder)