Uses of Class
org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache
Packages that use BinSearchLevelCache
-
Uses of BinSearchLevelCache in org.aksw.commons.io.hadoop.binseach.v2
Methods in org.aksw.commons.io.hadoop.binseach.v2 that return BinSearchLevelCacheModifier and TypeMethodDescriptionstatic BinSearchLevelCacheBinSearchLevelCache.dftCache()static BinSearchLevelCacheBinSearchLevelCache.noCache()Methods in org.aksw.commons.io.hadoop.binseach.v2 with parameters of type BinSearchLevelCacheModifier and TypeMethodDescriptionstatic longBinarySearcherOverBlockSource.adjustStart(BlockSource blockSource, long start, int depth, BinSearchLevelCache cache) Adjust a position to the next block.static MatchBinarySearcherOverBlockSource.binarySearch(BlockSource blockSource, byte[] prefix, BinSearchLevelCache cache) static MatchBinarySearcherOverBlockSource.binarySearch(BlockSource blockSource, SearchMode searchMode, int depth, long start, long startAfter, long end, byte delimiter, byte[] prefix, BinSearchLevelCache cache) When this method returns the input stream's position is unspecified.static MatchBinarySearcherOverPlainSource.binarySearch(SeekableInputStream in, SearchMode searchMode, int depth, long start, long end, long knownDelimPos, byte delimiter, byte[] prefix, BinSearchLevelCache cache) When this method returns the input stream's position is unspecified.static InputStreamBinSearchUtils.configureStream(SeekableReadableChannel<byte[]> channel, long end, byte[] prefix, BinSearchLevelCache levelCache)